From owner-svn-ports-head@FreeBSD.ORG Thu Aug 7 08:40:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6CDD8DC5 for ; Thu, 7 Aug 2014 08:40:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 443AF2648 for ; Thu, 7 Aug 2014 08:40:26 +0000 (UTC) Received: from mat (uid 986) (envelope-from mat@FreeBSD.org) id 5141 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Thu, 07 Aug 2014 08:40:26 +0000 From: Mathieu Arnold Date: Thu, 7 Aug 2014 08:40:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364250 - head/dns/bind98 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e33b7a.5141.39b08adf@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 08:40:26 -0000 Author: mat Date: Thu Aug 7 08:40:25 2014 New Revision: 364250 URL: http://svnweb.freebsd.org/changeset/ports/364250 QAT: https://qat.redports.org/buildarchive/r364250/ Log: Push back expiration to the end of the month. Sponsored by: Absolight Modified: head/dns/bind98/Makefile Modified: head/dns/bind98/Makefile ============================================================================== --- head/dns/bind98/Makefile Thu Aug 7 08:17:15 2014 (r364249) +++ head/dns/bind98/Makefile Thu Aug 7 08:40:25 2014 (r364250) @@ -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