svn commit: r381496 - head/devel/p5-CPAN-Meta-YAML
Adam Weinberger
adamw at FreeBSD.org
Tue Mar 17 15:45:09 UTC 2015
Author: adamw
Date: Tue Mar 17 15:45:07 2015
New Revision: 381496
URL: https://svnweb.freebsd.org/changeset/ports/381496
QAT: https://qat.redports.org/buildarchive/r381496/
Log:
Update to 0.014, and reduce TEST dependencies.
Changes: https://metacpan.org/changes/distribution/CPAN-Meta-YAML
Modified:
head/devel/p5-CPAN-Meta-YAML/Makefile
head/devel/p5-CPAN-Meta-YAML/distinfo
Modified: head/devel/p5-CPAN-Meta-YAML/Makefile
==============================================================================
--- head/devel/p5-CPAN-Meta-YAML/Makefile Tue Mar 17 15:25:35 2015 (r381495)
+++ head/devel/p5-CPAN-Meta-YAML/Makefile Tue Mar 17 15:45:07 2015 (r381496)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= CPAN-Meta-YAML
-PORTVERSION= 0.013
+PORTVERSION= 0.014
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,11 +13,13 @@ COMMENT= Read and write a subset of YAML
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-TEST_DEPENDS= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple \
- p5-Test-TempDir-Tiny>=0:${PORTSDIR}/devel/p5-Test-TempDir-Tiny \
- p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
-
USES= perl5
USE_PERL5= configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502000
+TEST_DEPENDS= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/devel/p5-CPAN-Meta-YAML/distinfo
==============================================================================
--- head/devel/p5-CPAN-Meta-YAML/distinfo Tue Mar 17 15:25:35 2015 (r381495)
+++ head/devel/p5-CPAN-Meta-YAML/distinfo Tue Mar 17 15:45:07 2015 (r381496)
@@ -1,2 +1,2 @@
-SHA256 (CPAN-Meta-YAML-0.013.tar.gz) = 83eb0b24ecb1d0c4ec1206af279109a7cbfe5182d96ea74c177ea00ec2655d84
-SIZE (CPAN-Meta-YAML-0.013.tar.gz) = 48340
+SHA256 (CPAN-Meta-YAML-0.014.tar.gz) = 828d83b030ecb3843d109feb2c82b4ef903fc349628a2137874cfaa1880e4250
+SIZE (CPAN-Meta-YAML-0.014.tar.gz) = 47975
More information about the svn-ports-all
mailing list