svn commit: r361560 - head/dns/bind98
Mathieu Arnold
mat at FreeBSD.org
Fri Jul 11 16:03:11 UTC 2014
Author: mat
Date: Fri Jul 11 16:03:10 2014
New Revision: 361560
URL: http://svnweb.freebsd.org/changeset/ports/361560
QAT: https://qat.redports.org/buildarchive/r361560/
Log:
Add the expiration date of BIND 9.8.
Sponsored by: Absolight
Modified:
head/dns/bind98/Makefile
Modified: head/dns/bind98/Makefile
==============================================================================
--- head/dns/bind98/Makefile Fri Jul 11 15:59:42 2014 (r361559)
+++ head/dns/bind98/Makefile Fri Jul 11 16:03:10 2014 (r361560)
@@ -2,7 +2,7 @@
PORTNAME= bind
PORTVERSION= ${ISCVERSION:S/-P/P/}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
PKGNAMESUFFIX= 98
@@ -28,6 +28,9 @@ CPE_VERSION= ${ISCVERSION:C/-.*//}
CPE_UPDATE= ${ISCVERSION:C/.*-//:tl}
.endif
+DEPRECATED= Will be EOL as of September 2014.
+EXPIRATION_DATE= 2014-09-01
+
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
More information about the svn-ports-all
mailing list