diff options
author | edwin <edwin@FreeBSD.org> | 2009-08-14 12:36:39 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2009-08-14 12:36:39 +0800 |
commit | 53d71ddb0459b2b6e4f09ce7a82568d102366e46 (patch) | |
tree | 11db777a1a34b1d2d5a6709ba8560594878312fd /net-mgmt/ipv6calc/Makefile | |
parent | 4323615b6506a9a4977216c3450e5fd8d88ae384 (diff) | |
download | freebsd-ports-gnome-53d71ddb0459b2b6e4f09ce7a82568d102366e46.tar.gz freebsd-ports-gnome-53d71ddb0459b2b6e4f09ce7a82568d102366e46.tar.zst freebsd-ports-gnome-53d71ddb0459b2b6e4f09ce7a82568d102366e46.zip |
Update to 0.73.0:
Minor changes:
ipv6calc/ipv6calc.c
- add auto-output format detection for revnibble
- do not print resultstring, if empty
- add support for '-m' for '--in -?'
- add support for '-m' for '--out|action -?'
ipv6calc/test_ipv6calc.sh
- add input validation tests
lib/ipv6calchelp.[ch]
- support machine readable output for input types
- support machine readable output for output/action types
lib/libipv4addr.c
lib/libipv6addr.c
lib/librfc1886.c
- improve input validation
databases/registries/update-registries.sh
- fix IANA ipv6-unicast-address-assignments weblink problem
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 cfc46b4c5cb7..81f9adbe52b1 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipv6calc -PORTVERSION= 0.72.2 +PORTVERSION= 0.73.0 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ |