From owner-svn-ports-head@FreeBSD.ORG Thu Apr 25 08:49:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 753E2846; Thu, 25 Apr 2013 08:49:45 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 57522165A; Thu, 25 Apr 2013 08:49:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3P8njio075832; Thu, 25 Apr 2013 08:49:45 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3P8ni1Q075824; Thu, 25 Apr 2013 08:49:44 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201304250849.r3P8ni1Q075824@svn.freebsd.org> From: Anton Berezin Date: Thu, 25 Apr 2013 08:49:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316507 - in head/devel: . p5-Test-FailWarnings X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2013 08:49:45 -0000 Author: tobez Date: Thu Apr 25 08:49:43 2013 New Revision: 316507 URL: http://svnweb.freebsd.org/changeset/ports/316507 Log: Add devel/p5-Test-FailWarnings 0.003, a Perl test module that adds test failures if warnings are caught. Added: head/devel/p5-Test-FailWarnings/ head/devel/p5-Test-FailWarnings/Makefile (contents, props changed) head/devel/p5-Test-FailWarnings/distinfo (contents, props changed) head/devel/p5-Test-FailWarnings/pkg-descr (contents, props changed) head/devel/p5-Test-FailWarnings/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Apr 25 08:34:19 2013 (r316506) +++ head/devel/Makefile Thu Apr 25 08:49:43 2013 (r316507) @@ -2739,6 +2739,7 @@ SUBDIR += p5-Test-Exception SUBDIR += p5-Test-Exception-LessClever SUBDIR += p5-Test-Expect + SUBDIR += p5-Test-FailWarnings SUBDIR += p5-Test-Fatal SUBDIR += p5-Test-File SUBDIR += p5-Test-File-Contents Added: head/devel/p5-Test-FailWarnings/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-FailWarnings/Makefile Thu Apr 25 08:49:43 2013 (r316507) @@ -0,0 +1,21 @@ +# Created by: Anton Berezin +# $FreeBSD$ + +PORTNAME= Test-FailWarnings +PORTVERSION= 0.003 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Test +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Add test failures if warnings are caught + +BUILD_DEPENDS= p5-Capture-Tiny>=0.21:${PORTSDIR}/devel/p5-Capture-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Test::FailWarnings.3 + +.include Added: head/devel/p5-Test-FailWarnings/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-FailWarnings/distinfo Thu Apr 25 08:49:43 2013 (r316507) @@ -0,0 +1,2 @@ +SHA256 (Test-FailWarnings-0.003.tar.gz) = 7411468efff3af7276043063fa078fa2585bb181da07cf49e6d2491e00747124 +SIZE (Test-FailWarnings-0.003.tar.gz) = 13592 Added: head/devel/p5-Test-FailWarnings/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-FailWarnings/pkg-descr Thu Apr 25 08:49:43 2013 (r316507) @@ -0,0 +1,5 @@ +This module hooks $SIG{__WARN__} and converts warnings to Test::More's +fail() calls. It is designed to be used with done_testing, when you +don't need to know the test count in advance. + +WWW: http://search.cpan.org/dist/Test-FailWarnings/ Added: head/devel/p5-Test-FailWarnings/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-FailWarnings/pkg-plist Thu Apr 25 08:49:43 2013 (r316507) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Test/FailWarnings.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/FailWarnings/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/FailWarnings +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test