From owner-svn-ports-head@freebsd.org Tue Feb 16 18:00:45 2016 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 6DF1BAA9703; Tue, 16 Feb 2016 18:00:45 +0000 (UTC) (envelope-from adamw@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 mx1.freebsd.org (Postfix) with ESMTPS id 221BC1FF9; Tue, 16 Feb 2016 18:00:45 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GI0igk088812; Tue, 16 Feb 2016 18:00:44 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GI0iuC088810; Tue, 16 Feb 2016 18:00:44 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602161800.u1GI0iuC088810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 16 Feb 2016 18:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409008 - head/devel/p5-MooseX-AttributeHelpers X-SVN-Group: ports-head 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.20 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: Tue, 16 Feb 2016 18:00:45 -0000 Author: adamw Date: Tue Feb 16 18:00:43 2016 New Revision: 409008 URL: https://svnweb.freebsd.org/changeset/ports/409008 Log: Update to 0.25, which only highlighted how deprecated this module is. Its functionality has been rolled into Moose. It shouldn't be used for new projects. However, this module is still used by a half dozen other ports. So, add a DEPRECATION notice but no EXPIRATION_DATE. Changes: https://metacpan.org/changes/distribution/MooseX-AttributeHelpers Modified: head/devel/p5-MooseX-AttributeHelpers/Makefile head/devel/p5-MooseX-AttributeHelpers/distinfo Modified: head/devel/p5-MooseX-AttributeHelpers/Makefile ============================================================================== --- head/devel/p5-MooseX-AttributeHelpers/Makefile Tue Feb 16 17:53:08 2016 (r409007) +++ head/devel/p5-MooseX-AttributeHelpers/Makefile Tue Feb 16 18:00:43 2016 (r409008) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-AttributeHelpers -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,6 +17,8 @@ BUILD_DEPENDS= p5-Moose>=0.56:${PORTSDIR RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +DEPRECATED= Functionality is now a part of p5-Moose (Moose::Meta::Attribute::Native). Do not use for new projects + NO_ARCH= yes USES= perl5 USE_PERL5= modbuildtiny Modified: head/devel/p5-MooseX-AttributeHelpers/distinfo ============================================================================== --- head/devel/p5-MooseX-AttributeHelpers/distinfo Tue Feb 16 17:53:08 2016 (r409007) +++ head/devel/p5-MooseX-AttributeHelpers/distinfo Tue Feb 16 18:00:43 2016 (r409008) @@ -1,2 +1,2 @@ -SHA256 (MooseX-AttributeHelpers-0.24.tar.gz) = b891c2ea9bbad10bc6aba4ddd94511c6e8c8eae9395a770090a330ece68613c4 -SIZE (MooseX-AttributeHelpers-0.24.tar.gz) = 51799 +SHA256 (MooseX-AttributeHelpers-0.25.tar.gz) = b0c819ec83999b258b248f82059fa5975a0cee365423abbee0efaca5401c5ec6 +SIZE (MooseX-AttributeHelpers-0.25.tar.gz) = 54105