Index: branches/2019Q1/net/GeoIP/Makefile =================================================================== --- branches/2019Q1/net/GeoIP/Makefile (revision 490219) +++ branches/2019Q1/net/GeoIP/Makefile (revision 490220) @@ -1,36 +1,39 @@ # Created by: Yen-Ming Lee # $FreeBSD$ PORTNAME= GeoIP PORTVERSION= 1.6.12 -PORTREVISION= 1 +PORTREVISION= 3 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 + +DEPRECATED= Legacy databases no longer available. Switch to net/libmaxminddb instead +EXPIRATION_DATE=2019-02-15 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/2019Q1/net/GeoIP/files/geoipupdate.sh.in =================================================================== --- branches/2019Q1/net/GeoIP/files/geoipupdate.sh.in (revision 490219) +++ branches/2019Q1/net/GeoIP/files/geoipupdate.sh.in (revision 490220) @@ -1,50 +1,13 @@ #!/bin/sh -# You can set the following environment variables: -# -# GEOIP_DB_SERVER: The default download server is geolite.maxmind.com -# GEOIP_FETCH_CITY: If set (to anything), download the GeoLite City DB -# GEOIP_FETCH_ASN: If set, download the GeoIP ASN DB +cat <