diff options
author | rene <rene@FreeBSD.org> | 2019-02-17 21:54:29 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2019-02-17 21:54:29 +0800 |
commit | 9461e117f4a942f78725275bbcf11c135377139d (patch) | |
tree | db6709a82b708a76959b0fb6c044b4d4f503a3f2 | |
parent | 8c15305eee0d80c90e73815915fdefe8518f9f99 (diff) | |
download | freebsd-ports-gnome-9461e117f4a942f78725275bbcf11c135377139d.tar.gz freebsd-ports-gnome-9461e117f4a942f78725275bbcf11c135377139d.tar.zst freebsd-ports-gnome-9461e117f4a942f78725275bbcf11c135377139d.zip |
Remove expired port:
2019-02-15 net/GeoIP: Legacy databases no longer available. Switch to net/libmaxminddb instead
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net/GeoIP/Makefile | 39 | ||||
-rw-r--r-- | net/GeoIP/distinfo | 3 | ||||
-rw-r--r-- | net/GeoIP/files/geoipupdate.sh.in | 13 | ||||
-rw-r--r-- | net/GeoIP/files/patch-man_Makefile.in | 22 | ||||
-rw-r--r-- | net/GeoIP/files/pkg-message.in | 7 | ||||
-rw-r--r-- | net/GeoIP/pkg-descr | 15 | ||||
-rw-r--r-- | net/GeoIP/pkg-plist | 13 | ||||
-rw-r--r-- | net/Makefile | 1 |
9 files changed, 1 insertions, 113 deletions
@@ -11624,3 +11624,4 @@ net-p2p/verlihub-plugins-stats||2019-02-16|Has expired: Verlihub uses legacy Geo www/mod_geoip2|www/mod_maxminddb|2019-02-16|Has expired: Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible devel/libdouble-conversion|devel/double-conversion|2019-02-16|Rename to match the project name on github and on most other systems, and in installed cmake files security/tmux-cssh||2019-02-17|Upstream has disappeared; sysutils/scct is an alternative +net/GeoIP|net/libmaxminddb|2019-02-17|Has expired: Legacy databases no longer available. Switch to net/libmaxminddb instead diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile deleted file mode 100644 index 1797bba676ec..000000000000 --- a/net/GeoIP/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: Yen-Ming Lee <leeym@leeym.com> -# $FreeBSD$ - -PORTNAME= GeoIP -PORTVERSION= 1.6.12 -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 <bsd.port.mk> diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo deleted file mode 100644 index ce933e77feae..000000000000 --- a/net/GeoIP/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1526665187 -SHA256 (GeoIP-1.6.12.tar.gz) = 1dfb748003c5e4b7fd56ba8c4cd786633d5d6f409547584f6910398389636f80 -SIZE (GeoIP-1.6.12.tar.gz) = 473914 diff --git a/net/GeoIP/files/geoipupdate.sh.in b/net/GeoIP/files/geoipupdate.sh.in deleted file mode 100644 index 6f08d5e9d8db..000000000000 --- a/net/GeoIP/files/geoipupdate.sh.in +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -cat <<MSG -=============================================================== -Maxmind no longer provides the legacy GeoIP databases, and have -removed the databases from their servers entirely. - -If a port has an OPTION that supports GeoIP 2 (via -net/libmaxminddb), please switch to that and use geoipupdate -(net/geoipupdate) to fetch the GeoIP 2 databases. -=============================================================== -MSG -exit 1 diff --git a/net/GeoIP/files/patch-man_Makefile.in b/net/GeoIP/files/patch-man_Makefile.in deleted file mode 100644 index e11b2ecfd853..000000000000 --- a/net/GeoIP/files/patch-man_Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ -This patch fixes building as an unpriviliged user. - ---- man/Makefile.in.orig 2018-05-22 13:27:29 UTC -+++ man/Makefile.in -@@ -270,7 +270,7 @@ target_alias = @target_alias@ - top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --man_MANS = geoiplookup6.1 geoiplookup.1 -+NOINST_man_MANS = geoiplookup6.1 geoiplookup.1 - EXTRA_DIST = geoiplookup6.1.in geoiplookup.1.in - edit = sed \ - -e 's|DATADIR|$(pkgdatadir)|g' \ -@@ -530,7 +530,7 @@ geoiplookup.1 geoiplookup6.1: Makefile - geoiplookup.1: geoiplookup.1.in - geoiplookup6.1: geoiplookup6.1.in - --install-data-hook: -+install-data-hook: $(NOINST_man_MANS) - cat geoiplookup.1 | sed s,DATADIR,$(pkgdatadir), > $(DESTDIR)$(LOOKUP_MAN) - cat geoiplookup6.1 | sed s,DATADIR,$(pkgdatadir), > $(DESTDIR)$(LOOKUP6_MAN) - diff --git a/net/GeoIP/files/pkg-message.in b/net/GeoIP/files/pkg-message.in deleted file mode 100644 index 05e54b6c5819..000000000000 --- a/net/GeoIP/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ -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 diff --git a/net/GeoIP/pkg-descr b/net/GeoIP/pkg-descr deleted file mode 100644 index 6b1e8d33eac2..000000000000 --- a/net/GeoIP/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -GeoIP is a C library that enables the user to find the country that any -IP address or hostname originates from. This library supports the legacy -GeoIP database. Although it is kept up-to-date, the non-legacy database -(net/libmaxminddb) is preferable when supported. - -This module can be used to automatically select the geographically closest -mirror, to analyze your web server logs to determine the countries of your -visitors, for credit card fraud detection, and for software export controls. - -This port includes a helper script, geoipupdate.sh, to help you keep the -library up-to-date. The helper script will only update the legacy -database. To update GeoIP2 databases, install the geoipupdate port from -net/geoipupdate. - -WWW: http://dev.maxmind.com/geoip/legacy diff --git a/net/GeoIP/pkg-plist b/net/GeoIP/pkg-plist deleted file mode 100644 index 75fa6cec86e0..000000000000 --- a/net/GeoIP/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/geoiplookup -bin/geoiplookup6 -bin/geoipupdate.sh -include/GeoIP.h -include/GeoIPCity.h -lib/libGeoIP.a -lib/libGeoIP.so -lib/libGeoIP.so.1 -lib/libGeoIP.so.%%PORTVERSION%% -libdata/pkgconfig/geoip.pc -man/man1/geoiplookup.1.gz -man/man1/geoiplookup6.1.gz -@dir %%DATADIR%% diff --git a/net/Makefile b/net/Makefile index bc93a72ecae0..440ffb39ceca 100644 --- a/net/Makefile +++ b/net/Makefile @@ -6,7 +6,6 @@ SUBDIR += 3proxy SUBDIR += 44bsd-rdist SUBDIR += 6tunnel - SUBDIR += GeoIP SUBDIR += R-cran-twitteR SUBDIR += Sockets SUBDIR += activemq |