Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2014 06:41:45 +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: r360547 - head/devel/p5-match-simple
Message-ID:  <201407040641.s646fjpJ061792@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul  4 06:41:44 2014
New Revision: 360547
URL: http://svnweb.freebsd.org/changeset/ports/360547
QAT: https://qat.redports.org/buildarchive/r360547/

Log:
  - Update to 0.009
  
  Changes:	http://search.cpan.org/dist/match-simple/Changes

Modified:
  head/devel/p5-match-simple/Makefile
  head/devel/p5-match-simple/distinfo

Modified: head/devel/p5-match-simple/Makefile
==============================================================================
--- head/devel/p5-match-simple/Makefile	Fri Jul  4 06:38:23 2014	(r360546)
+++ head/devel/p5-match-simple/Makefile	Fri Jul  4 06:41:44 2014	(r360547)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	match-simple
-PORTVERSION=	0.008
+PORTVERSION=	0.009
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:TOBYINK
@@ -15,12 +15,18 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Exporter-Tiny>=0.026:${PORTSDIR}/devel/p5-Exporter-Tiny \
-		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
-		p5-Sub-Infix>=0.001:${PORTSDIR}/devel/p5-Sub-Infix
+		p5-Sub-Infix>=0.004:${PORTSDIR}/devel/p5-Sub-Infix
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
 
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502000
+BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils
+RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/p5-match-simple/distinfo
==============================================================================
--- head/devel/p5-match-simple/distinfo	Fri Jul  4 06:38:23 2014	(r360546)
+++ head/devel/p5-match-simple/distinfo	Fri Jul  4 06:41:44 2014	(r360547)
@@ -1,2 +1,2 @@
-SHA256 (match-simple-0.008.tar.gz) = cc1d6aa8fd1625f59651d1d82f543cffa7552404fd3cb5d4a28868eaaa9a313d
-SIZE (match-simple-0.008.tar.gz) = 22403
+SHA256 (match-simple-0.009.tar.gz) = ef9fc8ef4cdcfeebe1681f33f474ba5e2cee64ea586198e9b52881e2f0c47fdc
+SIZE (match-simple-0.009.tar.gz) = 22676



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