diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-01 21:15:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-01 21:15:44 +0000 |
commit | 33372939c6f56e76fbad8ecfda9bc6e82e9d4273 (patch) | |
tree | e7fd4708751e8d05e867d87d86b601dcd6c28795 /net/GeoIP | |
parent | 7e0e703b750cbb7a68aa37ee89879106a221215d (diff) |
Notes
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 1 | ||||
-rw-r--r-- | net/GeoIP/files/geoipupdate.sh | 2 |
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 |