diff options
author | salo <salo@pkgsrc.org> | 2003-01-11 08:46:40 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-11 08:46:40 +0000 |
commit | 37f04cf6bf9776ede9281bec94cd73960b4543e5 (patch) | |
tree | 704da4ef86e95f1f9007216eaf2fed65337175f6 /net/ipv6calc | |
parent | 0d9d6f06f5e8b8ebb2fd9b3acb4b7c2e6c98fbc5 (diff) | |
download | pkgsrc-37f04cf6bf9776ede9281bec94cd73960b4543e5.tar.gz |
Update to version 0.45
Changes:
20021112:
fix not proper handling of option "-q|--quiet" in some cases
enhance help options (-h|--help now also valid) on --out|action|in
ipv6logconf: "make test" can be now also executed by root (su to
nobody)
tag version 0.45
20021104:
minor cosmetics in IEEE/OUI database
Diffstat (limited to 'net/ipv6calc')
-rw-r--r-- | net/ipv6calc/Makefile | 7 | ||||
-rw-r--r-- | net/ipv6calc/distinfo | 8 | ||||
-rw-r--r-- | net/ipv6calc/patches/patch-aa | 9 |
3 files changed, 11 insertions, 13 deletions
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile index 87bfb491bc6..c369afa49d6 100644 --- a/net/ipv6calc/Makefile +++ b/net/ipv6calc/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.11 2002/11/04 23:08:22 hubertf Exp $ +# $NetBSD: Makefile,v 1.12 2003/01/11 08:46:40 salo Exp $ # -DISTNAME= ipv6calc-0.44 +DISTNAME= ipv6calc-0.45 CATEGORIES= net MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ MAINTAINER= hubertf@netbsd.org -HOMEPAGE= http://www.bieringer.de/linux/IPv6/ipv6calc/index.html +HOMEPAGE= http://www.bieringer.de/linux/IPv6/ipv6calc/ COMMENT= Manipulates IPv6 adresses - # This package does not set or evaluate USE_INET6, but it should still # be listed in README-IPv6.html. Leave this comment here to make it so! diff --git a/net/ipv6calc/distinfo b/net/ipv6calc/distinfo index 14c419d31b0..f8df94b733c 100644 --- a/net/ipv6calc/distinfo +++ b/net/ipv6calc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2002/11/05 10:57:53 tron Exp $ +$NetBSD: distinfo,v 1.8 2003/01/11 08:46:40 salo Exp $ -SHA1 (ipv6calc-0.44.tar.gz) = f79ab17f078e7a4a29e203f2ed02640a4cc87961 -Size (ipv6calc-0.44.tar.gz) = 302438 bytes -SHA1 (patch-aa) = 59c2869f287e588711d512976526d2959304e509 +SHA1 (ipv6calc-0.45.tar.gz) = 0215a7e19246bde252c30ab715b0e1a8c419769a +Size (ipv6calc-0.45.tar.gz) = 297967 bytes +SHA1 (patch-aa) = 773b4a88f5f2cbf5fafa9875314f5e73bce8bd8b diff --git a/net/ipv6calc/patches/patch-aa b/net/ipv6calc/patches/patch-aa index 1d6991b6acd..2ab112839dc 100644 --- a/net/ipv6calc/patches/patch-aa +++ b/net/ipv6calc/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.5 2002/11/05 10:57:53 tron Exp $ +$NetBSD: patch-aa,v 1.6 2003/01/11 08:46:41 salo Exp $ --- Makefile.in.orig Sun Oct 27 14:30:02 2002 -+++ Makefile.in -@@ -53,10 +53,10 @@ ++++ Makefile.in Sat Jan 11 09:37:05 2003 +@@ -53,10 +53,9 @@ make installonly installonly: @@ -10,9 +10,8 @@ $NetBSD: patch-aa,v 1.5 2002/11/05 10:57:53 tron Exp $ - install -m 755 ipv6calc/ipv6calc $(root)/bin/ - mkdir -p $(root)/usr/bin/ - install -m 755 ipv6logconv/ipv6logconv $(root)/usr/bin/ -+ mkdir -p $(root)/bin ++ ${BSD_INSTALL_PROGRAM_DIR} $(root)/bin + ${BSD_INSTALL_PROGRAM} ipv6calc/ipv6calc $(root)/bin/ -+ mkdir -p $(root)/bin + ${BSD_INSTALL_PROGRAM} ipv6logconv/ipv6logconv $(root)/bin/ getopt-make: |