From aefb8346d6ce2dd3b12f61b6899d8ba2d2c9f7cb Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 8 Mar 2017 20:52:51 +0000 Subject: [PATCH] ports: updated to 1.5 release 22 --- ports/Pkgfile | 25 +++++++++++++++++++------ ports/contrib.pub | 2 ++ ports/contrib.rsync.inactive | 2 +- ports/core-arm.rsync | 2 +- ports/core.pub | 2 ++ ports/core.rsync | 2 +- ports/odroidxu4-arm.rsync | 2 +- ports/opt-arm.rsync | 2 +- ports/opt.pub | 2 ++ ports/opt.rsync | 2 +- ports/xorg-arm.rsync | 2 +- ports/xorg.pub | 2 ++ ports/xorg.rsync | 2 +- 13 files changed, 35 insertions(+), 14 deletions(-) create mode 100644 ports/contrib.pub create mode 100644 ports/core.pub create mode 100644 ports/opt.pub create mode 100644 ports/xorg.pub diff --git a/ports/Pkgfile b/ports/Pkgfile index 41099ab..8548eb7 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -6,15 +6,28 @@ name=ports version=1.5 -release=17 +release=22 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ + core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ - core-arm.rsync opt-arm.rsync xorg-arm.rsync) + odroidxu4-arm.rsync core-arm.rsync opt-arm.rsync xorg-arm.rsync) 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/odroidxu4-arm.rsync $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/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/contrib.pub $PKG/etc/ports + install -m 0644 $SRC/core-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/opt-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/xorg-arm.rsync $PKG/etc/ports - install -m 0644 $SRC/*.rsync* $PKG/etc/ports } diff --git a/ports/contrib.pub b/ports/contrib.pub new file mode 100644 index 0000000..81d31e5 --- /dev/null +++ b/ports/contrib.pub @@ -0,0 +1,2 @@ +untrusted comment: contrib public key +RWSagIOpLGJF3/J2edPyOdE4VWoyvvVvt3gdvOArUkvBrgSHjsBEdmrS diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive index f69aa5d..5f1a901 100644 --- a/ports/contrib.rsync.inactive +++ b/ports/contrib.rsync.inactive @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/contrib/ +collection=ports/crux-3.3/contrib/ destination=/usr/ports/contrib diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync index 93b44fd..e8745d0 100644 --- a/ports/core-arm.rsync +++ b/ports/core-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/core-arm/ +collection=ports/crux-3.3/core-arm/ destination=/usr/ports/core-arm diff --git a/ports/core.pub b/ports/core.pub new file mode 100644 index 0000000..a09d3ac --- /dev/null +++ b/ports/core.pub @@ -0,0 +1,2 @@ +untrusted comment: core public key +RWRJc1FUaeVeqsGlEPc66dguintWWomCSORUNseged62IATuMVCK0zu6 diff --git a/ports/core.rsync b/ports/core.rsync index 8dc4ec3..b98b9ba 100644 --- a/ports/core.rsync +++ b/ports/core.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/core/ +collection=ports/crux-3.3/core/ destination=/usr/ports/core diff --git a/ports/odroidxu4-arm.rsync b/ports/odroidxu4-arm.rsync index adb678d..53d3871 100644 --- a/ports/odroidxu4-arm.rsync +++ b/ports/odroidxu4-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/odroidxu4-arm/ +collection=ports/crux-3.3/odroidxu4-arm/ destination=/usr/ports/odroidxu4-arm diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync index 49b9a4f..0ad76ab 100644 --- a/ports/opt-arm.rsync +++ b/ports/opt-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/opt-arm/ +collection=ports/crux-3.3/opt-arm/ destination=/usr/ports/opt-arm diff --git a/ports/opt.pub b/ports/opt.pub new file mode 100644 index 0000000..346b688 --- /dev/null +++ b/ports/opt.pub @@ -0,0 +1,2 @@ +untrusted comment: opt public key +RWSE3ohX2g5d/Zmwm/W4S8ZzNNTjXE7bI8XmnpawKOnQ+MiVa7TD0YC9 diff --git a/ports/opt.rsync b/ports/opt.rsync index 73f531a..5b914bb 100644 --- a/ports/opt.rsync +++ b/ports/opt.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/opt/ +collection=ports/crux-3.3/opt/ destination=/usr/ports/opt diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync index f1aa120..816e1a3 100644 --- a/ports/xorg-arm.rsync +++ b/ports/xorg-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/xorg-arm/ +collection=ports/crux-3.3/xorg-arm/ destination=/usr/ports/xorg-arm diff --git a/ports/xorg.pub b/ports/xorg.pub new file mode 100644 index 0000000..983eb51 --- /dev/null +++ b/ports/xorg.pub @@ -0,0 +1,2 @@ +untrusted comment: xorg public key +RWTSGWF5Q7TndIlWcgmz/x/4xBWLbyPRmI3LyI8rsN/iahlpFpgNIwSR diff --git a/ports/xorg.rsync b/ports/xorg.rsync index 842965f..b326f15 100644 --- a/ports/xorg.rsync +++ b/ports/xorg.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/xorg/ +collection=ports/crux-3.3/xorg/ destination=/usr/ports/xorg -- 2.26.2