Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2014 16:03:10 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361560 - head/dns/bind98
Message-ID:  <201407111603.s6BG3Age054277@svn.freebsd.org>

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



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