svn commit: r409008 - head/devel/p5-MooseX-AttributeHelpers

Adam Weinberger adamw at FreeBSD.org
Tue Feb 16 18:00:45 UTC 2016


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


More information about the svn-ports-all mailing list