diff options
author | rene <rene@FreeBSD.org> | 2019-02-17 01:53:32 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2019-02-17 01:53:32 +0800 |
commit | b5f4cfcb7f63368e263e5596e92674b5752373bd (patch) | |
tree | 4e9d3a83785ee396adb283c0547095503678cb0d /www/mod_geoip2 | |
parent | 786640844b64d36f3d477b4ce05a8a5e2ff0f6c8 (diff) | |
download | freebsd-ports-gnome-b5f4cfcb7f63368e263e5596e92674b5752373bd.tar.gz freebsd-ports-gnome-b5f4cfcb7f63368e263e5596e92674b5752373bd.tar.zst freebsd-ports-gnome-b5f4cfcb7f63368e263e5596e92674b5752373bd.zip |
Remove expired port:
2019-02-15 www/mod_geoip2: Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
Diffstat (limited to 'www/mod_geoip2')
-rw-r--r-- | www/mod_geoip2/Makefile | 38 | ||||
-rw-r--r-- | www/mod_geoip2/distinfo | 2 | ||||
-rw-r--r-- | www/mod_geoip2/files/pkg-message.in | 11 | ||||
-rw-r--r-- | www/mod_geoip2/pkg-descr | 4 |
4 files changed, 0 insertions, 55 deletions
diff --git a/www/mod_geoip2/Makefile b/www/mod_geoip2/Makefile deleted file mode 100644 index 664538154665..000000000000 --- a/www/mod_geoip2/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Jukka A. Ukkonen <jau@iki.fi> -# $FreeBSD$ - -PORTNAME= mod_geoip2 -PORTVERSION= 1.2.10 -CATEGORIES= www geography - -MAINTAINER= jau@iki.fi -COMMENT= Apache module that provides the country code of the client IP - -LICENSE= APACHE20 - -BUILD_DEPENDS= GeoIP>=1.4.4:net/GeoIP -RUN_DEPENDS= GeoIP>=1.4.4:net/GeoIP - -DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible -EXPIRATION_DATE=2019-02-15 - -USE_GITHUB= yes -GH_ACCOUNT= maxmind -GH_PROJECT= geoip-api-mod_geoip2 -USES= apache:2.2+ -MODULENAME= mod_geoip -AP_FAST_BUILD= yes -AP_GENPLIST= yes -AP_INC+= ${LOCALBASE}/include -AP_LIB+= ${LOCALBASE}/lib -lGeoIP - -SUB_FILES+= pkg-message -PORTDOCS= Changes INSTALL.md README.md README.php - -OPTIONS_DEFINE= DOCS - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/www/mod_geoip2/distinfo b/www/mod_geoip2/distinfo deleted file mode 100644 index 28f3cd155519..000000000000 --- a/www/mod_geoip2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (maxmind-geoip-api-mod_geoip2-1.2.10_GH0.tar.gz) = 291f7677581161e35dac0175a69b0b28d94edd9802bdd79d4ed68057852a5035 -SIZE (maxmind-geoip-api-mod_geoip2-1.2.10_GH0.tar.gz) = 15595 diff --git a/www/mod_geoip2/files/pkg-message.in b/www/mod_geoip2/files/pkg-message.in deleted file mode 100644 index 05dc4359e32a..000000000000 --- a/www/mod_geoip2/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ -******************************************************************************* -Please edit your apache.conf or httpd.conf to enable and setup this module. - -You can always refer to the useful documents held in: -%%DOCSDIR%% - -When it is done, do the following to apply the modifications: - - apachectl configtest (and correct any errors reported) - apachectl restart -******************************************************************************* diff --git a/www/mod_geoip2/pkg-descr b/www/mod_geoip2/pkg-descr deleted file mode 100644 index f7adbb40231d..000000000000 --- a/www/mod_geoip2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -mod_geoip2 is an Apache2 module that looks up the country code for the -IP address making the request without using reverse DNS. - -WWW: http://www.maxmind.com/app/mod_geoip |