From 9157dfd2fb63b6832fbd8e522576c67a90c463c4 Mon Sep 17 00:00:00 2001 From: Ryan P.C. McQuen Date: Mon, 6 Apr 2015 15:09:28 -0700 Subject: network/ipv6calc: Updated for version 0.98.0. Signed-off-by: Ryan P.C. McQuen --- network/ipv6calc/ipv6calc.SlackBuild | 8 ++++---- network/ipv6calc/ipv6calc.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/network/ipv6calc/ipv6calc.SlackBuild b/network/ipv6calc/ipv6calc.SlackBuild index e4857ceef5..a65c2f3940 100644 --- a/network/ipv6calc/ipv6calc.SlackBuild +++ b/network/ipv6calc/ipv6calc.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ipv6calc -VERSION=${VERSION:-0.96.0} +VERSION=${VERSION:-0.98.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,9 +66,9 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; if [ "$IP2LOCATION" = yes ]; then ENABLE_IP2LOCATION="${ENABLE_IP2LOCATION:-"--enable-ip2location"}" @@ -88,7 +88,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true find $PKG/usr/man -type f -exec gzip -9 {} \; diff --git a/network/ipv6calc/ipv6calc.info b/network/ipv6calc/ipv6calc.info index 8a82be155d..6fd6131286 100644 --- a/network/ipv6calc/ipv6calc.info +++ b/network/ipv6calc/ipv6calc.info @@ -1,8 +1,8 @@ PRGNAM="ipv6calc" -VERSION="0.96.0" +VERSION="0.98.0" HOMEPAGE="http://www.deepspace6.net/projects/ipv6calc.html" -DOWNLOAD="ftp://ftp.deepspace6.net/pub/ds6/sources/ipv6calc/ipv6calc-0.96.0.tar.gz" -MD5SUM="e04c2ef4d1f0b091b5fc5000fea926cb" +DOWNLOAD="ftp://ftp.deepspace6.net/pub/ds6/sources/ipv6calc/ipv6calc-0.98.0.tar.gz" +MD5SUM="a245ec36d1536413ac49eac52579eea5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3