diff options
author | seanc <seanc@FreeBSD.org> | 2002-11-20 04:37:40 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2002-11-20 04:37:40 +0800 |
commit | 9447e36dea7eaa7dc499c74c415707bc8f42c972 (patch) | |
tree | aa426843b8c2e1b20c56209abbf60ad2a19164d6 /net/GeoIP | |
parent | 64ea2361d9c2fd9e76a85ddbc0b871a06a144f62 (diff) | |
download | freebsd-ports-gnome-9447e36dea7eaa7dc499c74c415707bc8f42c972.tar.gz freebsd-ports-gnome-9447e36dea7eaa7dc499c74c415707bc8f42c972.tar.zst freebsd-ports-gnome-9447e36dea7eaa7dc499c74c415707bc8f42c972.zip |
Update GeoIP to 1.1.1. This version update has a significant API change in
that false lookups now return NULL instead of "--". Libraries should be
updated accordingly.
Pointed out by: knu && bento
Update delayed by: 15s+ latency from satellite internet connection
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 2 | ||||
-rw-r--r-- | net/GeoIP/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index a65dce9a2df2..fdedde1f4337 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GeoIP -PORTVERSION= 1.0.9 +PORTVERSION= 1.1.1 CATEGORIES= net MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo index 5f4a60fc46f8..7c7648c5259b 100644 --- a/net/GeoIP/distinfo +++ b/net/GeoIP/distinfo @@ -1 +1 @@ -MD5 (GeoIP-1.0.9.tar.gz) = 009d4c88caebd800ee3c25f3d9e65c1f +MD5 (GeoIP-1.1.1.tar.gz) = c8200a224704f93186d8aa33111410dc |