diff options
author | miwi <miwi@FreeBSD.org> | 2008-10-19 22:39:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-10-19 22:39:52 +0800 |
commit | 662a7f1050911e57cce6cbfb6437fb1e84233f3c (patch) | |
tree | 8dfa2ee099d5763dcaf1cbf3149a50a30a854033 /net/GeoIP | |
parent | 476039c615b99e4fe387bca3f75639366db6a438 (diff) | |
download | freebsd-ports-graphics-662a7f1050911e57cce6cbfb6437fb1e84233f3c.tar.gz freebsd-ports-graphics-662a7f1050911e57cce6cbfb6437fb1e84233f3c.tar.zst freebsd-ports-graphics-662a7f1050911e57cce6cbfb6437fb1e84233f3c.zip |
- Update to 1.4.5
- Pass maintainership to submitter
PR: 128156
Submitted by: Dennis Herrmann <adox@mcx2.org>
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 02412ca1989..38c2a0f5dff 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 9f7734f3005..ed422f36582 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 d62e6c31638..0a58804f973 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 |