Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2017 11:16:44 +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: r451667 - head/devel/p5-Devel-MAT
Message-ID:  <201710101116.v9ABGiur036873@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 10 11:16:44 2017
New Revision: 451667
URL: https://svnweb.freebsd.org/changeset/ports/451667

Log:
  Update to 0.28
  
  - Add PERL_LEVEL check
  
  Changes:	http://search.cpan.org/dist/Devel-MAT/Changes

Modified:
  head/devel/p5-Devel-MAT/Makefile
  head/devel/p5-Devel-MAT/distinfo

Modified: head/devel/p5-Devel-MAT/Makefile
==============================================================================
--- head/devel/p5-Devel-MAT/Makefile	Tue Oct 10 11:16:38 2017	(r451666)
+++ head/devel/p5-Devel-MAT/Makefile	Tue Oct 10 11:16:44 2017	(r451667)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Devel-MAT
-PORTVERSION=	0.27
+PORTVERSION=	0.28
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,7 +17,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	p5-File-ShareDir>=0:devel/p5-File-ShareDir \
 		p5-List-UtilsBy>=0:devel/p5-List-UtilsBy \
 		p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \
-		p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils \
+		p5-String-Tagged>=0:textproc/p5-String-Tagged \
+		p5-String-Tagged-Terminal>=0:textproc/p5-String-Tagged-Terminal \
 		p5-Struct-Dumb>=0.07:devel/p5-Struct-Dumb
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Identity>=0:devel/p5-Test-Identity \
@@ -30,4 +31,11 @@ post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502501
+BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils
+RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/p5-Devel-MAT/distinfo
==============================================================================
--- head/devel/p5-Devel-MAT/distinfo	Tue Oct 10 11:16:38 2017	(r451666)
+++ head/devel/p5-Devel-MAT/distinfo	Tue Oct 10 11:16:44 2017	(r451667)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506836517
-SHA256 (Devel-MAT-0.27.tar.gz) = 98e39afaaad67c1841a0553168eab106298165ca9a9dbc8abad469c836d0c5d0
-SIZE (Devel-MAT-0.27.tar.gz) = 114169
+TIMESTAMP = 1507626350
+SHA256 (Devel-MAT-0.28.tar.gz) = 3792502d7aced01e1944cd6f862dffb25f61306c4d8732542820187d4b06a207
+SIZE (Devel-MAT-0.28.tar.gz) = 117311



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