Index: branches/2018Q4/net/GeoIP/Makefile =================================================================== --- branches/2018Q4/net/GeoIP/Makefile (revision 487269) +++ branches/2018Q4/net/GeoIP/Makefile (revision 487270) @@ -1,35 +1,36 @@ # Created by: Yen-Ming Lee # $FreeBSD$ PORTNAME= GeoIP PORTVERSION= 1.6.12 +PORTREVISION= 1 CATEGORIES= net geography MASTER_SITES= https://github.com/maxmind/geoip-api-c/releases/download/v${PORTVERSION}/ MAINTAINER= adamw@FreeBSD.org COMMENT= Find the country that any IP address or hostname originates from LICENSE= GPLv2 USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check SUB_FILES= geoipupdate.sh pkg-message PLIST_SUB+= PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= DOCS PORTDOCS= COPYING ChangeLog LICENSE README.md post-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/geoipupdate.sh ${STAGEDIR}${PREFIX}/bin post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:C|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: branches/2018Q4/net/GeoIP/files/pkg-message.in =================================================================== --- branches/2018Q4/net/GeoIP/files/pkg-message.in (revision 487269) +++ branches/2018Q4/net/GeoIP/files/pkg-message.in (revision 487270) @@ -1,3 +1,7 @@ GeoIP does not ship with the actual data files. You must download them yourself! To obtain the free database, run: # %%PREFIX%%/bin/geoipupdate.sh + +If you are using the free database, you will need to create some +symlinks for the geoiplookup tools, as described in +https://github.com/maxmind/geoip-api-c/blob/master/NEWS.md Index: branches/2018Q4 =================================================================== --- branches/2018Q4 (revision 487269) +++ branches/2018Q4 (revision 487270) Property changes on: branches/2018Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r487269