svn commit: r376758 - head/textproc/p5-Pod-Elemental

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 11 13:29:49 UTC 2015


Author: sunpoet
Date: Sun Jan 11 13:29:47 2015
New Revision: 376758
URL: https://svnweb.freebsd.org/changeset/ports/376758
QAT: https://qat.redports.org/buildarchive/r376758/

Log:
  - Update to 0.103004
  
  Changes:	http://search.cpan.org/dist/Pod-Elemental/Changes

Modified:
  head/textproc/p5-Pod-Elemental/Makefile
  head/textproc/p5-Pod-Elemental/distinfo

Modified: head/textproc/p5-Pod-Elemental/Makefile
==============================================================================
--- head/textproc/p5-Pod-Elemental/Makefile	Sun Jan 11 13:29:42 2015	(r376757)
+++ head/textproc/p5-Pod-Elemental/Makefile	Sun Jan 11 13:29:47 2015	(r376758)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Pod-Elemental
-PORTVERSION=	0.103002
+PORTVERSION=	0.103004
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,10 +13,9 @@ COMMENT=	Treating a Pod document as a tr
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Class-Load>0:${PORTSDIR}/devel/p5-Class-Load \
-		p5-Mixin-Linewise>0:${PORTSDIR}/devel/p5-Mixin-Linewise \
+BUILD_DEPENDS=	p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \
+		p5-Mixin-Linewise>=0:${PORTSDIR}/devel/p5-Mixin-Linewise \
 		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
-		p5-Moose-Autobox>=0.10:${PORTSDIR}/devel/p5-Moose-Autobox \
 		p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
 		p5-Pod-Eventual>=0:${PORTSDIR}/textproc/p5-Pod-Eventual \
 		p5-String-RewritePrefix>=0:${PORTSDIR}/textproc/p5-String-RewritePrefix \
@@ -30,4 +29,11 @@ TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR
 USES=		perl5
 USE_PERL5=	configure
 
-.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/textproc/p5-Pod-Elemental/distinfo
==============================================================================
--- head/textproc/p5-Pod-Elemental/distinfo	Sun Jan 11 13:29:42 2015	(r376757)
+++ head/textproc/p5-Pod-Elemental/distinfo	Sun Jan 11 13:29:47 2015	(r376758)
@@ -1,2 +1,2 @@
-SHA256 (Pod-Elemental-0.103002.tar.gz) = 0bb13830e373bee2288c417382cba4159069d606f742867ca395a94028595820
-SIZE (Pod-Elemental-0.103002.tar.gz) = 36065
+SHA256 (Pod-Elemental-0.103004.tar.gz) = 43625cde7241fb174ad9c7eb45387fba410dc141d7de2323855eeab3590072c9
+SIZE (Pod-Elemental-0.103004.tar.gz) = 37215


More information about the svn-ports-all mailing list