aboutsummaryrefslogtreecommitdiffstats
path: root/net/GeoIP
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2012-02-23 04:23:27 +0800
committerdhn <dhn@FreeBSD.org>2012-02-23 04:23:27 +0800
commit43fe1707afd7862d439b609f0a6bec2d9b948ffc (patch)
treea38459a7ec8763ab56dc8a192867acb2d8e2c302 /net/GeoIP
parentb9b5a40f78e6715a0122c4e624ad09dc9d5e56a3 (diff)
downloadfreebsd-ports-gnome-43fe1707afd7862d439b609f0a6bec2d9b948ffc.tar.gz
freebsd-ports-gnome-43fe1707afd7862d439b609f0a6bec2d9b948ffc.tar.zst
freebsd-ports-gnome-43fe1707afd7862d439b609f0a6bec2d9b948ffc.zip
- Update URL in files/geoipupdate.sh
- Bump PORTREVISION PR: ports/165379 Submitted by: Seiji Ariga <freebsd@khaotic.net>
Diffstat (limited to 'net/GeoIP')
-rw-r--r--net/GeoIP/Makefile2
-rw-r--r--net/GeoIP/files/geoipupdate.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile
index 3470bc233b57..a66ab0a3c961 100644
--- a/net/GeoIP/Makefile
+++ b/net/GeoIP/Makefile
@@ -7,7 +7,7 @@
PORTNAME= GeoIP
PORTVERSION= 1.4.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net geography
MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/
diff --git a/net/GeoIP/files/geoipupdate.sh b/net/GeoIP/files/geoipupdate.sh
index bba804c85b77..36a9bd25c7cf 100644
--- a/net/GeoIP/files/geoipupdate.sh
+++ b/net/GeoIP/files/geoipupdate.sh
@@ -1,5 +1,5 @@
#!/bin/sh
cd /tmp
-fetch http://64.246.48.99/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
+fetch http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
gunzip GeoIP.dat.gz
mv -f GeoIP.dat /usr/local/share/GeoIP