From owner-svn-ports-head@freebsd.org Fri Apr 28 09:15:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64EF1D534EC; Fri, 28 Apr 2017 09:15:22 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from dd36626.kasserver.com (dd36626.kasserver.com [85.13.153.106]) (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 2E3C71D6C; Fri, 28 Apr 2017 09:15:20 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from phantomias.home.jochen-neumeister.de (p548942F3.dip0.t-ipconnect.de [84.137.66.243]) by dd36626.kasserver.com (Postfix) with ESMTPSA id EBEDA2E00408; Fri, 28 Apr 2017 11:15:12 +0200 (CEST) Subject: Re: svn commit: r436425 - head/dns/pear-Net_DNS To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703181712.v2IHCslR040197@repo.freebsd.org> From: Jochen Neumeister Message-ID: <2f8b8da4-1764-8c2e-03eb-8ab17886d8f8@bsdproject.de> Date: Fri, 28 Apr 2017 11:15:08 +0200 MIME-Version: 1.0 In-Reply-To: <201703181712.v2IHCslR040197@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: de-DE X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 28 Apr 2017 09:15:22 -0000 Am 18.03.2017 um 18:12 schrieb Sunpoet Po-Chuan Hsieh: > Author: sunpoet > Date: Sat Mar 18 17:12:54 2017 > New Revision: 436425 > URL: https://svnweb.freebsd.org/changeset/ports/436425 > > Log: > Mark DEPRECATED and set EXPIRATION_DATE to 2017-03-31 > > PR: 217875 > Submitted by: Jochen Neumeister (maintainer) > > Modified: > head/dns/pear-Net_DNS/Makefile > > Modified: head/dns/pear-Net_DNS/Makefile > ============================================================================== > --- head/dns/pear-Net_DNS/Makefile Sat Mar 18 17:12:49 2017 (r436424) > +++ head/dns/pear-Net_DNS/Makefile Sat Mar 18 17:12:54 2017 (r436425) > @@ -9,6 +9,9 @@ CATEGORIES= dns net pear > MAINTAINER= joneum@bsdproject.de > COMMENT= Resolver library used to communicate with a DNS server > > +DEPRECATED= This Port use PHP4.2 - This PHP-Version is not longer supporded > +EXPIRATION_DATE=2017-03-31 > + Is this right? The Port is still alive. I see a lot of Ports with EOL 31.3.2017, but there are all still alive, too. > PORTSCOUT= skipv:1.00b2,1.00b1 > USE_PHP= hash > USES= pear > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"