Date: Thu, 16 May 2013 07:43:44 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318278 - head/devel/p5-Test-FailWarnings Message-ID: <201305160743.r4G7hiPA027444@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Thu May 16 07:43:44 2013 New Revision: 318278 URL: http://svnweb.freebsd.org/changeset/ports/318278 Log: - Update to 0.005 - Add LICENSE (Apache 2) Changes: http://search.cpan.org/dist/Test-FailWarnings/Changes Modified: head/devel/p5-Test-FailWarnings/Makefile head/devel/p5-Test-FailWarnings/distinfo Modified: head/devel/p5-Test-FailWarnings/Makefile ============================================================================== --- head/devel/p5-Test-FailWarnings/Makefile Thu May 16 07:30:02 2013 (r318277) +++ head/devel/p5-Test-FailWarnings/Makefile Thu May 16 07:43:44 2013 (r318278) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-FailWarnings -PORTVERSION= 0.003 +PORTVERSION= 0.005 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Test @@ -11,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Add test failures if warnings are caught +LICENSE= AL2 + BUILD_DEPENDS= p5-Capture-Tiny>=0.21:${PORTSDIR}/devel/p5-Capture-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-Test-FailWarnings/distinfo ============================================================================== --- head/devel/p5-Test-FailWarnings/distinfo Thu May 16 07:30:02 2013 (r318277) +++ head/devel/p5-Test-FailWarnings/distinfo Thu May 16 07:43:44 2013 (r318278) @@ -1,2 +1,2 @@ -SHA256 (Test-FailWarnings-0.003.tar.gz) = 7411468efff3af7276043063fa078fa2585bb181da07cf49e6d2491e00747124 -SIZE (Test-FailWarnings-0.003.tar.gz) = 13592 +SHA256 (Test-FailWarnings-0.005.tar.gz) = 014f909e6c171f77b811139c49c1dca9d0f1e2d1c41b5dca332b6b55b3eb0b4e +SIZE (Test-FailWarnings-0.005.tar.gz) = 13799
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305160743.r4G7hiPA027444>