From owner-svn-ports-all@freebsd.org Wed Jul 19 18:05:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83232CFE6D5; Wed, 19 Jul 2017 18:05:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5087663D77; Wed, 19 Jul 2017 18:05:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6JI528H060743; Wed, 19 Jul 2017 18:05:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6JI52Th060741; Wed, 19 Jul 2017 18:05:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707191805.v6JI52Th060741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 19 Jul 2017 18:05:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446214 - head/devel/p5-Test-Script X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Test-Script X-SVN-Commit-Revision: 446214 X-SVN-Commit-Repository: ports 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.23 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: Wed, 19 Jul 2017 18:05:03 -0000 Author: sunpoet Date: Wed Jul 19 18:05:02 2017 New Revision: 446214 URL: https://svnweb.freebsd.org/changeset/ports/446214 Log: Update to 1.23 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Test-Script/Changes Modified: head/devel/p5-Test-Script/Makefile head/devel/p5-Test-Script/distinfo Modified: head/devel/p5-Test-Script/Makefile ============================================================================== --- head/devel/p5-Test-Script/Makefile Wed Jul 19 18:04:56 2017 (r446213) +++ head/devel/p5-Test-Script/Makefile Wed Jul 19 18:05:02 2017 (r446214) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Script -PORTVERSION= 1.20 +PORTVERSION= 1.23 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,9 +17,17 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ p5-Probe-Perl>=0.01:sysutils/p5-Probe-Perl RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test2-Suite>=0.000060:devel/p5-Test2-Suite NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502501 +BUILD_DEPENDS+= p5-Test-Simple>=1.302015:devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=1.302015:devel/p5-Test-Simple +.endif + +.include Modified: head/devel/p5-Test-Script/distinfo ============================================================================== --- head/devel/p5-Test-Script/distinfo Wed Jul 19 18:04:56 2017 (r446213) +++ head/devel/p5-Test-Script/distinfo Wed Jul 19 18:05:02 2017 (r446214) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500052147 -SHA256 (Test-Script-1.20.tar.gz) = f5f3cf214fa11b62f939666699aa8fa8ec22d2b620d56b07eef3e76be2da4ad7 -SIZE (Test-Script-1.20.tar.gz) = 23842 +TIMESTAMP = 1500474477 +SHA256 (Test-Script-1.23.tar.gz) = 33a1e71b9797228c2124eea76831492ca9372e8f8075f3d8cded3ef818af44b1 +SIZE (Test-Script-1.23.tar.gz) = 22974