mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
update to 1.38
PR: 74677 Submitted by: leeym Approved by: maintainer timeout
This commit is contained in:
parent
930c34b164
commit
2880b8e3e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125111
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= GeoIP
|
||||
PORTVERSION= 1.3.6
|
||||
PORTVERSION= 1.3.8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/
|
||||
|
||||
@ -19,8 +19,8 @@ INSTALLS_SHLIB= yes
|
||||
MAN1= geoiplookup.1 geoipupdate.1
|
||||
|
||||
post-install:
|
||||
.if !exists(${PREFIX}/etc/GeoIP.conf.default)
|
||||
@${CP} ${PREFIX}/etc/GeoIP.conf.default ${PREFIX}/etc/GeoIP.conf
|
||||
.if !exists(${PREFIX}/etc/GeoIP.conf)
|
||||
@${INSTALL_DATA} ${PREFIX}/etc/GeoIP.conf.default ${PREFIX}/etc/GeoIP.conf
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (GeoIP-1.3.6.tar.gz) = f5afa496b562a7524b9b33b1d30dbee9
|
||||
SIZE (GeoIP-1.3.6.tar.gz) = 579850
|
||||
MD5 (GeoIP-1.3.8.tar.gz) = 7bbd491dfbe4314c817ba0bbc7fa0932
|
||||
SIZE (GeoIP-1.3.8.tar.gz) = 585538
|
||||
|
@ -18,5 +18,5 @@ lib/libGeoIPBitReader.so.0
|
||||
lib/libGeoIPUpdate.a
|
||||
lib/libGeoIPUpdate.so
|
||||
lib/libGeoIPUpdate.so.0
|
||||
share/GeoIP/GeoIP.dat
|
||||
@unexec rmdir %D/share/GeoIP 2>/dev/null || true
|
||||
%%DATADIR%%/GeoIP.dat
|
||||
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user