svn commit: r454069 - head/textproc/p5-PPIx-EditorTools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 12 19:10:23 UTC 2017


Author: sunpoet
Date: Sun Nov 12 19:10:19 2017
New Revision: 454069
URL: https://svnweb.freebsd.org/changeset/ports/454069

Log:
  Update to 0.20
  
  - Add LICENSE_FILE
  - Add more TEST_DEPENDS
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/PPIx-EditorTools/Changes

Modified:
  head/textproc/p5-PPIx-EditorTools/Makefile
  head/textproc/p5-PPIx-EditorTools/distinfo

Modified: head/textproc/p5-PPIx-EditorTools/Makefile
==============================================================================
--- head/textproc/p5-PPIx-EditorTools/Makefile	Sun Nov 12 19:10:14 2017	(r454068)
+++ head/textproc/p5-PPIx-EditorTools/Makefile	Sun Nov 12 19:10:19 2017	(r454069)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	PPIx-EditorTools
-PORTVERSION=	0.19
+PORTVERSION=	0.20
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:SZABGAB
+MASTER_SITE_SUBDIR=	CPAN:YANICK
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -13,15 +13,21 @@ COMMENT=	Utility methods and base class for manipulati
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Class-XSAccessor>=1.02:devel/p5-Class-XSAccessor \
-		p5-PPI>=1.215:textproc/p5-PPI \
-		p5-Try-Tiny>=0.11:lang/p5-Try-Tiny
+		p5-PPI>=1.203:textproc/p5-PPI \
+		p5-Try-Tiny>=0:lang/p5-Try-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Test-Differences>=0:devel/p5-Test-Differences \
-		p5-Test-Most>=0:devel/p5-Test-Most \
-		p5-Test-NoWarnings>=0.084:devel/p5-Test-NoWarnings
+TEST_DEPENDS=	p5-Class-Accessor>=0:devel/p5-Class-Accessor \
+		p5-Method-Signatures>=0:devel/p5-Method-Signatures \
+		p5-Moose>=0:devel/p5-Moose \
+		p5-MooseX-Declare>=0:devel/p5-MooseX-Declare \
+		p5-Test-Differences>=0:devel/p5-Test-Differences \
+		p5-Test-Exception>=0:devel/p5-Test-Exception \
+		p5-Test-Most>=0:devel/p5-Test-Most
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 

Modified: head/textproc/p5-PPIx-EditorTools/distinfo
==============================================================================
--- head/textproc/p5-PPIx-EditorTools/distinfo	Sun Nov 12 19:10:14 2017	(r454068)
+++ head/textproc/p5-PPIx-EditorTools/distinfo	Sun Nov 12 19:10:19 2017	(r454069)
@@ -1,2 +1,3 @@
-SHA256 (PPIx-EditorTools-0.19.tar.gz) = 5542c885195a88adc4118dbbdef5e0e3b42a863f007bfca118d50e3e08cb23a3
-SIZE (PPIx-EditorTools-0.19.tar.gz) = 38749
+TIMESTAMP = 1508950846
+SHA256 (PPIx-EditorTools-0.20.tar.gz) = 6fa6eea95c324aed908cc7a3f98faddc971aa957e279ff07b960a90ca3bd2396
+SIZE (PPIx-EditorTools-0.20.tar.gz) = 37102


More information about the svn-ports-all mailing list