svn commit: r338208 - head/devel/p5-Forest

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 31 01:21:51 UTC 2013


Author: sunpoet
Date: Tue Dec 31 01:21:50 2013
New Revision: 338208
URL: http://svnweb.freebsd.org/changeset/ports/338208

Log:
  - Update to 0.10
  - Add LICENSE
  - Use TEST_DEPENDS
  
  Changes:	http://search.cpan.org/dist/Forest/Changes

Modified:
  head/devel/p5-Forest/Makefile
  head/devel/p5-Forest/distinfo   (contents, props changed)

Modified: head/devel/p5-Forest/Makefile
==============================================================================
--- head/devel/p5-Forest/Makefile	Tue Dec 31 00:59:39 2013	(r338207)
+++ head/devel/p5-Forest/Makefile	Tue Dec 31 01:21:50 2013	(r338208)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Forest
-PORTVERSION=	0.09
+PORTVERSION=	0.10
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:STEVAN
@@ -11,11 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Collection of n-ary tree related modules
 
-RUN_DEPENDS=	p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \
-		p5-MooseX-AttributeHelpers>=0.17:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
 		p5-MooseX-Clone>=0.05:${PORTSDIR}/devel/p5-MooseX-Clone
-BUILD_DEPENDS:=	${RUN_DEPENDS}
-BUILD_DEPENDS+=	p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
 		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
 USES=		perl5

Modified: head/devel/p5-Forest/distinfo
==============================================================================
--- head/devel/p5-Forest/distinfo	Tue Dec 31 00:59:39 2013	(r338207)
+++ head/devel/p5-Forest/distinfo	Tue Dec 31 01:21:50 2013	(r338208)
@@ -1,2 +1,2 @@
-SHA256 (Forest-0.09.tar.gz) = 85fa217adfbf858f162b301f64c173b9d377728cec626ab9146b313ee1353728
-SIZE (Forest-0.09.tar.gz) = 33001
+SHA256 (Forest-0.10.tar.gz) = f8cc11607cfa88d1e25e26157e05803635449794be53682bd2cb6be7afbfe810
+SIZE (Forest-0.10.tar.gz) = 37166


More information about the svn-ports-all mailing list