summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-03-31 15:47:24 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-03-31 15:47:24 +0000
commit6fc3915b554a77b0260e130ce6fccfebc4b7855e (patch)
tree4155b8405ecc7a9d5751a7e0cf59662216e6dd79
parentRemove ALWAYS_KEEP_DISTFILES, it cannot find code where it was ever (diff)
Update to 1.6.10, and use install-strip instead of manually stripping
in post-install.
-rw-r--r--net/GeoIP/Makefile6
-rw-r--r--net/GeoIP/distinfo5
2 files changed, 6 insertions, 5 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile
index 07612d798041..f883aadde6af 100644
--- a/net/GeoIP/Makefile
+++ b/net/GeoIP/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= GeoIP
-PORTVERSION= 1.6.9
+PORTVERSION= 1.6.10
DISTVERSIONPREFIX= v
CATEGORIES= net geography
@@ -19,6 +19,7 @@ USES= autoreconf libtool pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
SUB_FILES= geoipupdate.sh pkg-message
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
@@ -27,9 +28,8 @@ OPTIONS_DEFINE= DOCS
PORTDOCS= COPYING ChangeLog LICENSE README.md
post-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/geoipupdate.sh ${STAGEDIR}${PREFIX}/bin
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libGeoIP.so.*
@${MKDIR} ${STAGEDIR}${DATADIR}
+ ${INSTALL_SCRIPT} ${WRKDIR}/geoipupdate.sh ${STAGEDIR}${PREFIX}/bin
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo
index 23ebbf6b2db9..c47168a884a5 100644
--- a/net/GeoIP/distinfo
+++ b/net/GeoIP/distinfo
@@ -1,2 +1,3 @@
-SHA256 (maxmind-geoip-api-c-v1.6.9_GH0.tar.gz) = 05468adbb6bdbddc588ee6f0df990f47b1b24d278519c35d59f7a8058a2a9825
-SIZE (maxmind-geoip-api-c-v1.6.9_GH0.tar.gz) = 158576
+TIMESTAMP = 1490974553
+SHA256 (maxmind-geoip-api-c-v1.6.10_GH0.tar.gz) = de0d6d037d5e0ad9f7110e7f3b82eb20a24616712d29be0019e28ba7364cdc3e
+SIZE (maxmind-geoip-api-c-v1.6.10_GH0.tar.gz) = 161506