Index: head/net/GeoIP/Makefile =================================================================== --- head/net/GeoIP/Makefile (revision 489970) +++ head/net/GeoIP/Makefile (revision 489971) @@ -1,39 +1,39 @@ # Created by: Yen-Ming Lee # $FreeBSD$ PORTNAME= GeoIP PORTVERSION= 1.6.12 -PORTREVISION= 1 +PORTREVISION= 2 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 GeoIP2 instead EXPIRATION_DATE=2019-02-01 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: head/net/GeoIP/files/geoipupdate.sh.in =================================================================== --- head/net/GeoIP/files/geoipupdate.sh.in (revision 489970) +++ head/net/GeoIP/files/geoipupdate.sh.in (revision 489971) @@ -1,50 +1,12 @@ #!/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 <