From owner-svn-ports-all@FreeBSD.ORG Thu May 28 19:29:43 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C7385AE; Thu, 28 May 2015 19:29:43 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B9469C5; Thu, 28 May 2015 19:29:43 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4SJThpx010230; Thu, 28 May 2015 19:29:43 GMT (envelope-from erwin@FreeBSD.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4SJThWI010229; Thu, 28 May 2015 19:29:43 GMT (envelope-from erwin@FreeBSD.org) Message-Id: <201505281929.t4SJThWI010229@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: erwin set sender to erwin@FreeBSD.org using -f From: Erwin Lansing Date: Thu, 28 May 2015 19:29:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387762 - head/dns/nsd3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2015 19:29:43 -0000 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 (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