svn commit: r444994 - head/net-mgmt/ipv6calc
Danilo G. Baio
dbaio at FreeBSD.org
Mon Jul 3 23:37:12 UTC 2017
Author: dbaio
Date: Mon Jul 3 23:37:11 2017
New Revision: 444994
URL: https://svnweb.freebsd.org/changeset/ports/444994
Log:
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)
Modified:
head/net-mgmt/ipv6calc/Makefile
head/net-mgmt/ipv6calc/distinfo
head/net-mgmt/ipv6calc/pkg-plist
Modified: head/net-mgmt/ipv6calc/Makefile
==============================================================================
--- head/net-mgmt/ipv6calc/Makefile Mon Jul 3 23:28:11 2017 (r444993)
+++ head/net-mgmt/ipv6calc/Makefile Mon Jul 3 23:37:11 2017 (r444994)
@@ -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,8 +14,10 @@ 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/*
Modified: head/net-mgmt/ipv6calc/distinfo
==============================================================================
--- head/net-mgmt/ipv6calc/distinfo Mon Jul 3 23:28:11 2017 (r444993)
+++ head/net-mgmt/ipv6calc/distinfo Mon Jul 3 23:37:11 2017 (r444994)
@@ -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
Modified: head/net-mgmt/ipv6calc/pkg-plist
==============================================================================
--- head/net-mgmt/ipv6calc/pkg-plist Mon Jul 3 23:28:11 2017 (r444993)
+++ head/net-mgmt/ipv6calc/pkg-plist Mon Jul 3 23:37:11 2017 (r444994)
@@ -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
More information about the svn-ports-head
mailing list