svn commit: r384332 - head/textproc/p5-YAML-Tiny
Adam Weinberger
adamw at FreeBSD.org
Mon Apr 20 01:19:12 UTC 2015
Author: adamw
Date: Mon Apr 20 01:19:10 2015
New Revision: 384332
URL: https://svnweb.freebsd.org/changeset/ports/384332
Log:
Update to 1.66.
Changes: https://metacpan.org/changes/distribution/YAML-Tiny
PR: 199269
Approved by: ychsiao at ychsiao.org (maintainer)
Modified:
head/textproc/p5-YAML-Tiny/Makefile
head/textproc/p5-YAML-Tiny/distinfo
Modified: head/textproc/p5-YAML-Tiny/Makefile
==============================================================================
--- head/textproc/p5-YAML-Tiny/Makefile Mon Apr 20 00:13:45 2015 (r384331)
+++ head/textproc/p5-YAML-Tiny/Makefile Mon Apr 20 01:19:10 2015 (r384332)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= YAML-Tiny
-PORTVERSION= 1.64
+PORTVERSION= 1.66
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,10 +13,13 @@ COMMENT= Read/Write YAML files with as l
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-TEST_DEPENDS= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple \
- p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
-
USES= perl5
-USE_PERL5= modbuildtiny
+USE_PERL5= configure
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501905
+TEST_DEPENDS+= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Modified: head/textproc/p5-YAML-Tiny/distinfo
==============================================================================
--- head/textproc/p5-YAML-Tiny/distinfo Mon Apr 20 00:13:45 2015 (r384331)
+++ head/textproc/p5-YAML-Tiny/distinfo Mon Apr 20 01:19:10 2015 (r384332)
@@ -1,2 +1,2 @@
-SHA256 (YAML-Tiny-1.64.tar.gz) = ff984f5a05e4990962c232da2e0c6c5cafb58fd18f5a59e6499e0f985ceb16d7
-SIZE (YAML-Tiny-1.64.tar.gz) = 71644
+SHA256 (YAML-Tiny-1.66.tar.gz) = fb79cb06a5d80b80871e77c3869e469c7bda39c995d930d6b55fe5bb2fa22730
+SIZE (YAML-Tiny-1.66.tar.gz) = 69762
More information about the svn-ports-all
mailing list