diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-07-10 23:27:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-07-10 23:27:00 +0000 |
commit | e8cbf7288505377e5879cf0cd4b5de292a3b1cbf (patch) | |
tree | 80b2b9696ee0225abdf9c976e09fbe359d744258 /net-mgmt/ipv6calc | |
parent | 819622baeba82a75f7d9b2810ff833d0852d86a4 (diff) | |
download | ports-e8cbf7288505377e5879cf0cd4b5de292a3b1cbf.tar.gz ports-e8cbf7288505377e5879cf0cd4b5de292a3b1cbf.zip |
Notes
Diffstat (limited to 'net-mgmt/ipv6calc')
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/ipv6calc/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/ipv6calc/files/patch-man__Makefile.in | 11 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index a3d295fde838..abcb0dc1f730 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipv6calc -PORTVERSION= 0.60.0 +PORTVERSION= 0.60.1 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ diff --git a/net-mgmt/ipv6calc/distinfo b/net-mgmt/ipv6calc/distinfo index 765956dce61d..3a3140ec86a5 100644 --- a/net-mgmt/ipv6calc/distinfo +++ b/net-mgmt/ipv6calc/distinfo @@ -1,3 +1,3 @@ -MD5 (ipv6calc-0.60.0.tar.gz) = 894f67ad3883bd0153ede1946d9dc4cb -SHA256 (ipv6calc-0.60.0.tar.gz) = 30fb40b2a45196dbbf7e52b0cd12ac6da5ca91281be9c04e30e6cbd41e530396 -SIZE (ipv6calc-0.60.0.tar.gz) = 1118155 +MD5 (ipv6calc-0.60.1.tar.gz) = 68449cae97cda68fccbda7468485d7c4 +SHA256 (ipv6calc-0.60.1.tar.gz) = de862da7448c27106be9093b6e52a53ec08f4aae94ddea3ed1f5ff3eb8829590 +SIZE (ipv6calc-0.60.1.tar.gz) = 436198 diff --git a/net-mgmt/ipv6calc/files/patch-man__Makefile.in b/net-mgmt/ipv6calc/files/patch-man__Makefile.in index 0e9b0d750bfc..971a496ab0fd 100644 --- a/net-mgmt/ipv6calc/files/patch-man__Makefile.in +++ b/net-mgmt/ipv6calc/files/patch-man__Makefile.in @@ -1,8 +1,11 @@ ---- man/Makefile.in.orig Mon Jun 26 22:16:23 2006 -+++ man/Makefile.in Mon Jun 26 22:16:35 2006 -@@ -24,5 +24,5 @@ +--- man/Makefile.in.orig Sun Nov 20 08:14:38 2005 ++++ man/Makefile.in Tue Jul 11 09:25:59 2006 +@@ -22,7 +22,7 @@ + test: + install: - mkdir -p $(root)@mandir@/man8 +- mkdir -p $(root)@mandir@/man8 ++ mkdir -p $(root)${PREFIX}/man/man8 for f in *.8; do \ - install -m 644 $$f $(root)@mandir@/man8; \ + install -m 644 $$f $(root)${PREFIX}/man/man8; \ |