aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-12-02 05:15:44 +0800
committermiwi <miwi@FreeBSD.org>2008-12-02 05:15:44 +0800
commit565b098b7767ef71467a22591135b4da2d6a0100 (patch)
tree9fc77f1acb7fc2499193be498c3c97681a934467 /net
parent15ac80cf882cc2dd9a08943730e3b44b72ab5829 (diff)
downloadfreebsd-ports-gnome-565b098b7767ef71467a22591135b4da2d6a0100.tar.gz
freebsd-ports-gnome-565b098b7767ef71467a22591135b4da2d6a0100.tar.zst
freebsd-ports-gnome-565b098b7767ef71467a22591135b4da2d6a0100.zip
- Fix Country database url
PR: 129124 Submitted by: Bogdan Culibrk <bc@default.rs> Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/GeoIP/Makefile1
-rw-r--r--net/GeoIP/files/geoipupdate.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile
index 38c2a0f5dff9..12e512da2836 100644
--- a/net/GeoIP/Makefile
+++ b/net/GeoIP/Makefile
@@ -7,6 +7,7 @@
PORTNAME= GeoIP
PORTVERSION= 1.4.5
+PORTREVISION= 1
CATEGORIES= net geography
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ \
http://mirror.mcx2.org/
diff --git a/net/GeoIP/files/geoipupdate.sh b/net/GeoIP/files/geoipupdate.sh
index b137fdbd8d52..bba804c85b77 100644
--- a/net/GeoIP/files/geoipupdate.sh
+++ b/net/GeoIP/files/geoipupdate.sh
@@ -1,5 +1,5 @@
#!/bin/sh
cd /tmp
-fetch http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz
+fetch http://64.246.48.99/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
gunzip GeoIP.dat.gz
mv -f GeoIP.dat /usr/local/share/GeoIP