From owner-svn-ports-all@FreeBSD.ORG Sun Mar 10 02:50:55 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]) by hub.freebsd.org (Postfix) with ESMTP id C6410BFA; Sun, 10 Mar 2013 02:50:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B8BE07FB; Sun, 10 Mar 2013 02:50:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2A2otq2016304; Sun, 10 Mar 2013 02:50:55 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2A2otNA015829; Sun, 10 Mar 2013 02:50:55 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201303100250.r2A2otNA015829@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 Mar 2013 02:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313790 - head/devel/p5-Scalar-Does 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, 10 Mar 2013 02:50:55 -0000 Author: sunpoet Date: Sun Mar 10 02:50:54 2013 New Revision: 313790 URL: http://svnweb.freebsd.org/changeset/ports/313790 Log: - Update to 0.101 Changes: http://search.cpan.org/dist/Scalar-Does/Changes Modified: head/devel/p5-Scalar-Does/Makefile head/devel/p5-Scalar-Does/distinfo head/devel/p5-Scalar-Does/pkg-plist Modified: head/devel/p5-Scalar-Does/Makefile ============================================================================== --- head/devel/p5-Scalar-Does/Makefile Sun Mar 10 01:59:08 2013 (r313789) +++ head/devel/p5-Scalar-Does/Makefile Sun Mar 10 02:50:54 2013 (r313790) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Scalar-Does -PORTVERSION= 0.012 +PORTVERSION= 0.101 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,18 +13,32 @@ COMMENT= Like ref() but useful LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-IO-Detect>=0.001:${PORTSDIR}/devel/p5-IO-Detect \ - p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \ - p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ +BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-lexical-underscore>=0:${PORTSDIR}/devel/p5-lexical-underscore \ p5-namespace-clean>=0.19:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ +TEST_DEPENDS= p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ - p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings + p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ + p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \ + p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires + +CONFLICTS_INSTALL= p5-IO-Detect-[0-9]* PERL_CONFIGURE= yes -MAN3= Scalar::Does.3 \ +MAN3= IO::Detect.3 \ + Scalar::Does.3 \ Scalar::Does::MooseTypes.3 -.include +.include + +.if ${PERL_LEVEL} < 501601 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.24:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.24:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include Modified: head/devel/p5-Scalar-Does/distinfo ============================================================================== --- head/devel/p5-Scalar-Does/distinfo Sun Mar 10 01:59:08 2013 (r313789) +++ head/devel/p5-Scalar-Does/distinfo Sun Mar 10 02:50:54 2013 (r313790) @@ -1,2 +1,2 @@ -SHA256 (Scalar-Does-0.012.tar.gz) = e09a1fda06844861a5e5aebc3d4e0ef8be650d801b3bdf31db87ff05bfc2e919 -SIZE (Scalar-Does-0.012.tar.gz) = 59453 +SHA256 (Scalar-Does-0.101.tar.gz) = 6e8a877ed3f4bbb304e02e6ea75619127aa88048ca6c62fa9ef9105f75b9635e +SIZE (Scalar-Does-0.101.tar.gz) = 65925 Modified: head/devel/p5-Scalar-Does/pkg-plist ============================================================================== --- head/devel/p5-Scalar-Does/pkg-plist Sun Mar 10 01:59:08 2013 (r313789) +++ head/devel/p5-Scalar-Does/pkg-plist Sun Mar 10 02:50:54 2013 (r313790) @@ -1,3 +1,4 @@ +%%SITE_PERL%%/IO/Detect.pm %%SITE_PERL%%/Scalar/Does.pm %%SITE_PERL%%/Scalar/Does/MooseTypes.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar/Does/.packlist @@ -5,3 +6,4 @@ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar @dirrm %%SITE_PERL%%/Scalar/Does @dirrmtry %%SITE_PERL%%/Scalar +@dirrmtry %%SITE_PERL%%/IO