Index: head/net-mgmt/ipv6calc/Makefile =================================================================== --- head/net-mgmt/ipv6calc/Makefile (revision 428876) +++ head/net-mgmt/ipv6calc/Makefile (revision 428877) @@ -1,21 +1,21 @@ # Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= ipv6calc -PORTVERSION= 0.96.0 +PORTVERSION= 0.99.1 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Convert, change, and calculate with IPv6 addresses LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext gmake perl5 ssl +USES= gmake perl5 ssl GNU_CONFIGURE= yes post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include Index: head/net-mgmt/ipv6calc/distinfo =================================================================== --- head/net-mgmt/ipv6calc/distinfo (revision 428876) +++ head/net-mgmt/ipv6calc/distinfo (revision 428877) @@ -1,2 +1,3 @@ -SHA256 (ipv6calc-0.96.0.tar.gz) = 9fc17061cb2876d13af6b765ed0e1b21943cfb8d19bc65431a87b3f69ad7a572 -SIZE (ipv6calc-0.96.0.tar.gz) = 946885 +TIMESTAMP = 1482011313 +SHA256 (ipv6calc-0.99.1.tar.gz) = b0bc5d2f83c928524f82053b40f670589bd0181719046a2e4c267912a2ba1d28 +SIZE (ipv6calc-0.99.1.tar.gz) = 1234188 Index: head/net-mgmt/ipv6calc/files/patch-ipv6calc_ipv6calc.c =================================================================== --- head/net-mgmt/ipv6calc/files/patch-ipv6calc_ipv6calc.c (nonexistent) +++ head/net-mgmt/ipv6calc/files/patch-ipv6calc_ipv6calc.c (revision 428877) @@ -0,0 +1,14 @@ +--- ipv6calc/ipv6calc.c.orig 2015-08-23 09:53:27 UTC ++++ ipv6calc/ipv6calc.c +@@ -1209,9 +1209,9 @@ PIPE_input: + outputtype = FORMAT_ipv4addr; + } else if ( ((inputtype == FORMAT_ipv4addr) || (inputtype == FORMAT_ipv4hex) || (inputtype == FORMAT_ipv4revhex)) && (action == ACTION_undefined || action == ACTION_anonymize) ) { + outputtype = FORMAT_ipv4addr; +- } else if ( (inputtype == FORMAT_mac) ) { ++ } else if ( inputtype == FORMAT_mac ) { + outputtype = FORMAT_mac; +- } else if ( (inputtype == FORMAT_eui64) ) { ++ } else if ( inputtype == FORMAT_eui64 ) { + outputtype = FORMAT_eui64; + } else if ( (inputtype == FORMAT_bitstring) || (inputtype == FORMAT_base85) ) { + outputtype = FORMAT_ipv6addr; Property changes on: head/net-mgmt/ipv6calc/files/patch-ipv6calc_ipv6calc.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/ipv6calc/pkg-plist =================================================================== --- head/net-mgmt/ipv6calc/pkg-plist (revision 428876) +++ head/net-mgmt/ipv6calc/pkg-plist (revision 428877) @@ -1,8 +1,17 @@ bin/ipv6calc bin/ipv6loganon bin/ipv6logconv bin/ipv6logstats 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