svn commit: r368366 - head/dns/bind10

Mathieu Arnold mat at FreeBSD.org
Wed Sep 17 11:55:16 UTC 2014


Author: mat
Date: Wed Sep 17 11:55:14 2014
New Revision: 368366
URL: http://svnweb.freebsd.org/changeset/ports/368366
QAT: https://qat.redports.org/buildarchive/r368366/

Log:
  Add a deprecation.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind10/Makefile

Modified: head/dns/bind10/Makefile
==============================================================================
--- head/dns/bind10/Makefile	Wed Sep 17 11:23:05 2014	(r368365)
+++ head/dns/bind10/Makefile	Wed Sep 17 11:55:14 2014	(r368366)
@@ -28,6 +28,9 @@ LIB_DEPENDS=	libbotan-1.10.so:${PORTSDIR
 		libsqlite3.so:${PORTSDIR}/databases/sqlite3
 RUN_DEPENDS=	${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
 
+DEPRECATED=	Is not developed any more, use dns/bundy
+EXPIRATION_DATE=	2015-12-31
+
 USE_PYTHON=	3
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list