Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 21:00:50 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490212 - head/net/GeoIP
Message-ID:  <201901132100.x0DL0oht032732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901132100.x0DL0oht032732>