From 74e1b68445faa56eb01d8b953a963aad92c1e49c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 19 Sep 2013 02:20:10 +0200 Subject: [PATCH] ports: aligned with upstream --- ports/.footprint | 6 +++--- ports/.md5sum | 14 +++++++------- ports/Pkgfile | 12 ++++++------ ports/contrib.rsync.inactive | 2 +- ports/{core-armhf.rsync => core-arm.rsync} | 2 +- ports/core.rsync | 2 +- ports/{opt-armhf.rsync => opt-arm.rsync} | 2 +- ports/opt.rsync | 2 +- ports/{xorg-armhf.rsync => xorg-arm.rsync} | 2 +- ports/xorg.rsync | 2 +- 10 files changed, 23 insertions(+), 23 deletions(-) rename ports/{core-armhf.rsync => core-arm.rsync} (57%) rename ports/{opt-armhf.rsync => opt-arm.rsync} (57%) rename ports/{xorg-armhf.rsync => xorg-arm.rsync} (57%) diff --git a/ports/.footprint b/ports/.footprint index ad69a27..afcfce4 100644 --- a/ports/.footprint +++ b/ports/.footprint @@ -1,12 +1,12 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/ports/ -rw-r--r-- root/root etc/ports/contrib.rsync.inactive --rw-r--r-- root/root etc/ports/core-armhf.rsync +-rw-r--r-- root/root etc/ports/core-arm.rsync -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-armhf.rsync +-rw-r--r-- root/root etc/ports/opt-arm.rsync -rw-r--r-- root/root etc/ports/opt.rsync --rw-r--r-- root/root etc/ports/xorg-armhf.rsync +-rw-r--r-- root/root etc/ports/xorg-arm.rsync -rw-r--r-- root/root etc/ports/xorg.rsync drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ diff --git a/ports/.md5sum b/ports/.md5sum index f413c71..468cb10 100644 --- a/ports/.md5sum +++ b/ports/.md5sum @@ -1,8 +1,8 @@ -49132c847c2d14ed0dbb61c6f53b0e1a contrib.rsync.inactive -ea6b5d166ce6446e78ab8b7df2fdb80b core-armhf.rsync -8cb8a1539dd74bb566c166877ac16856 core.rsync -4e5adb9453c7fedce96e3d205a3cb9b9 opt-armhf.rsync -541d0991ecf5f96ae52d1e13f481e123 opt.rsync +1235031f24a2a6b4fcc790ebd879c973 contrib.rsync.inactive +0c7d8129ba2387619361b2c042bdb702 core-arm.rsync +d7ede8cfe6da977021f4217363c07d6d core.rsync +f7c5c97f550c4d27dad92378b0eb8602 opt-arm.rsync +ba2755e20ca669275ee837ee9cd18c50 opt.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz -a94ea8ef1ab69993ab555004b0c85f63 xorg-armhf.rsync -efeb3ce474a4a0c67ecb62c0eaaf4e34 xorg.rsync +440e600e67ab49cb52edbad8c6ab180f xorg-arm.rsync +3bb81f15783c470e116e41a2fabece90 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile index 457d5bb..9377a96 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -6,15 +6,15 @@ name=ports version=1.5 -release=11 +release=14 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ - core-armhf.rsync opt-armhf.rsync xorg-armhf.rsync) + core-arm.rsync opt-arm.rsync xorg-arm.rsync) build () { - cd $name-$version - make - make DESTDIR=$PKG install + cd $name-$version + make + make DESTDIR=$PKG install - install -m 0644 $SRC/*.rsync* $PKG/etc/ports + install -m 0644 $SRC/*.rsync* $PKG/etc/ports } diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive index a2697a0..55acbb4 100644 --- a/ports/contrib.rsync.inactive +++ b/ports/contrib.rsync.inactive @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-2.8/contrib/ +collection=ports/crux-3.0/contrib/ destination=/usr/ports/contrib diff --git a/ports/core-armhf.rsync b/ports/core-arm.rsync similarity index 57% rename from ports/core-armhf.rsync rename to ports/core-arm.rsync index 3bb90c8..d5ce7a7 100644 --- a/ports/core-armhf.rsync +++ b/ports/core-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-2.8/core-armhf/ +collection=ports/crux-3.0/core-armhf/ destination=/usr/ports/core-armhf diff --git a/ports/core.rsync b/ports/core.rsync index c0d609d..4bd8401 100644 --- a/ports/core.rsync +++ b/ports/core.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-2.8/core/ +collection=ports/crux-3.0/core/ destination=/usr/ports/core diff --git a/ports/opt-armhf.rsync b/ports/opt-arm.rsync similarity index 57% rename from ports/opt-armhf.rsync rename to ports/opt-arm.rsync index d4d3273..6f1606b 100644 --- a/ports/opt-armhf.rsync +++ b/ports/opt-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-2.8/opt-armhf/ +collection=ports/crux-3.0/opt-armhf/ destination=/usr/ports/opt-armhf diff --git a/ports/opt.rsync b/ports/opt.rsync index 6f1df2c..a8220d3 100644 --- a/ports/opt.rsync +++ b/ports/opt.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-2.8/opt/ +collection=ports/crux-3.0/opt/ destination=/usr/ports/opt diff --git a/ports/xorg-armhf.rsync b/ports/xorg-arm.rsync similarity index 57% rename from ports/xorg-armhf.rsync rename to ports/xorg-arm.rsync index 69dbe4a..e7f2f68 100644 --- a/ports/xorg-armhf.rsync +++ b/ports/xorg-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-2.8/xorg-armhf/ +collection=ports/crux-3.0/xorg-armhf/ destination=/usr/ports/xorg-armhf diff --git a/ports/xorg.rsync b/ports/xorg.rsync index da9f2c2..42be5e8 100644 --- a/ports/xorg.rsync +++ b/ports/xorg.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-2.8/xorg/ +collection=ports/crux-3.0/xorg/ destination=/usr/ports/xorg -- 2.26.2