mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
- Update to 1.4.5
- Pass maintainership to submitter PR: 128156 Submitted by: Dennis Herrmann <adox@mcx2.org>
This commit is contained in:
parent
20e390610a
commit
83e82afc89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221784
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user