From owner-svn-ports-all@FreeBSD.ORG Fri Sep 27 13:03:57 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 C3983AF4; Fri, 27 Sep 2013 13:03:57 +0000 (UTC) (envelope-from culot@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 9836A2B47; Fri, 27 Sep 2013 13:03:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8RD3v19085552; Fri, 27 Sep 2013 13:03:57 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8RD3vIv085549; Fri, 27 Sep 2013 13:03:57 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201309271303.r8RD3vIv085549@svn.freebsd.org> From: Frederic Culot Date: Fri, 27 Sep 2013 13:03:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328464 - head/devel/p5-Test-CheckDeps 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: Fri, 27 Sep 2013 13:03:57 -0000 Author: culot Date: Fri Sep 27 13:03:56 2013 New Revision: 328464 URL: http://svnweb.freebsd.org/changeset/ports/328464 Log: - Update to 0.008 [1] - Support staging Changes: http://search.cpan.org/dist/Test-CheckDeps/Changes PR: ports/182416 [1] (based on) Submitted by: sunpoet@ Modified: head/devel/p5-Test-CheckDeps/Makefile head/devel/p5-Test-CheckDeps/distinfo head/devel/p5-Test-CheckDeps/pkg-plist Modified: head/devel/p5-Test-CheckDeps/Makefile ============================================================================== --- head/devel/p5-Test-CheckDeps/Makefile Fri Sep 27 12:58:36 2013 (r328463) +++ head/devel/p5-Test-CheckDeps/Makefile Fri Sep 27 13:03:56 2013 (r328464) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-CheckDeps -PORTVERSION= 0.006 +PORTVERSION= 0.008 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,10 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-CPAN-Meta>=2.120920:${PORTSDIR}/devel/p5-CPAN-Meta \ - p5-CPAN-Meta-Check>=0.004:${PORTSDIR}/devel/p5-CPAN-Meta-Check \ - p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny + p5-CPAN-Meta-Check>=0.007:${PORTSDIR}/devel/p5-CPAN-Meta-Check RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure -MAN3= Test::CheckDeps.3 - -NO_STAGE= yes .include Modified: head/devel/p5-Test-CheckDeps/distinfo ============================================================================== --- head/devel/p5-Test-CheckDeps/distinfo Fri Sep 27 12:58:36 2013 (r328463) +++ head/devel/p5-Test-CheckDeps/distinfo Fri Sep 27 13:03:56 2013 (r328464) @@ -1,2 +1,2 @@ -SHA256 (Test-CheckDeps-0.006.tar.gz) = 774c1455566d11746118fd95305d1dbd111af86eac78058918e72468c43d9bcb -SIZE (Test-CheckDeps-0.006.tar.gz) = 11024 +SHA256 (Test-CheckDeps-0.008.tar.gz) = 5f47bc964555164551e0772d88d2141fb9fd13905d936f17cc81c4d14647c4ee +SIZE (Test-CheckDeps-0.008.tar.gz) = 11303 Modified: head/devel/p5-Test-CheckDeps/pkg-plist ============================================================================== --- head/devel/p5-Test-CheckDeps/pkg-plist Fri Sep 27 12:58:36 2013 (r328463) +++ head/devel/p5-Test-CheckDeps/pkg-plist Fri Sep 27 13:03:56 2013 (r328464) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Test/CheckDeps.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CheckDeps/.packlist +%%PERL5_MAN3%%/Test::CheckDeps.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CheckDeps @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test @dirrmtry %%SITE_PERL%%/Test