From owner-svn-ports-all@FreeBSD.ORG Wed Jan 30 18:17:19 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 3FE8B93E; Wed, 30 Jan 2013 18:17:19 +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 1AE76D44; Wed, 30 Jan 2013 18:17:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0UIHIKB036946; Wed, 30 Jan 2013 18:17:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0UIHIId036944; Wed, 30 Jan 2013 18:17:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201301301817.r0UIHIId036944@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 30 Jan 2013 18:17:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311249 - 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: Wed, 30 Jan 2013 18:17:19 -0000 Author: sunpoet Date: Wed Jan 30 18:17:18 2013 New Revision: 311249 URL: http://svnweb.freebsd.org/changeset/ports/311249 Log: - Update to 0.012 - Remove outdated PERL_LEVEL check Changes: http://search.cpan.org/dist/Scalar-Does/Changes Modified: head/devel/p5-Scalar-Does/Makefile head/devel/p5-Scalar-Does/distinfo Modified: head/devel/p5-Scalar-Does/Makefile ============================================================================== --- head/devel/p5-Scalar-Does/Makefile Wed Jan 30 18:14:37 2013 (r311248) +++ head/devel/p5-Scalar-Does/Makefile Wed Jan 30 18:17:18 2013 (r311249) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Scalar-Does -PORTVERSION= 0.010 +PORTVERSION= 0.012 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,17 +22,9 @@ TEST_DEPENDS= p5-Moose>=0:${PORTSDIR}/de p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings -# It requires UNIVERSAL::DOES on Perl 5.8 PERL_CONFIGURE= yes MAN3= Scalar::Does.3 \ Scalar::Does::MooseTypes.3 -.include - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils -.endif - -.include +.include Modified: head/devel/p5-Scalar-Does/distinfo ============================================================================== --- head/devel/p5-Scalar-Does/distinfo Wed Jan 30 18:14:37 2013 (r311248) +++ head/devel/p5-Scalar-Does/distinfo Wed Jan 30 18:17:18 2013 (r311249) @@ -1,2 +1,2 @@ -SHA256 (Scalar-Does-0.010.tar.gz) = 41c62fa10d2426d9ad157df9856cbd83d649f19e6ec1b68563e88c75688fd190 -SIZE (Scalar-Does-0.010.tar.gz) = 58697 +SHA256 (Scalar-Does-0.012.tar.gz) = e09a1fda06844861a5e5aebc3d4e0ef8be650d801b3bdf31db87ff05bfc2e919 +SIZE (Scalar-Does-0.012.tar.gz) = 59453