svn commit: r334847 - head/devel/p5-Devel-PartialDump

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 25 13:05:22 UTC 2013


Author: sunpoet
Date: Mon Nov 25 13:05:21 2013
New Revision: 334847
URL: http://svnweb.freebsd.org/changeset/ports/334847

Log:
  - Update to 0.16
  - Add LICENSE
  
  Changes:	http://search.cpan.org/dist/Devel-PartialDump/Changes

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

Modified: head/devel/p5-Devel-PartialDump/Makefile
==============================================================================
--- head/devel/p5-Devel-PartialDump/Makefile	Mon Nov 25 12:34:53 2013	(r334846)
+++ head/devel/p5-Devel-PartialDump/Makefile	Mon Nov 25 13:05:21 2013	(r334847)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Devel-PartialDump
-PORTVERSION=	0.15
-PORTREVISION=	1
+PORTVERSION=	0.16
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,16 +10,17 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Partial dumping of data structures, optimized for argument printing
 
-BUILD_DEPENDS=	p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
-		p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean \
-		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-Class-Tiny>=0:${PORTSDIR}/devel/p5-Class-Tiny \
+		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
+		p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-
 TEST_DEPENDS=	p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \
 		p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuildtiny
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Devel-PartialDump/distinfo
==============================================================================
--- head/devel/p5-Devel-PartialDump/distinfo	Mon Nov 25 12:34:53 2013	(r334846)
+++ head/devel/p5-Devel-PartialDump/distinfo	Mon Nov 25 13:05:21 2013	(r334847)
@@ -1,2 +1,2 @@
-SHA256 (Devel-PartialDump-0.15.tar.gz) = f6fc56b80c29b88f7a63ad8ba8a28d6c106581945a9c5ebcaa71510c0610a476
-SIZE (Devel-PartialDump-0.15.tar.gz) = 7640
+SHA256 (Devel-PartialDump-0.16.tar.gz) = 5b079073adfc0bfacb8c7a9e815a00efc5e3af435d1fbc38e7890e0a624bf5aa
+SIZE (Devel-PartialDump-0.16.tar.gz) = 26216


More information about the svn-ports-head mailing list