Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 19:04:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332897 - head/devel/p5-Test-Class
Message-ID:  <201311051904.rA5J4sMp098821@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Nov  5 19:04:54 2013
New Revision: 332897
URL: http://svnweb.freebsd.org/changeset/ports/332897

Log:
  - Update to 0.40
  - Add LICENSE
  - Use TEST_DEPENDS
  
  Changes:	http://search.cpan.org/dist/Test-Class/Changes

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

Modified: head/devel/p5-Test-Class/Makefile
==============================================================================
--- head/devel/p5-Test-Class/Makefile	Tue Nov  5 19:04:49 2013	(r332896)
+++ head/devel/p5-Test-Class/Makefile	Tue Nov  5 19:04:54 2013	(r332897)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-Class
-PORTVERSION=	0.39
+PORTVERSION=	0.40
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,9 +10,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Test::Class - Easily create test classes in an xUnit style
 
-RUN_DEPENDS=	p5-MRO-Compat>=0.11:${PORTSDIR}/devel/p5-MRO-Compat
-BUILD_DEPENDS:=	${RUN_DEPENDS}
-BUILD_DEPENDS+=	p5-Test-Exception>=0.25:${PORTSDIR}/devel/p5-Test-Exception
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-MRO-Compat>=0.11:${PORTSDIR}/devel/p5-MRO-Compat
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Contextual-Return>=0:${PORTSDIR}/devel/p5-Contextual-Return \
+		p5-Test-Exception>=0.25:${PORTSDIR}/devel/p5-Test-Exception
 
 USES=		perl5
 USE_PERL5=	modbuild

Modified: head/devel/p5-Test-Class/distinfo
==============================================================================
--- head/devel/p5-Test-Class/distinfo	Tue Nov  5 19:04:49 2013	(r332896)
+++ head/devel/p5-Test-Class/distinfo	Tue Nov  5 19:04:54 2013	(r332897)
@@ -1,2 +1,2 @@
-SHA256 (Test-Class-0.39.tar.gz) = d3a7d9b3ac24580524fc52865529457df4f43c0384f12264e884315d97f4bad5
-SIZE (Test-Class-0.39.tar.gz) = 78655
+SHA256 (Test-Class-0.40.tar.gz) = cc3b5e6837997ed8ab3cf00be091788d8e2b013b2b6a3bd801638bd85bb5d31a
+SIZE (Test-Class-0.40.tar.gz) = 78191



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311051904.rA5J4sMp098821>