diff options
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 2 | ||||
-rw-r--r-- | net/GeoIP/distinfo | 4 | ||||
-rw-r--r-- | net/GeoIP/files/patch-libGeoIP-types.h | 11 | ||||
-rw-r--r-- | net/GeoIP/pkg-plist | 6 |
4 files changed, 3 insertions, 20 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index f11e4eb3bcf1..59a0a9eb8f26 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GeoIP -PORTVERSION= 1.3.13 +PORTVERSION= 1.3.14 CATEGORIES= net MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo index 05bf3ddb1799..6245bf85ff3f 100644 --- a/net/GeoIP/distinfo +++ b/net/GeoIP/distinfo @@ -1,2 +1,2 @@ -MD5 (GeoIP-1.3.13.tar.gz) = 59fc9a6adfbde13cee33c88668f3f400 -SIZE (GeoIP-1.3.13.tar.gz) = 668577 +MD5 (GeoIP-1.3.14.tar.gz) = a1f6fb744d85e96a457808f9c32fd334 +SIZE (GeoIP-1.3.14.tar.gz) = 677526 diff --git a/net/GeoIP/files/patch-libGeoIP-types.h b/net/GeoIP/files/patch-libGeoIP-types.h deleted file mode 100644 index fe37cfc2da6f..000000000000 --- a/net/GeoIP/files/patch-libGeoIP-types.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libGeoIP/types.h.orig Fri Apr 8 06:32:43 2005 -+++ libGeoIP/types.h Fri Sep 16 02:12:40 2005 -@@ -59,8 +59,6 @@ - #endif - - #ifndef HAVE_USHORT_TYPEDEF --#undef ushort /* maybe there is a macro with this name */ --typedef unsigned short ushort; - #define HAVE_USHORT_TYPEDEF - #endif - diff --git a/net/GeoIP/pkg-plist b/net/GeoIP/pkg-plist index c0aca41eb2cc..649ee10630f5 100644 --- a/net/GeoIP/pkg-plist +++ b/net/GeoIP/pkg-plist @@ -1,20 +1,14 @@ -bin/geoipexport -bin/geoipexportlocations bin/geoiplookup bin/geoipupdate @unexec if cmp -s %D/etc/GeoIP.conf %D/etc/GeoIP.conf.default; then rm -f %D/etc/GeoIP.conf; fi etc/GeoIP.conf.default @exec [ -f %B/GeoIP.conf ] || cp %B/%f %B/GeoIP.conf include/GeoIP.h -include/GeoIPBitReader.h include/GeoIPCity.h include/GeoIPUpdate.h lib/libGeoIP.a lib/libGeoIP.so lib/libGeoIP.so.4 -lib/libGeoIPBitReader.a -lib/libGeoIPBitReader.so -lib/libGeoIPBitReader.so.0 lib/libGeoIPUpdate.a lib/libGeoIPUpdate.so lib/libGeoIPUpdate.so.0 |