Date: Mon, 24 Feb 2020 12:32:32 +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: r526964 - head/dns/bind914 Message-ID: <202002241232.01OCWWCN083894@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Feb 24 12:32:32 2020 New Revision: 526964 URL: https://svnweb.freebsd.org/changeset/ports/526964 Log: Fix expiration date, it is 3 months after 9.16's release. Modified: head/dns/bind914/Makefile (contents, props changed) Modified: head/dns/bind914/Makefile ============================================================================== --- head/dns/bind914/Makefile Mon Feb 24 12:16:32 2020 (r526963) +++ head/dns/bind914/Makefile Mon Feb 24 12:32:32 2020 (r526964) @@ -16,7 +16,7 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT DEPRECATED= End of life, please migrate to a newer version of BIND9 -EXPIRATION_DATE= 2020-04-30 +EXPIRATION_DATE= 2020-05-31 LIB_DEPENDS= libxml2.so:textproc/libxml2 RUN_DEPENDS= bind-tools>0:dns/bind-tools
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002241232.01OCWWCN083894>