From bef9b326514e7f43ba5ee83d0e116f692b017336 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 14 Dec 2015 21:05:42 +0100 Subject: [PATCH] ports: updated mandir and ports collections to 3.2 --- ports/.footprint | 7 ++++--- ports/.md5sum | 16 ++++++++-------- ports/Pkgfile | 4 ++-- ports/contrib.rsync.inactive | 2 +- ports/core-arm.rsync | 2 +- ports/core.rsync | 2 +- ports/cubieboard-arm.rsync | 2 +- ports/opt-arm.rsync | 2 +- ports/opt.rsync | 2 +- ports/xorg-arm.rsync | 2 +- ports/xorg.rsync | 2 +- 11 files changed, 22 insertions(+), 21 deletions(-) diff --git a/ports/.footprint b/ports/.footprint index 5cb0010..4608c1c 100644 --- a/ports/.footprint +++ b/ports/.footprint @@ -12,7 +12,8 @@ drwxr-xr-x root/root etc/ports/drivers/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/ports -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/ports.8.gz drwxr-xr-x root/root usr/ports/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/ports.8.gz diff --git a/ports/.md5sum b/ports/.md5sum index bdf8711..4789f79 100644 --- a/ports/.md5sum +++ b/ports/.md5sum @@ -1,9 +1,9 @@ -248f59fb9120aabcb6ead69c06dae8a4 contrib.rsync.inactive -515e805921e25195b5d3495a6a678ffe core-arm.rsync -cab6bff69ef9b24a349a21dba1e63a45 core.rsync -bcf3e7761d8f416aadee65dad02fd31a cubieboard-arm.rsync -a8cc9bf8bb79609f63c8e421b3417c74 opt-arm.rsync -59b2cc8ed2e11a829c463fa85836a27c opt.rsync +50fce84f0327ee5c100f66594024b5f2 contrib.rsync.inactive +7db07c243cf80a2fe71364555e234901 core-arm.rsync +faedd8944bd5ecc397f73bf73bd624d4 core.rsync +7f3d380e7d4a2cef2c8ffee65c997f5b cubieboard-arm.rsync +ca6c61c26966a4535e19e5df020163e8 opt-arm.rsync +eded5385d3637f1918a82f4409abc64a opt.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz -ab485150e051e48f4d8396dc0655303a xorg-arm.rsync -7793260dca3f2c31f96fd70a98ff49fd xorg.rsync +f86c5b27a36bfc161d9c5f07d3997455 xorg-arm.rsync +c24101073a06fc58a02c99bf5d56bea7 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile index e9d0656..8196d34 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -6,7 +6,7 @@ name=ports version=1.5 -release=15 +release=17 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ core-arm.rsync opt-arm.rsync xorg-arm.rsync cubieboard-arm.rsync) @@ -14,7 +14,7 @@ source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ build () { cd $name-$version make - make DESTDIR=$PKG install + make DESTDIR=$PKG MANDIR=/usr/share/man install install -m 0644 $SRC/*.rsync* $PKG/etc/ports } diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive index f9ac405..f69aa5d 100644 --- a/ports/contrib.rsync.inactive +++ b/ports/contrib.rsync.inactive @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.1/contrib/ +collection=ports/crux-3.2/contrib/ destination=/usr/ports/contrib diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync index 148f69a..93b44fd 100644 --- a/ports/core-arm.rsync +++ b/ports/core-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.1/core-arm/ +collection=ports/crux-3.2/core-arm/ destination=/usr/ports/core-arm diff --git a/ports/core.rsync b/ports/core.rsync index c806b6c..8dc4ec3 100644 --- a/ports/core.rsync +++ b/ports/core.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.1/core/ +collection=ports/crux-3.2/core/ destination=/usr/ports/core diff --git a/ports/cubieboard-arm.rsync b/ports/cubieboard-arm.rsync index b815ea6..31b4c75 100644 --- a/ports/cubieboard-arm.rsync +++ b/ports/cubieboard-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.1/cubieboard-arm/ +collection=ports/crux-3.2/cubieboard-arm/ destination=/usr/ports/cubieboard-arm diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync index 5693723..49b9a4f 100644 --- a/ports/opt-arm.rsync +++ b/ports/opt-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.1/opt-arm/ +collection=ports/crux-3.2/opt-arm/ destination=/usr/ports/opt-arm diff --git a/ports/opt.rsync b/ports/opt.rsync index 69fa97a..73f531a 100644 --- a/ports/opt.rsync +++ b/ports/opt.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.1/opt/ +collection=ports/crux-3.2/opt/ destination=/usr/ports/opt diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync index 93af439..f1aa120 100644 --- a/ports/xorg-arm.rsync +++ b/ports/xorg-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.1/xorg-arm/ +collection=ports/crux-3.2/xorg-arm/ destination=/usr/ports/xorg-arm diff --git a/ports/xorg.rsync b/ports/xorg.rsync index c4b6288..842965f 100644 --- a/ports/xorg.rsync +++ b/ports/xorg.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.1/xorg/ +collection=ports/crux-3.2/xorg/ destination=/usr/ports/xorg -- 2.26.2