svn commit: r349534 - head/devel/p5-Test-Refcount

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 29 15:07:20 UTC 2014


Author: sunpoet
Date: Sat Mar 29 15:07:19 2014
New Revision: 349534
URL: http://svnweb.freebsd.org/changeset/ports/349534
QAT: https://qat.redports.org/buildarchive/r349534/

Log:
  - Update to 0.08
  - Add LICENSE
  
  Changes:	http://search.cpan.org/dist/Test-Refcount/Changes

Modified:
  head/devel/p5-Test-Refcount/Makefile
  head/devel/p5-Test-Refcount/distinfo

Modified: head/devel/p5-Test-Refcount/Makefile
==============================================================================
--- head/devel/p5-Test-Refcount/Makefile	Sat Mar 29 15:00:24 2014	(r349533)
+++ head/devel/p5-Test-Refcount/Makefile	Sat Mar 29 15:07:19 2014	(r349534)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-Refcount
-PORTVERSION=	0.07
+PORTVERSION=	0.08
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,6 +10,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Assert reference counts on objects
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Devel-MAT>=0:${PORTSDIR}/devel/p5-Devel-MAT
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
+
 USE_PERL5=	configure
 USES=		perl5
 

Modified: head/devel/p5-Test-Refcount/distinfo
==============================================================================
--- head/devel/p5-Test-Refcount/distinfo	Sat Mar 29 15:00:24 2014	(r349533)
+++ head/devel/p5-Test-Refcount/distinfo	Sat Mar 29 15:07:19 2014	(r349534)
@@ -1,2 +1,2 @@
-SHA256 (Test-Refcount-0.07.tar.gz) = 8be880d8e6bc946c79145fe1bd3fedd51c1c168785e4fb939fff41764201b511
-SIZE (Test-Refcount-0.07.tar.gz) = 15953
+SHA256 (Test-Refcount-0.08.tar.gz) = 90adbb5c8676953575d95e867b7aae763120de146268b7f4c00543e2c748cad7
+SIZE (Test-Refcount-0.08.tar.gz) = 17567


More information about the svn-ports-head mailing list