Index: head/net-mgmt/ipv6calc/Makefile =================================================================== --- head/net-mgmt/ipv6calc/Makefile (revision 431054) +++ head/net-mgmt/ipv6calc/Makefile (revision 431055) @@ -1,21 +1,21 @@ # Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= ipv6calc -PORTVERSION= 0.99.1 +PORTVERSION= 0.99.2 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ MAINTAINER= dbaio@bsd.com.br COMMENT= Convert, change, and calculate with IPv6 addresses LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING 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 431054) +++ head/net-mgmt/ipv6calc/distinfo (revision 431055) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482011313 -SHA256 (ipv6calc-0.99.1.tar.gz) = b0bc5d2f83c928524f82053b40f670589bd0181719046a2e4c267912a2ba1d28 -SIZE (ipv6calc-0.99.1.tar.gz) = 1234188 +TIMESTAMP = 1483364445 +SHA256 (ipv6calc-0.99.2.tar.gz) = f2eeec1b8d8626756f2cb9c461e9d1db20affccf582d43ded439bdb2d12646ef +SIZE (ipv6calc-0.99.2.tar.gz) = 1287951 Index: head/net-mgmt/ipv6calc/files/patch-ipv6calc_ipv6calc.c =================================================================== --- head/net-mgmt/ipv6calc/files/patch-ipv6calc_ipv6calc.c (revision 431054) +++ head/net-mgmt/ipv6calc/files/patch-ipv6calc_ipv6calc.c (nonexistent) @@ -1,14 +0,0 @@ ---- 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/ipv6calc/files/patch-man__Makefile.in =================================================================== --- head/net-mgmt/ipv6calc/files/patch-man__Makefile.in (revision 431054) +++ head/net-mgmt/ipv6calc/files/patch-man__Makefile.in (revision 431055) @@ -1,12 +1,12 @@ ---- man/Makefile.in.orig 2009-01-06 16:37:45 UTC +--- man/Makefile.in.orig 2016-12-29 08:56:34 UTC +++ man/Makefile.in @@ -25,7 +25,7 @@ clean: test: install: - mkdir -p $(DESTDIR)$(mandir)/man8 -+ mkdir -p $(DESTDIR)${PREFIX}/man//man8 ++ mkdir -p $(DESTDIR)${PREFIX}/man/man8 for f in *.8; do \ - install -m 644 $$f $(DESTDIR)$(mandir)/man8; \ + install -m 644 $$f $(DESTDIR)${PREFIX}/man/man8; \ done