diff options
author | mat <mat@FreeBSD.org> | 2014-08-07 16:40:25 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-08-07 16:40:25 +0800 |
commit | 412fa3ca2de94d22ac7f028fbeb55208eee4611d (patch) | |
tree | bf505d21adb316ea3c6433695a2c90e881b39a55 /dns | |
parent | 5726811b7cbdc35c3c9b121af1716677d1db7b84 (diff) | |
download | freebsd-ports-gnome-412fa3ca2de94d22ac7f028fbeb55208eee4611d.tar.gz freebsd-ports-gnome-412fa3ca2de94d22ac7f028fbeb55208eee4611d.tar.zst freebsd-ports-gnome-412fa3ca2de94d22ac7f028fbeb55208eee4611d.zip |
Push back expiration to the end of the month.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind98/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 066c37c592f9..502849b17fb1 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -29,7 +29,7 @@ CPE_UPDATE= ${ISCVERSION:C/.*-//:tl} .endif DEPRECATED= Will be EOL as of September 2014. -EXPIRATION_DATE= 2014-09-01 +EXPIRATION_DATE= 2014-09-30 LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 |