svn commit: r369538 - head/databases/db48

Matthias Andree mandree at FreeBSD.org
Mon Sep 29 17:56:05 UTC 2014


Author: mandree
Date: Mon Sep 29 17:56:04 2014
New Revision: 369538
URL: http://svnweb.freebsd.org/changeset/ports/369538
QAT: https://qat.redports.org/buildarchive/r369538/

Log:
  Reinstate former EXPIRATION_DATE syntax, and add a comment.

Modified:
  head/databases/db48/Makefile

Modified: head/databases/db48/Makefile
==============================================================================
--- head/databases/db48/Makefile	Mon Sep 29 16:55:33 2014	(r369537)
+++ head/databases/db48/Makefile	Mon Sep 29 17:56:04 2014	(r369538)
@@ -13,8 +13,10 @@ DIST_SUBDIR=	bdb
 MAINTAINER=	mandree at FreeBSD.org
 COMMENT=	The Berkeley DB package, revision 4.8
 
-DEPRECATED=		Please migrate to db5 or db6.
-EXPIRATION_DATE=	2014-11-30 unless *coin ports remain unfixed
+DEPRECATED=		Please migrate to db5 or db6
+# The port is not to be removed unless the bitcoin-related ports can
+# go without this.
+EXPIRATION_DATE=	2014-11-30
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKDIR}/${DISTNAME}/LICENSE


More information about the svn-ports-head mailing list