ports: bumped ports drivers to 3.7 and syntax

This commit is contained in:
Tim Biermann 2021-12-13 11:59:32 +01:00
parent f5dc015333
commit 16eec76bc2
Signed by: tb
GPG Key ID: 42F8B4E30B673606
7 changed files with 32 additions and 32 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqmneu7+Gt5XmaseYHkDmibl6kNAdCl+YdWhP1dKWw/mHDJg1ViVAfa+A+8vDGmrJjvjfxhWh29S5KY4o72TmsQ0=
SHA256 (Pkgfile) = 81416a33371362d8a6a6e91d7d890dfa55f262604c0ba11b74e131fa9e87cf0e
RWRJc1FUaeVeqjMs+RvdUvXk/8oivAZdUs0iuOnqmXC9hwnRdxZTgkxWt8Z2lovnQ9xr5N7b6srs8LbsAK834Wi2raKvD1uNNA8=
SHA256 (Pkgfile) = 68cdc9628c11b904dcac671a31e0b08cab4b934bca6b2287e1c88156b63504cf
SHA256 (.footprint) = b7adb63a38cbd15d9640333b2aa9f586b0577bbb5263ffbabec859a2ea3aba2c
SHA256 (ports-1.6.tar.gz) = 8b2ba48e7440f4a71fa1c9c480a1212ce87c623e1d33121eb660829ba294ca94
SHA256 (core.pub) = 5a08b7f21fb1768b9e639da0b768edb536de0590b75e663dab6d185617613791
@ -8,8 +8,8 @@ SHA256 (opt.pub) = 4711f488546c38cdec792c1f16b3bf7c4db0c7dc0c3cdab0ecdd85e2c7247
SHA256 (xorg.pub) = 5db27d455f658ea8a6c7ae9aac601d66e74cedff5dd497910fd1ffead08e5237
SHA256 (compat-32.pub) = 851ed73c303213daf1ab73ec0dabf0312296b11af4b70dcd1b7ae37282b446c8
SHA256 (contrib.pub) = cae797c624547b5ffb643f4cdf60d83a7cc28081f5929b882d48085085d76190
SHA256 (core.rsync) = 68ed2f3145188d54c20ed03518f2755d7e2f3c4935a26dc7daf46477660f3451
SHA256 (opt.rsync) = fde28f666bf573258f0eeceb8b272e67b42ac4040a1a62905c73a485215f097f
SHA256 (xorg.rsync) = fefa8223cb9d91d9510cf10aed04f88c541ee6e1a00d2cccdfa36ba4dd937ae3
SHA256 (compat-32.rsync.inactive) = a1838d871baf050875acbfbf2840c2c599bbc40a575f75d953f2d2a272b7eeaf
SHA256 (contrib.rsync.inactive) = 94c8e2ee7575b4097d51e677ce51ab5d10e2612b96d7042526c7a1b752d44e9e
SHA256 (core.rsync) = a241801eaa34ea78f7bb362574fb4b14ea272518894f8a27e95f6a3c93464550
SHA256 (opt.rsync) = 8538d1ced606856552e8a6989a3880b958ac5e0849d14aba199f3f89bd871845
SHA256 (xorg.rsync) = 3dd6884b2b628e8d9ae575b95fb7e4bad0f9ddd4ee4088d2486f846a407a0278
SHA256 (compat-32.rsync.inactive) = a85d86e3152b4872963019c224cc9bcb8646300069d80a23185f58f077898dd5
SHA256 (contrib.rsync.inactive) = 55621db4b59fb45ecc9525c72d59576043bacbd9261d9ef031dcd1a3fda00957

View File

@ -1,29 +1,29 @@
# Description: CRUX ports system tools
# URL: https://crux.nu
# Maintainer: CRUX System Team, core-ports at crux dot nu
# URL: https://crux.nu
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=ports
version=1.6
release=2
release=3
source=(https://crux.nu/files/tools/ports/$name-$version.tar.gz \
core.pub opt.pub xorg.pub compat-32.pub contrib.pub \
core.rsync opt.rsync xorg.rsync \
compat-32.rsync.inactive contrib.rsync.inactive)
source=(https://crux.nu/files/tools/ports/$name-$version.tar.gz
core.pub opt.pub xorg.pub compat-32.pub contrib.pub
core.rsync opt.rsync xorg.rsync
compat-32.rsync.inactive contrib.rsync.inactive)
build () {
cd $name-$version
make
make DESTDIR=$PKG MANDIR=/usr/share/man install
cd $name-$version
make
make DESTDIR=$PKG MANDIR=/usr/share/man install
install -m 0644 $SRC/core.rsync $PKG/etc/ports
install -m 0644 $SRC/opt.rsync $PKG/etc/ports
install -m 0644 $SRC/xorg.rsync $PKG/etc/ports
install -m 0644 $SRC/compat-32.rsync.inactive $PKG/etc/ports
install -m 0644 $SRC/contrib.rsync.inactive $PKG/etc/ports
install -m 0644 $SRC/core.pub $PKG/etc/ports
install -m 0644 $SRC/opt.pub $PKG/etc/ports
install -m 0644 $SRC/xorg.pub $PKG/etc/ports
install -m 0644 $SRC/compat-32.pub $PKG/etc/ports
install -m 0644 $SRC/contrib.pub $PKG/etc/ports
install -m 0644 $SRC/core.rsync $PKG/etc/ports
install -m 0644 $SRC/opt.rsync $PKG/etc/ports
install -m 0644 $SRC/xorg.rsync $PKG/etc/ports
install -m 0644 $SRC/compat-32.rsync.inactive $PKG/etc/ports
install -m 0644 $SRC/contrib.rsync.inactive $PKG/etc/ports
install -m 0644 $SRC/core.pub $PKG/etc/ports
install -m 0644 $SRC/opt.pub $PKG/etc/ports
install -m 0644 $SRC/xorg.pub $PKG/etc/ports
install -m 0644 $SRC/compat-32.pub $PKG/etc/ports
install -m 0644 $SRC/contrib.pub $PKG/etc/ports
}

View File

@ -1,3 +1,3 @@
host=crux.nu
collection=ports/crux-3.6/compat-32/
collection=ports/crux-3.7/compat-32/
destination=/usr/ports/compat-32

View File

@ -1,3 +1,3 @@
host=crux.nu
collection=ports/crux-3.6/contrib/
collection=ports/crux-3.7/contrib/
destination=/usr/ports/contrib

View File

@ -1,3 +1,3 @@
host=crux.nu
collection=ports/crux-3.6/core/
collection=ports/crux-3.7/core/
destination=/usr/ports/core

View File

@ -1,3 +1,3 @@
host=crux.nu
collection=ports/crux-3.6/opt/
collection=ports/crux-3.7/opt/
destination=/usr/ports/opt

View File

@ -1,3 +1,3 @@
host=crux.nu
collection=ports/crux-3.6/xorg/
collection=ports/crux-3.7/xorg/
destination=/usr/ports/xorg