- Fix Country database url

PR:		129124
Submitted by:	Bogdan Culibrk <bc@default.rs>
Approved by:	maintainer
This commit is contained in:
Martin Wilke 2008-12-01 21:15:44 +00:00
parent 7e0e703b75
commit 33372939c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223683
2 changed files with 2 additions and 1 deletions

View file

@ -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/

View file

@ -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