From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 14:51:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CC24BAB3; Sat, 21 Sep 2013 14:51:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9A5F226B; Sat, 21 Sep 2013 14:51:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LEpK28068547; Sat, 21 Sep 2013 14:51:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LEpKKC068545; Sat, 21 Sep 2013 14:51:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211451.r8LEpKKC068545@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 14:51:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327819 - head/devel/p5-autodie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2013 14:51:20 -0000 Author: sunpoet Date: Sat Sep 21 14:51:19 2013 New Revision: 327819 URL: http://svnweb.freebsd.org/changeset/ports/327819 Log: - Update to 2.22 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/autodie/Changes Modified: head/devel/p5-autodie/Makefile head/devel/p5-autodie/distinfo (contents, props changed) Modified: head/devel/p5-autodie/Makefile ============================================================================== --- head/devel/p5-autodie/Makefile Sat Sep 21 14:22:49 2013 (r327818) +++ head/devel/p5-autodie/Makefile Sat Sep 21 14:51:19 2013 (r327819) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autodie -PORTVERSION= 2.21 +PORTVERSION= 2.22 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,15 +13,18 @@ COMMENT= Replace functions with ones tha LICENSE= ART10 GPLv1 LICENSE_COMB= dual +TEST_DEPENDS= p5-BSD-Resource>=0:${PORTSDIR}/devel/p5-BSD-Resource \ + p5-IPC-System-Simple>=0:${PORTSDIR}/devel/p5-IPC-System-Simple + +NO_STAGE= yes USES= perl5 USE_PERL5= configure -MAN3= Fatal.3 \ - autodie.3 \ - autodie::exception.3 \ - autodie::exception::system.3 \ - autodie::hints.3 \ - autodie::skip.3 +MAN3= Fatal.3 \ + autodie.3 \ + autodie::exception.3 \ + autodie::exception::system.3 \ + autodie::hints.3 \ + autodie::skip.3 -NO_STAGE= yes .include Modified: head/devel/p5-autodie/distinfo ============================================================================== --- head/devel/p5-autodie/distinfo Sat Sep 21 14:22:49 2013 (r327818) +++ head/devel/p5-autodie/distinfo Sat Sep 21 14:51:19 2013 (r327819) @@ -1,2 +1,2 @@ -SHA256 (autodie-2.21.tar.gz) = 0e4d2ebe18e812bb7b1016840a46bd81ab497469a3aa9753d7e55cb7fef48015 -SIZE (autodie-2.21.tar.gz) = 84469 +SHA256 (autodie-2.22.tar.gz) = 4b08024899ce6130246014541f575d8cc6cedd4b5c78f72288fe9ead7ed6c786 +SIZE (autodie-2.22.tar.gz) = 84661