summaryrefslogtreecommitdiff
path: root/net/GeoIP
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2011-04-23 08:42:30 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2011-04-23 08:42:30 +0000
commit2fc7ab7c57cf09b0ec0b4909b043db4181ccd386 (patch)
tree7a586ab3bf68155d3517a87d38a57a4bdb8dd789 /net/GeoIP
parent- Update to 0.5.7 (diff)
- Update to 1.4.7
Notes
Notes: svn path=/head/; revision=273094
Diffstat (limited to 'net/GeoIP')
-rw-r--r--net/GeoIP/Makefile3
-rw-r--r--net/GeoIP/distinfo4
-rw-r--r--net/GeoIP/files/patch-libGeoIP-GeoIP.h13
3 files changed, 3 insertions, 17 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile
index a33d99684a11..ee909d245eea 100644
--- a/net/GeoIP/Makefile
+++ b/net/GeoIP/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= GeoIP
-PORTVERSION= 1.4.6
-PORTREVISION= 1
+PORTVERSION= 1.4.7
CATEGORIES= net geography
MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/
diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo
index 2390888a5ba6..992ec53e05a2 100644
--- a/net/GeoIP/distinfo
+++ b/net/GeoIP/distinfo
@@ -1,2 +1,2 @@
-SHA256 (GeoIP-1.4.6.tar.gz) = 16b429407d7bc7d785d1aace73a390f287cd90200f0f61f5c75818058dec91c4
-SIZE (GeoIP-1.4.6.tar.gz) = 1045241
+SHA256 (GeoIP-1.4.7.tar.gz) = 11c5e225c0efddf1827112203c1ad2143658c61056eaa9adb4b690efe65aaf26
+SIZE (GeoIP-1.4.7.tar.gz) = 1068781
diff --git a/net/GeoIP/files/patch-libGeoIP-GeoIP.h b/net/GeoIP/files/patch-libGeoIP-GeoIP.h
deleted file mode 100644
index 2f012313ffa6..000000000000
--- a/net/GeoIP/files/patch-libGeoIP-GeoIP.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- libGeoIP/GeoIP.h.orig 2009-02-24 19:03:23.000000000 +0300
-+++ libGeoIP/GeoIP.h 2010-11-24 19:21:26.000000000 +0300
-@@ -241,10 +241,6 @@
- /* Get timezone from country and region code */
- GEOIP_API const char * GeoIP_time_zone_by_country_and_region(const char *country_code, const char *region_code);
-
--#ifdef BSD
--#define memcpy(dest, src, n) bcopy(src, dest, n)
--#endif
--
- #ifdef __cplusplus
- }
- #endif