diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-07-03 23:37:11 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-07-03 23:37:11 +0000 |
commit | 2c23b346cd247ee30391a11d33973e76398aa771 (patch) | |
tree | 9341ec4e279a5a3d0fa631e3d4ab5213507c0e61 /net-mgmt/ipv6calc | |
parent | 8a0e97bc1af12cecb5649ca5c330a004e3a31a22 (diff) | |
download | ports-2c23b346cd247ee30391a11d33973e76398aa771.tar.gz ports-2c23b346cd247ee30391a11d33973e76398aa771.zip |
Notes
Diffstat (limited to 'net-mgmt/ipv6calc')
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/ipv6calc/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/ipv6calc/pkg-plist | 18 |
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 |