From 4110a4c0e346d65dc16d4cd1a192216723c108df Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 13 Mar 2017 00:37:37 +0100 Subject: [PATCH] ports: fixed 3.3 ports collections --- ports/.footprint | 46 +++++++++++++++++++------------------- ports/.md5sum | 14 ++++++------ ports/Pkgfile | 3 ++- ports/core-arm.rsync | 2 +- ports/core.rsync | 2 +- ports/opt-arm.rsync | 2 +- ports/opt.rsync | 2 +- ports/orangepipc-arm.rsync | 2 +- ports/xorg-arm.rsync | 2 +- ports/xorg.rsync | 2 +- 10 files changed, 39 insertions(+), 38 deletions(-) diff --git a/ports/.footprint b/ports/.footprint index 6425243..647ec91 100644 --- a/ports/.footprint +++ b/ports/.footprint @@ -1,23 +1,23 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/ports/ --rw-r--r-- root/root etc/ports/contrib.pub --rw-r--r-- root/root etc/ports/contrib.rsync.inactive --rw-r--r-- root/root etc/ports/core-arm.rsync --rw-r--r-- root/root etc/ports/core.pub --rw-r--r-- root/root etc/ports/core.rsync -drwxr-xr-x root/root etc/ports/drivers/ --rw-r--r-- root/root etc/ports/opt-arm.rsync --rw-r--r-- root/root etc/ports/opt.pub --rw-r--r-- root/root etc/ports/opt.rsync --rw-r--r-- root/root etc/ports/orangepipc-arm.rsync --rw-r--r-- root/root etc/ports/xorg-arm.rsync --rw-r--r-- root/root etc/ports/xorg.pub --rw-r--r-- root/root etc/ports/xorg.rsync -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/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 +drwxr-xr-x pitillo/users etc/ +drwxr-xr-x pitillo/users etc/ports/ +-rw-r--r-- pitillo/users etc/ports/contrib.pub +-rw-r--r-- pitillo/users etc/ports/contrib.rsync.inactive +-rw-r--r-- pitillo/users etc/ports/core-arm.rsync +-rw-r--r-- pitillo/users etc/ports/core.pub +-rw-r--r-- pitillo/users etc/ports/core.rsync +drwxr-xr-x pitillo/users etc/ports/drivers/ +-rw-r--r-- pitillo/users etc/ports/opt-arm.rsync +-rw-r--r-- pitillo/users etc/ports/opt.pub +-rw-r--r-- pitillo/users etc/ports/opt.rsync +-rw-r--r-- pitillo/users etc/ports/orangepipc-arm.rsync +-rw-r--r-- pitillo/users etc/ports/xorg-arm.rsync +-rw-r--r-- pitillo/users etc/ports/xorg.pub +-rw-r--r-- pitillo/users etc/ports/xorg.rsync +drwxr-xr-x pitillo/users usr/ +drwxr-xr-x pitillo/users usr/bin/ +-rwxr-xr-x pitillo/users usr/bin/ports +drwxr-xr-x pitillo/users usr/ports/ +drwxr-xr-x pitillo/users usr/share/ +drwxr-xr-x pitillo/users usr/share/man/ +drwxr-xr-x pitillo/users usr/share/man/man8/ +-rw-r--r-- pitillo/users usr/share/man/man8/ports.8.gz diff --git a/ports/.md5sum b/ports/.md5sum index d5494ff..fb538d4 100644 --- a/ports/.md5sum +++ b/ports/.md5sum @@ -1,13 +1,13 @@ 804bb419e539a70ad80e4c03df3c3411 contrib.pub 50fce84f0327ee5c100f66594024b5f2 contrib.rsync.inactive -7db07c243cf80a2fe71364555e234901 core-arm.rsync +d0c0f9e58754c36dd698474f3a722350 core-arm.rsync b8dd0aad383810cad920d6548cd1cb56 core.pub -faedd8944bd5ecc397f73bf73bd624d4 core.rsync -ca6c61c26966a4535e19e5df020163e8 opt-arm.rsync +3d659cabe8cf59ef5a036c9375716090 core.rsync +8ea7e4396e011e5b1f64fe19a3b6d248 opt-arm.rsync 0d1f1fde50a9bd743d9cac6b235f038c opt.pub -eded5385d3637f1918a82f4409abc64a opt.rsync -52d461b673af6b3501479524c0d73e85 orangepipc-arm.rsync +8e7b8a473c4caefbdc1e33505e4a6050 opt.rsync +a6bcc15745a117d8b2392a673874091e orangepipc-arm.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz -f86c5b27a36bfc161d9c5f07d3997455 xorg-arm.rsync +5363578b4bef055ef7102d6cdc38ca5d xorg-arm.rsync 69927e5d0ae5dc3455faeaac916c4db2 xorg.pub -c24101073a06fc58a02c99bf5d56bea7 xorg.rsync +3e278ef7c4ff9529184560eac57e22a6 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile index 2ee62ee..ec9812f 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -16,7 +16,7 @@ build () { 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 @@ -29,4 +29,5 @@ build () { 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 + } 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.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/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.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/orangepipc-arm.rsync b/ports/orangepipc-arm.rsync index a070b37..8858fa8 100644 --- a/ports/orangepipc-arm.rsync +++ b/ports/orangepipc-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/orangepipc-arm/ +collection=ports/crux-3.3/orangepipc-arm/ destination=/usr/ports/orangepipc-arm 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.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