diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-15 04:39:42 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-15 04:39:42 +0800 |
commit | 82c537e9f5619059016fcebe467f942b78ed3847 (patch) | |
tree | 55dfcbaf421ee90130b9c6a1e87ef13fec754762 /net-mgmt/ipv6calc/Makefile | |
parent | 7b9e3038e3fed14e02ee80d92ae23b7ccb3a850a (diff) | |
download | freebsd-ports-gnome-82c537e9f5619059016fcebe467f942b78ed3847.tar.gz freebsd-ports-gnome-82c537e9f5619059016fcebe467f942b78ed3847.tar.zst freebsd-ports-gnome-82c537e9f5619059016fcebe467f942b78ed3847.zip |
Maintainer update to version 0.45
ChangeLog:
* 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)
* minor cosmetics in IEEE/OUI database
Diffstat (limited to 'net-mgmt/ipv6calc/Makefile')
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index 9ebcf6a0a81d..5e7d3c9e6aa1 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipv6calc -PORTVERSION= 0.44 +PORTVERSION= 0.45 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ |