Date: Thu, 12 Sep 2013 09:14:11 +0000 (UTC) From: Anton Berezin <tobez@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327045 - head/devel/p5-Test-TempDir Message-ID: <201309120914.r8C9EBcH086572@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobez Date: Thu Sep 12 09:14:10 2013 New Revision: 327045 URL: http://svnweb.freebsd.org/changeset/ports/327045 Log: Update to 0.07. Changes: http://search.cpan.org/dist/Test-TempDir/Changes Modified: head/devel/p5-Test-TempDir/Makefile head/devel/p5-Test-TempDir/distinfo Modified: head/devel/p5-Test-TempDir/Makefile ============================================================================== --- head/devel/p5-Test-TempDir/Makefile Thu Sep 12 09:07:08 2013 (r327044) +++ head/devel/p5-Test-TempDir/Makefile Thu Sep 12 09:14:10 2013 (r327045) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Test-TempDir -PORTVERSION= 0.05 -PORTREVISION= 2 +PORTVERSION= 0.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,11 +15,14 @@ RUN_DEPENDS= p5-Test-use-ok>=0:${PORTSDI p5-Moose>=0.87:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean + p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean \ + p5-Directory-Scratch>=0:${PORTSDIR}/devel/p5-Directory-Scratch BUILD_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-CheckDeps>=0:${PORTSDIR}/devel/p5-Test-CheckDeps USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny MAN3= Test::TempDir.3 Test::TempDir::Factory.3 Test::TempDir::Handle.3 Modified: head/devel/p5-Test-TempDir/distinfo ============================================================================== --- head/devel/p5-Test-TempDir/distinfo Thu Sep 12 09:07:08 2013 (r327044) +++ head/devel/p5-Test-TempDir/distinfo Thu Sep 12 09:14:10 2013 (r327045) @@ -1,2 +1,2 @@ -SHA256 (Test-TempDir-0.05.tar.gz) = a603f956e2c0062bf04df073b4969fb4694efe45bed63234e29c41090793fc76 -SIZE (Test-TempDir-0.05.tar.gz) = 7947 +SHA256 (Test-TempDir-0.07.tar.gz) = bf11b7a048540af1c6f12c8094bdfdbbb3dc75ab02949102be545298dd8faba5 +SIZE (Test-TempDir-0.07.tar.gz) = 19138
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309120914.r8C9EBcH086572>