Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2013 18:17:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311249 - head/devel/p5-Scalar-Does
Message-ID:  <201301301817.r0UIHIId036944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301301817.r0UIHIId036944>