From: Jose V Beneyto Date: Wed, 21 Dec 2011 10:39:48 +0000 (+0100) Subject: ports: renamed .rsync files to use armhf suffix instead of arm X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=inline;h=3aab4cf2234cd0aa1bb0959c0a775d6c5f4d0441;p=ports%2Fcore-arm.git ports: renamed .rsync files to use armhf suffix instead of arm --- diff --git a/ports/.footprint b/ports/.footprint index afcfce4..ad69a27 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-arm.rsync +-rw-r--r-- root/root etc/ports/core-armhf.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-arm.rsync +-rw-r--r-- root/root etc/ports/opt-armhf.rsync -rw-r--r-- root/root etc/ports/opt.rsync --rw-r--r-- root/root etc/ports/xorg-arm.rsync +-rw-r--r-- root/root etc/ports/xorg-armhf.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 47fb8f5..2cc0fcc 100644 --- a/ports/.md5sum +++ b/ports/.md5sum @@ -1,8 +1,8 @@ c79603d71569837b6848c5cb320c44bd contrib.rsync.inactive -7cc17d4cc7e895a1fdc6839ff400e21a core-arm.rsync +7cc17d4cc7e895a1fdc6839ff400e21a core-armhf.rsync b77a6e0dd97a45652de03bd3a82a416f core.rsync -943d8f852f519815334cef2993a66cb4 opt-arm.rsync +943d8f852f519815334cef2993a66cb4 opt-armhf.rsync 03246f47123cd2342ddfaf4c44fa9c89 opt.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz -1e3fe9a9e60f8492d0e05cb3296db8ea xorg-arm.rsync +1e3fe9a9e60f8492d0e05cb3296db8ea xorg-armhf.rsync 320d50cc72759a55097b1b2d4c40da9a xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile index dde626c..457d5bb 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -6,10 +6,10 @@ name=ports version=1.5 -release=10 +release=11 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) + core-armhf.rsync opt-armhf.rsync xorg-armhf.rsync) build () { cd $name-$version diff --git a/ports/core-arm.rsync b/ports/core-armhf.rsync similarity index 100% rename from ports/core-arm.rsync rename to ports/core-armhf.rsync diff --git a/ports/opt-arm.rsync b/ports/opt-armhf.rsync similarity index 100% rename from ports/opt-arm.rsync rename to ports/opt-armhf.rsync diff --git a/ports/xorg-arm.rsync b/ports/xorg-armhf.rsync similarity index 100% rename from ports/xorg-arm.rsync rename to ports/xorg-armhf.rsync