diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-19 14:39:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-19 14:39:52 +0000 |
commit | 83e82afc892faaf1166293cea7c72ed1f53dc059 (patch) | |
tree | 5d7534281fc4558359730b0a232a0073023ede28 /net/GeoIP | |
parent | 20e390610afc9b1edd2aa96e1e2fb4daa394412e (diff) | |
download | ports-83e82afc892faaf1166293cea7c72ed1f53dc059.tar.gz ports-83e82afc892faaf1166293cea7c72ed1f53dc059.zip |
Notes
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 8 | ||||
-rw-r--r-- | net/GeoIP/distinfo | 6 | ||||
-rw-r--r-- | net/GeoIP/pkg-plist | 1 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 02412ca1989a..38c2a0f5dff9 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -6,12 +6,12 @@ # PORTNAME= GeoIP -PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTVERSION= 1.4.5 CATEGORIES= net geography -MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ +MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ \ + http://mirror.mcx2.org/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= adox@mcx2.org COMMENT= Find the country that any IP address or hostname originates from USE_GNOME= gnometarget diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo index 9f7734f3005c..ed422f36582a 100644 --- a/net/GeoIP/distinfo +++ b/net/GeoIP/distinfo @@ -1,3 +1,3 @@ -MD5 (GeoIP-1.4.4.tar.gz) = 27c1320e41e67b9ddcf4118e4eaccd1d -SHA256 (GeoIP-1.4.4.tar.gz) = a5b2ee9298eaf8c160ccab5b3e2ecc1c38cf67d9dd4e97419427f89d08cfb78e -SIZE (GeoIP-1.4.4.tar.gz) = 944698 +MD5 (GeoIP-1.4.5.tar.gz) = d95c34cf8ebd48e357b1812db5d75cf1 +SHA256 (GeoIP-1.4.5.tar.gz) = cd62034fe0206be243cbb43723520987978d8e55ee61872f34fd60a31f5c6b18 +SIZE (GeoIP-1.4.5.tar.gz) = 986844 diff --git a/net/GeoIP/pkg-plist b/net/GeoIP/pkg-plist index d62e6c31638f..0a58804f973e 100644 --- a/net/GeoIP/pkg-plist +++ b/net/GeoIP/pkg-plist @@ -1,4 +1,5 @@ bin/geoiplookup +bin/geoiplookup6 bin/geoipupdate bin/geoipupdate.sh @unexec if cmp -s %D/etc/GeoIP.conf %D/etc/GeoIP.conf.default; then rm -f %D/etc/GeoIP.conf; fi |