svn commit: r490212 - head/net/GeoIP

Adam Weinberger adamw at FreeBSD.org
Sun Jan 13 21:00:51 UTC 2019


Author: adamw
Date: Sun Jan 13 21:00:50 2019
New Revision: 490212
URL: https://svnweb.freebsd.org/changeset/ports/490212

Log:
  Extend the GeoIP expiration to a month from now to give
  users a bit more time to find a new solution.

Modified:
  head/net/GeoIP/Makefile

Modified: head/net/GeoIP/Makefile
==============================================================================
--- head/net/GeoIP/Makefile	Sun Jan 13 20:58:36 2019	(r490211)
+++ head/net/GeoIP/Makefile	Sun Jan 13 21:00:50 2019	(r490212)
@@ -14,8 +14,8 @@ LICENSE=	GPLv2
 
 USES=		libtool pathfix
 
-DEPRECATED=	Legacy databases no longer available. Switch to GeoIP2 instead
-EXPIRATION_DATE=2019-02-01
+DEPRECATED=	Legacy databases no longer available. Switch to net/libmaxminddb instead
+EXPIRATION_DATE=2019-02-15
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list