diff options
author | adamw <adamw@FreeBSD.org> | 2017-01-05 22:16:45 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-01-05 22:16:45 +0800 |
commit | 97eb9910f6f9d4ede74fa9729ba4970761111c71 (patch) | |
tree | cc4059e5eb8c3c86555238fea4fa818994d78181 /net | |
parent | 3d66801a5efafea8c2667267e2ab09829116b7ac (diff) | |
download | freebsd-ports-gnome-97eb9910f6f9d4ede74fa9729ba4970761111c71.tar.gz freebsd-ports-gnome-97eb9910f6f9d4ede74fa9729ba4970761111c71.tar.zst freebsd-ports-gnome-97eb9910f6f9d4ede74fa9729ba4970761111c71.zip |
Update to 2.3.1.
Diffstat (limited to 'net')
-rw-r--r-- | net/geoipupdate/Makefile | 10 | ||||
-rw-r--r-- | net/geoipupdate/distinfo | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/net/geoipupdate/Makefile b/net/geoipupdate/Makefile index c765e3e6c515..1e2cdda3c679 100644 --- a/net/geoipupdate/Makefile +++ b/net/geoipupdate/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geoipupdate -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 DISTVERSIONPREFIX= v CATEGORIES= net geography @@ -21,10 +21,8 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS -post-patch: - ${REINPLACE_CMD} -e '/^doc_DATA =/s|conf/GeoIP.conf.default||' \ - ${WRKSRC}/Makefile.am - ${REINPLACE_CMD} -e '/DEFAULT_CONFIG_FILE =/s/GeoIP.conf$$/&.sample/' \ - ${WRKSRC}/conf/Makefile.am +post-install: + ${MV} ${STAGEDIR}${DOCSDIR}/GeoIP.conf.default \ + ${STAGEDIR}${PREFIX}/etc/GeoIP.conf.sample .include <bsd.port.mk> diff --git a/net/geoipupdate/distinfo b/net/geoipupdate/distinfo index 48ee35b97dc0..ea14320f4b3e 100644 --- a/net/geoipupdate/distinfo +++ b/net/geoipupdate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1483568399 -SHA256 (maxmind-geoipupdate-v2.3.0_GH0.tar.gz) = 8e36ac53076b915d89647e7b48cc0db4618357d48ee0a19584e6b9465a01f14d -SIZE (maxmind-geoipupdate-v2.3.0_GH0.tar.gz) = 34452 +TIMESTAMP = 1483625432 +SHA256 (maxmind-geoipupdate-v2.3.1_GH0.tar.gz) = 581f3783cdd1bdc68f13507e7e7515f8e98c687ae5390a753f9415777a047a4e +SIZE (maxmind-geoipupdate-v2.3.1_GH0.tar.gz) = 34627 |