pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-YAML



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue May 15 23:19:29 UTC 2018

Modified Files:
        pkgsrc/textproc/p5-YAML: Makefile distinfo

Log Message:
Update to 1.25
Update BUILD_DEPENDS

Upstream changes:
Changes for version 1.25 - 2018-05-11
Applied several pull requests by tinita
Support trailing comments (PR #189, PR #190, PR #191)
Remove unused code (PR #192)
Use Test::Deep to actually test correctly for class names (PR #193)
Fix loading of mapping key which starts with `= ` (PR #194)
Fix loading strings with multiple spaces (PR #172)
Allow more characters in anchor name (PR #196)
Add $YAML::LoadBlessed for disabling loading objects (PR #197)
Applied several pull requests by tinita
Disable test with long string under certain conditions (PR #201)
Quote scalar if it equals '=' (PR #202)
Multiple regexp roundtrip does not grow (PR #203)
Add support for compact nested block sequences (PR #204)
Support reverse order of block scalar indicators (PR #205)
Support nested mappings in sequences (PR #206)


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/textproc/p5-YAML/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/p5-YAML/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-YAML/Makefile
diff -u pkgsrc/textproc/p5-YAML/Makefile:1.50 pkgsrc/textproc/p5-YAML/Makefile:1.51
--- pkgsrc/textproc/p5-YAML/Makefile:1.50       Wed Nov  8 21:17:32 2017
+++ pkgsrc/textproc/p5-YAML/Makefile    Tue May 15 23:19:29 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2017/11/08 21:17:32 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2018/05/15 23:19:29 wen Exp $
 
-DISTNAME=      YAML-1.24
+DISTNAME=      YAML-1.25
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    perl5 textproc
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=YAML/}
@@ -11,6 +11,8 @@ COMMENT=      YAML implementation for Perl
 LICENSE=       ${PERL5_LICENSE}
 
 BUILD_DEPENDS+=        p5-Test-YAML>=1.05:../../textproc/p5-Test-YAML
+BUILD_DEPENDS+=        p5-Test-Deep>=0:../../devel/p5-Test-Deep
+BUILD_DEPENDS+=        p5-Test-Base>=0:../../devel/p5-Test-Base
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/YAML/.packlist

Index: pkgsrc/textproc/p5-YAML/distinfo
diff -u pkgsrc/textproc/p5-YAML/distinfo:1.30 pkgsrc/textproc/p5-YAML/distinfo:1.31
--- pkgsrc/textproc/p5-YAML/distinfo:1.30       Wed Nov  8 21:17:32 2017
+++ pkgsrc/textproc/p5-YAML/distinfo    Tue May 15 23:19:29 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2017/11/08 21:17:32 wiz Exp $
+$NetBSD: distinfo,v 1.31 2018/05/15 23:19:29 wen Exp $
 
-SHA1 (YAML-1.24.tar.gz) = 1620af79b2be7d3c3ada7cd1678ecd0306558dc8
-RMD160 (YAML-1.24.tar.gz) = a04c4e78ad8a1dc14ddeb0616473f0662d1fcc8c
-SHA512 (YAML-1.24.tar.gz) = 20ba196cf9c68a38154f68b884262b9f89463af5e67c1e59944070b2493f6d9515f92a2793f456e20fe7e6372b74da8f6c16b884274793b6c3aa0ed0134c340d
-Size (YAML-1.24.tar.gz) = 83296 bytes
+SHA1 (YAML-1.25.tar.gz) = c6c94086623ef3bb748790f34c414b27e3558316
+RMD160 (YAML-1.25.tar.gz) = 963f5685f22eb7620c8b2de370b6fee3b7f8ca03
+SHA512 (YAML-1.25.tar.gz) = e7c04130aea19aa64f01be2879305a162a4a2241f495bdda92da63d66891ae752e5363d19fd8271fc759b43d0b0210120eb54c302b5496dd88eb423610161a1c
+Size (YAML-1.25.tar.gz) = 86346 bytes



Home | Main Index | Thread Index | Old Index