From owner-svn-ports-head@FreeBSD.ORG Sat Jan 3 19:31:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DCED8D16; Sat, 3 Jan 2015 19:31:12 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF9D964E9B; Sat, 3 Jan 2015 19:31:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t03JVCi1025703; Sat, 3 Jan 2015 19:31:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t03JVCar025701; Sat, 3 Jan 2015 19:31:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501031931.t03JVCar025701@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Jan 2015 19:31:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376165 - head/devel/p5-Test-TempDir 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.18-1 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: Sat, 03 Jan 2015 19:31:13 -0000 Author: sunpoet Date: Sat Jan 3 19:31:11 2015 New Revision: 376165 URL: https://svnweb.freebsd.org/changeset/ports/376165 QAT: https://qat.redports.org/buildarchive/r376165/ Log: - Update to 0.09 - Add LICENSE - Mark DEPRECATED 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 Sat Jan 3 19:31:04 2015 (r376164) +++ head/devel/p5-Test-TempDir/Makefile Sat Jan 3 19:31:11 2015 (r376165) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Test-TempDir -PORTVERSION= 0.08 -PORTREVISION= 1 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,18 +10,23 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Temporary files support for testing +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Directory-Scratch>=0:${PORTSDIR}/devel/p5-Directory-Scratch \ p5-File-NFSLock>=0:${PORTSDIR}/devel/p5-File-NFSLock \ - p5-Moose>=0.87:${PORTSDIR}/devel/p5-Moose \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \ + p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-CheckDeps>=0.007:${PORTSDIR}/devel/p5-Test-CheckDeps \ - p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires +TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok + +DEPRECATED= Use devel/p5-Test-TempDir-Tiny instead USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny .include Modified: head/devel/p5-Test-TempDir/distinfo ============================================================================== --- head/devel/p5-Test-TempDir/distinfo Sat Jan 3 19:31:04 2015 (r376164) +++ head/devel/p5-Test-TempDir/distinfo Sat Jan 3 19:31:11 2015 (r376165) @@ -1,2 +1,2 @@ -SHA256 (Test-TempDir-0.08.tar.gz) = 605acc87780c1177db199d4b5feb67bd2245f801ac7a1fdbeea5194af28a185f -SIZE (Test-TempDir-0.08.tar.gz) = 20695 +SHA256 (Test-TempDir-0.09.tar.gz) = 21e5df078c27e7c96e61ea2b5ce577b112f170c51e43be3eb07ba46974b801fb +SIZE (Test-TempDir-0.09.tar.gz) = 30130