svn commit: r333323 - head/devel/p5-Data-Section

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 9 18:49:04 UTC 2013


Author: sunpoet
Date: Sat Nov  9 18:49:02 2013
New Revision: 333323
URL: http://svnweb.freebsd.org/changeset/ports/333323

Log:
  - Update to 0.200003
  - Sort *_DEPENDS
  - Add TEST_DEPENDS
  
  Changes:	http://search.cpan.org/dist/Data-Section/Changes

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

Modified: head/devel/p5-Data-Section/Makefile
==============================================================================
--- head/devel/p5-Data-Section/Makefile	Sat Nov  9 18:48:57 2013	(r333322)
+++ head/devel/p5-Data-Section/Makefile	Sat Nov  9 18:49:02 2013	(r333323)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Data-Section
-PORTVERSION=	0.101622
+PORTVERSION=	0.200003
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,10 +13,10 @@ COMMENT=	Read multiple hunks of data out
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter \
-		p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat
-RUN_DEPENDS=	p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter \
-		p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat
+BUILD_DEPENDS=	p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat \
+		p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/devel/p5-Data-Section/distinfo
==============================================================================
--- head/devel/p5-Data-Section/distinfo	Sat Nov  9 18:48:57 2013	(r333322)
+++ head/devel/p5-Data-Section/distinfo	Sat Nov  9 18:49:02 2013	(r333323)
@@ -1,2 +1,2 @@
-SHA256 (Data-Section-0.101622.tar.gz) = 33613e5daf0791fc2c5878fd82ef260e944b1e1fa205bcc753c31c62f5b7c7d3
-SIZE (Data-Section-0.101622.tar.gz) = 17813
+SHA256 (Data-Section-0.200003.tar.gz) = 21de7e7ef40bc9b777524f6159c5d81b2ac60ae59b1e999a3412c8dfb1311a22
+SIZE (Data-Section-0.200003.tar.gz) = 17836


More information about the svn-ports-all mailing list