diff options
author | edwin <edwin@FreeBSD.org> | 2005-09-15 07:03:50 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-09-15 07:03:50 +0800 |
commit | fd3f547640b9a0d8908e72f22c77426719f3589a (patch) | |
tree | 2112feb8ac0fe1bf8b25e105e155cc26b3cd0129 /net-mgmt/ipv6calc/Makefile | |
parent | f4e61fe413c40e704645fed1dba6d1f59defa535 (diff) | |
download | freebsd-ports-gnome-fd3f547640b9a0d8908e72f22c77426719f3589a.tar.gz freebsd-ports-gnome-fd3f547640b9a0d8908e72f22c77426719f3589a.tar.zst freebsd-ports-gnome-fd3f547640b9a0d8908e72f22c77426719f3589a.zip |
Upgrade to 0.49
20050914/PB
Update databases
20050725/PB
lib/libipv6addr
ipv6calc/showinfo
- add support for Unique Local IPv6 Unicast Addresses
20050719/PB
md5/md5.c
- fix for proper support of big endian machines
lib/libipv6addr
- replace hardcoded IPv6 assignement by dynamic one
20050714/PB
lib/libipv6addr
- IPv6 TLA update
20050628/PB
ipv6calc:
- replace hardcoded $(root)/bin with $(root)@bindir@ (suggested by
Andrew Walrond)
20050212/PB
ipv6logconv:
- implement a lookup cache for speed-up (around 20%)
lib/libipv4addr
databases/ipv4-assignment/dbipv4addr_assignment.h
- add a hint table for speed-up IPv4 registry lookups (around 10
times!)
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 b0b70e389e34..6960a2a5698a 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipv6calc -PORTVERSION= 0.48 +PORTVERSION= 0.49 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ |