svn commit: r387762 - head/dns/nsd3

Erwin Lansing erwin at FreeBSD.org
Thu May 28 19:29:43 UTC 2015


Author: erwin
Date: Thu May 28 19:29:42 2015
New Revision: 387762
URL: https://svnweb.freebsd.org/changeset/ports/387762

Log:
  Warn users of the EOL and set expiration date.
  
  Submitted by:	mat
  Approved by:	Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)
  Sponsored by:	DK Hostmaster A/S

Modified:
  head/dns/nsd3/Makefile

Modified: head/dns/nsd3/Makefile
==============================================================================
--- head/dns/nsd3/Makefile	Thu May 28 18:15:42 2015	(r387761)
+++ head/dns/nsd3/Makefile	Thu May 28 19:29:42 2015	(r387762)
@@ -15,6 +15,9 @@ LICENSE=	BSD3CLAUSE
 
 CONFLICTS=	nsd-[0-2]* nsd-4*
 
+DEPRECATED=		NSD 3 is EOL, please upgrade to NSD 4 in dns/nsd
+EXPIRATION_DATE=	2016-05-20
+
 USE_RC_SUBR=	nsd
 
 NSDUSER?=	bind


More information about the svn-ports-all mailing list