aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/ipv6calc
diff options
context:
space:
mode:
authordbaio <dbaio@FreeBSD.org>2017-07-04 07:37:11 +0800
committerdbaio <dbaio@FreeBSD.org>2017-07-04 07:37:11 +0800
commit246a355be97b78b3b312582539e26226fd7e7d51 (patch)
tree9341ec4e279a5a3d0fa631e3d4ab5213507c0e61 /net-mgmt/ipv6calc
parent5382b37db406789d25e8686ed9f6785d9db90073 (diff)
downloadfreebsd-ports-gnome-246a355be97b78b3b312582539e26226fd7e7d51.tar.gz
freebsd-ports-gnome-246a355be97b78b3b312582539e26226fd7e7d51.tar.zst
freebsd-ports-gnome-246a355be97b78b3b312582539e26226fd7e7d51.zip
net-mgmt/ipv6calc: Update to 1.0.0
Improve port with DATADIR macro (pkg-plist) and shebangfix Changes: https://github.com/pbiering/ipv6calc/releases/tag/1.0.0 Approved by: garga (mentor, implicit)
Diffstat (limited to 'net-mgmt/ipv6calc')
-rw-r--r--net-mgmt/ipv6calc/Makefile6
-rw-r--r--net-mgmt/ipv6calc/distinfo6
-rw-r--r--net-mgmt/ipv6calc/pkg-plist18
3 files changed, 16 insertions, 14 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile
index 2a7f5e8c7614..27c8f3339e30 100644
--- a/net-mgmt/ipv6calc/Makefile
+++ b/net-mgmt/ipv6calc/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ipv6calc
-PORTVERSION= 0.99.2
+PORTVERSION= 1.0.0
CATEGORIES= net-mgmt ipv6
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
@@ -14,9 +14,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= fails to build: libipv6addr.c: addr_test_method may be used uninitialized in this function
-USES= gmake perl5 ssl
+USES= gmake perl5 shebangfix ssl
GNU_CONFIGURE= yes
+SHEBANG_FILES= tools/*.pl tools/*.sh.in
+
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
diff --git a/net-mgmt/ipv6calc/distinfo b/net-mgmt/ipv6calc/distinfo
index 6d4c1a13e6d5..d66e880ff0c3 100644
--- a/net-mgmt/ipv6calc/distinfo
+++ b/net-mgmt/ipv6calc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483364445
-SHA256 (ipv6calc-0.99.2.tar.gz) = f2eeec1b8d8626756f2cb9c461e9d1db20affccf582d43ded439bdb2d12646ef
-SIZE (ipv6calc-0.99.2.tar.gz) = 1287951
+TIMESTAMP = 1499032785
+SHA256 (ipv6calc-1.0.0.tar.gz) = 74b0455e61834843bf8a5e7e0e0f39dd2b148114ff896d590eb2d826714594bd
+SIZE (ipv6calc-1.0.0.tar.gz) = 1342987
diff --git a/net-mgmt/ipv6calc/pkg-plist b/net-mgmt/ipv6calc/pkg-plist
index 0010355f3b78..ce867e77e1e6 100644
--- a/net-mgmt/ipv6calc/pkg-plist
+++ b/net-mgmt/ipv6calc/pkg-plist
@@ -6,12 +6,12 @@ man/man8/ipv6calc.8.gz
man/man8/ipv6loganon.8.gz
man/man8/ipv6logconv.8.gz
man/man8/ipv6logstats.8.gz
-share/ipv6calc/tools/DBIP-generate-db.pl
-share/ipv6calc/tools/DBIP-update.sh
-share/ipv6calc/tools/GeoIP-update.sh
-share/ipv6calc/tools/IP2Location-update.sh
-share/ipv6calc/tools/ipv6calc-create-registry-list-ipv4.pl
-share/ipv6calc/tools/ipv6calc-create-registry-list-ipv6.pl
-share/ipv6calc/tools/ipv6calc-db-update.sh
-share/ipv6calc/tools/ipv6calc-registries-check-run-create.sh
-share/ipv6calc/tools/ipv6calc-update-registries.sh
+%%DATADIR%%/tools/DBIP-generate-db.pl
+%%DATADIR%%/tools/DBIP-update.sh
+%%DATADIR%%/tools/GeoIP-update.sh
+%%DATADIR%%/tools/IP2Location-update.sh
+%%DATADIR%%/tools/ipv6calc-create-registry-list-ipv4.pl
+%%DATADIR%%/tools/ipv6calc-create-registry-list-ipv6.pl
+%%DATADIR%%/tools/ipv6calc-db-update.sh
+%%DATADIR%%/tools/ipv6calc-registries-check-run-create.sh
+%%DATADIR%%/tools/ipv6calc-update-registries.sh