From owner-svn-ports-all@FreeBSD.ORG Sun Oct 13 12:14:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7BAE6E44; Sun, 13 Oct 2013 12:14: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 5119220EE; Sun, 13 Oct 2013 12:14: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 r9DCEKHW031499; Sun, 13 Oct 2013 12:14:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9DCEJmm031493; Sun, 13 Oct 2013 12:14:19 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310131214.r9DCEJmm031493@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 13 Oct 2013 12:14:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330224 - head/textproc/p5-Pod-Eventual 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: Sun, 13 Oct 2013 12:14:20 -0000 Author: sunpoet Date: Sun Oct 13 12:14:19 2013 New Revision: 330224 URL: http://svnweb.freebsd.org/changeset/ports/330224 Log: - Update to 0.093331 - Support STAGEDIR Changes: http://search.cpan.org/dist/Pod-Eventual/Changes Modified: head/textproc/p5-Pod-Eventual/Makefile head/textproc/p5-Pod-Eventual/distinfo (contents, props changed) head/textproc/p5-Pod-Eventual/pkg-plist Modified: head/textproc/p5-Pod-Eventual/Makefile ============================================================================== --- head/textproc/p5-Pod-Eventual/Makefile Sun Oct 13 12:14:14 2013 (r330223) +++ head/textproc/p5-Pod-Eventual/Makefile Sun Oct 13 12:14:19 2013 (r330224) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-Eventual -PORTVERSION= 0.093330 -PORTREVISION= 1 +PORTVERSION= 0.093331 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,15 +13,17 @@ COMMENT= Read a POD document as a series LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Mixin-Linewise>=0.001:${PORTSDIR}/devel/p5-Mixin-Linewise +BUILD_DEPENDS= p5-Mixin-Linewise>=0:${PORTSDIR}/devel/p5-Mixin-Linewise RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep USES= perl5 USE_PERL5= configure -MAN3= Pod::Eventual.3 \ - Pod::Eventual::Simple.3 +.include -NO_STAGE= yes -.include +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Modified: head/textproc/p5-Pod-Eventual/distinfo ============================================================================== --- head/textproc/p5-Pod-Eventual/distinfo Sun Oct 13 12:14:14 2013 (r330223) +++ head/textproc/p5-Pod-Eventual/distinfo Sun Oct 13 12:14:19 2013 (r330224) @@ -1,2 +1,2 @@ -SHA256 (Pod-Eventual-0.093330.tar.gz) = 29de14a69df8a26f7e8ff73daca5afa7acc84cc9b7ae28093a5b1af09a4830b6 -SIZE (Pod-Eventual-0.093330.tar.gz) = 13223 +SHA256 (Pod-Eventual-0.093331.tar.gz) = e89bac77ca8717e4d93ba1147bd12077abd32bc516735fd5023b2ed010d2ffa9 +SIZE (Pod-Eventual-0.093331.tar.gz) = 17150 Modified: head/textproc/p5-Pod-Eventual/pkg-plist ============================================================================== --- head/textproc/p5-Pod-Eventual/pkg-plist Sun Oct 13 12:14:14 2013 (r330223) +++ head/textproc/p5-Pod-Eventual/pkg-plist Sun Oct 13 12:14:19 2013 (r330224) @@ -1,6 +1,8 @@ %%SITE_PERL%%/Pod/Eventual.pm %%SITE_PERL%%/Pod/Eventual/Simple.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Eventual/.packlist +%%PERL5_MAN3%%/Pod::Eventual.3.gz +%%PERL5_MAN3%%/Pod::Eventual::Simple.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Eventual @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod @dirrmtry %%SITE_PERL%%/Pod/Eventual