svn commit: r430640 - head/net/geoipupdate

Adam Weinberger adamw at FreeBSD.org
Thu Jan 5 14:16:47 UTC 2017


Author: adamw
Date: Thu Jan  5 14:16:45 2017
New Revision: 430640
URL: https://svnweb.freebsd.org/changeset/ports/430640

Log:
  Update to 2.3.1.

Modified:
  head/net/geoipupdate/Makefile
  head/net/geoipupdate/distinfo

Modified: head/net/geoipupdate/Makefile
==============================================================================
--- head/net/geoipupdate/Makefile	Thu Jan  5 13:54:22 2017	(r430639)
+++ head/net/geoipupdate/Makefile	Thu Jan  5 14:16:45 2017	(r430640)
@@ -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>

Modified: head/net/geoipupdate/distinfo
==============================================================================
--- head/net/geoipupdate/distinfo	Thu Jan  5 13:54:22 2017	(r430639)
+++ head/net/geoipupdate/distinfo	Thu Jan  5 14:16:45 2017	(r430640)
@@ -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


More information about the svn-ports-all mailing list