Index: Makefile =================================================================== --- Makefile (revision 430348) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $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/ Index: distinfo =================================================================== --- distinfo (revision 430348) +++ distinfo (working copy) @@ -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: files/patch-ipv6calc_ipv6calc.c =================================================================== --- files/patch-ipv6calc_ipv6calc.c (revision 430348) +++ 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: 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: files/patch-man_Makefile.in =================================================================== --- files/patch-man_Makefile.in (nonexistent) +++ files/patch-man_Makefile.in (working copy) @@ -0,0 +1,12 @@ +--- 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 + for f in *.8; do \ +- install -m 644 $$f $(DESTDIR)$(mandir)/man8; \ ++ install -m 644 $$f $(DESTDIR)${PREFIX}/man/man8; \ + done Property changes on: files/patch-man_Makefile.in ___________________________________________________________________ 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: files/patch-man__Makefile.in =================================================================== --- files/patch-man__Makefile.in (revision 430348) +++ files/patch-man__Makefile.in (nonexistent) @@ -1,12 +0,0 @@ ---- man/Makefile.in.orig 2009-01-06 16:37:45 UTC -+++ man/Makefile.in -@@ -25,7 +25,7 @@ clean: - test: - - install: -- mkdir -p $(DESTDIR)$(mandir)/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 Property changes on: files/patch-man__Makefile.in ___________________________________________________________________ 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