diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2002-11-19 20:37:40 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2002-11-19 20:37:40 +0000 |
commit | 3692e046422eee84a7cc1ff7b5a4abaea4764d60 (patch) | |
tree | c2c079e38d552580d40ea81d60c925da2cd6f09c /net | |
parent | Fix build on -current. (diff) |
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
Notes
Notes:
svn path=/head/; revision=70517
Diffstat (limited to 'net')
-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 |