From owner-svn-ports-head@freebsd.org Sun Aug 12 08:06:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A13010686AD; Sun, 12 Aug 2018 08:06:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 40EDA7DDE3; Sun, 12 Aug 2018 08:06:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05912235CE; Sun, 12 Aug 2018 08:06:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7C86OXt007352; Sun, 12 Aug 2018 08:06:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7C86OAS007348; Sun, 12 Aug 2018 08:06:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201808120806.w7C86OAS007348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 12 Aug 2018 08:06:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476978 - in head: converters/p5-JSON-Any devel/p5-MooseX-AttributeHelpers devel/p5-MooseX-Daemonize devel/p5-MooseX-Declare X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: converters/p5-JSON-Any devel/p5-MooseX-AttributeHelpers devel/p5-MooseX-Daemonize devel/p5-MooseX-Declare X-SVN-Commit-Revision: 476978 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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: Sun, 12 Aug 2018 08:06:25 -0000 Author: antoine Date: Sun Aug 12 08:06:23 2018 New Revision: 476978 URL: https://svnweb.freebsd.org/changeset/ports/476978 Log: Undeprecate and unexpire ports that were not correctly deprecated, all ports depending on those should have been deprecated but it never happened Modified: head/converters/p5-JSON-Any/Makefile head/devel/p5-MooseX-AttributeHelpers/Makefile head/devel/p5-MooseX-Daemonize/Makefile head/devel/p5-MooseX-Declare/Makefile Modified: head/converters/p5-JSON-Any/Makefile ============================================================================== --- head/converters/p5-JSON-Any/Makefile Sun Aug 12 08:00:30 2018 (r476977) +++ head/converters/p5-JSON-Any/Makefile Sun Aug 12 08:06:23 2018 (r476978) @@ -22,9 +22,6 @@ TEST_DEPENDS= p5-Cpanel-JSON-XS>=0:converters/p5-Cpane p5-Test-Warnings>=0.009:devel/p5-Test-Warnings \ p5-Test-Without-Module>=0.17:devel/p5-Test-Without-Module -DEPRECATED= Deprecated by upstream -EXPIRATION_DATE= 2017-03-01 - # Author preference: Cpanel::JSON::XS > JSON::XS > JSON::PP > JSON > JSON::DWIW OPTIONS_DEFINE= CPANEL JSON_XS JSON_PP JSON JSON_DWIW OPTIONS_DEFAULT=CPANEL Modified: head/devel/p5-MooseX-AttributeHelpers/Makefile ============================================================================== --- head/devel/p5-MooseX-AttributeHelpers/Makefile Sun Aug 12 08:00:30 2018 (r476977) +++ head/devel/p5-MooseX-AttributeHelpers/Makefile Sun Aug 12 08:06:23 2018 (r476978) @@ -17,9 +17,6 @@ BUILD_DEPENDS= p5-Moose>=0.56:devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception -DEPRECATED= Functionality is now a part of p5-Moose (Moose::Meta::Attribute::Native). Do not use for new projects -EXPIRATION_DATE= 2017-03-01 - NO_ARCH= yes USES= perl5 USE_PERL5= modbuildtiny Modified: head/devel/p5-MooseX-Daemonize/Makefile ============================================================================== --- head/devel/p5-MooseX-Daemonize/Makefile Sun Aug 12 08:00:30 2018 (r476977) +++ head/devel/p5-MooseX-Daemonize/Makefile Sun Aug 12 08:06:23 2018 (r476978) @@ -20,9 +20,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal BUILD_DEPENDS+= p5-Devel-CheckOS>=1.63:devel/p5-Devel-CheckOS -DEPRECATED= Deprecated by upstream, use devel/p5-Daemon-Control instead -EXPIRATION_DATE= 2017-03-01 - NO_ARCH= yes USES= perl5 USE_PERL5= modbuildtiny Modified: head/devel/p5-MooseX-Declare/Makefile ============================================================================== --- head/devel/p5-MooseX-Declare/Makefile Sun Aug 12 08:00:30 2018 (r476977) +++ head/devel/p5-MooseX-Declare/Makefile Sun Aug 12 08:06:23 2018 (r476978) @@ -28,9 +28,6 @@ BUILD_DEPENDS= p5-Devel-Declare>=0.005011:devel/p5-Dev RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -DEPRECATED= Deprecated by upstream -EXPIRATION_DATE= 2017-03-01 - USES= perl5 USE_PERL5= modbuildtiny