diff options
author | seanc <seanc@FreeBSD.org> | 2002-10-17 19:47:13 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2002-10-17 19:47:13 +0000 |
commit | ea99f77afcc10b7ef60af60662ea260fef7ca5c7 (patch) | |
tree | c8b9a3baf48f7c1bd889e8b29a461e93ecc0bc1a /net/GeoIP | |
parent | 66440af32b1380cec79ff56300a7827338659090 (diff) | |
download | FreeBSD-ports-ea99f77afcc10b7ef60af60662ea260fef7ca5c7.zip FreeBSD-ports-ea99f77afcc10b7ef60af60662ea260fef7ca5c7.tar.gz |
Update GeoIP to 1.0.9. Update categories that were missed after the
repo-copy[1].
PR: ports/44171
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 4 | ||||
-rw-r--r-- | net/GeoIP/distinfo | 2 | ||||
-rw-r--r-- | net/GeoIP/files/patch-libGeoIP::GeoIPUpdate.c | 13 |
3 files changed, 3 insertions, 16 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 84a4fe6..f248259 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -6,8 +6,8 @@ # PORTNAME= GeoIP -PORTVERSION= 1.0.8 -CATEGORIES= misc +PORTVERSION= 1.0.9 +CATEGORIES= net MASTER_SITES= http://maxmind.com/download/geoip/api/c/ MAINTAINER= seanc@FreeBSD.org diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo index daded00..5f4a60f 100644 --- a/net/GeoIP/distinfo +++ b/net/GeoIP/distinfo @@ -1 +1 @@ -MD5 (GeoIP-1.0.8.tar.gz) = dcf0a8b924f03674a5b216f0c7e78b7b +MD5 (GeoIP-1.0.9.tar.gz) = 009d4c88caebd800ee3c25f3d9e65c1f diff --git a/net/GeoIP/files/patch-libGeoIP::GeoIPUpdate.c b/net/GeoIP/files/patch-libGeoIP::GeoIPUpdate.c deleted file mode 100644 index 7b1771f..0000000 --- a/net/GeoIP/files/patch-libGeoIP::GeoIPUpdate.c +++ /dev/null @@ -1,13 +0,0 @@ ---- libGeoIP/GeoIPUpdate.c.orig Tue Oct 8 11:12:17 2002 -+++ libGeoIP/GeoIPUpdate.c Tue Oct 8 11:12:41 2002 -@@ -21,9 +21,9 @@ - #include "global.h" - #include "md5.h" - #include "GeoIP.h" -+#include <sys/types.h> - #include <netinet/in.h> - #include <arpa/inet.h> --#include <sys/types.h> - #include <sys/socket.h> - #include "zlib.h" - #include "time.h" |