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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Aug 19 03:54:22 UTC 2015


Author: sunpoet
Date: Wed Aug 19 03:54:20 2015
New Revision: 394685
URL: https://svnweb.freebsd.org/changeset/ports/394685

Log:
  - Update to 0.24
  - Add LICENSE
  - Add NO_ARCH
  - Remove outdated post-extract:
  
  Changes:	http://search.cpan.org/dist/MooseX-AttributeHelpers/Changes

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	Wed Aug 19 03:54:15 2015	(r394684)
+++ head/devel/p5-MooseX-AttributeHelpers/Makefile	Wed Aug 19 03:54:20 2015	(r394685)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	MooseX-AttributeHelpers
-PORTVERSION=	0.23
-PORTREVISION=	1
+PORTVERSION=	0.24
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,14 +10,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Extend your attribute interfaces
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Moose>=0.56:${PORTSDIR}/devel/p5-Moose
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
+NO_ARCH=	yes
 USES=		perl5
-USE_PERL5=	configure
-
-post-extract:
-	@${REINPLACE_CMD} -i '' '/build_requires/d' ${WRKSRC}/Makefile.PL
+USE_PERL5=	modbuildtiny
 
 .include <bsd.port.mk>

Modified: head/devel/p5-MooseX-AttributeHelpers/distinfo
==============================================================================
--- head/devel/p5-MooseX-AttributeHelpers/distinfo	Wed Aug 19 03:54:15 2015	(r394684)
+++ head/devel/p5-MooseX-AttributeHelpers/distinfo	Wed Aug 19 03:54:20 2015	(r394685)
@@ -1,2 +1,2 @@
-SHA256 (MooseX-AttributeHelpers-0.23.tar.gz) = 3f63f60d94d840a309d9137f78605e15f07c977fd15a4f4b55bd47b65ed52be1
-SIZE (MooseX-AttributeHelpers-0.23.tar.gz) = 38659
+SHA256 (MooseX-AttributeHelpers-0.24.tar.gz) = b891c2ea9bbad10bc6aba4ddd94511c6e8c8eae9395a770090a330ece68613c4
+SIZE (MooseX-AttributeHelpers-0.24.tar.gz) = 51799


More information about the svn-ports-head mailing list