pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-YAML Update to 0.92. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7984f594e393
branches:  trunk
changeset: 635711:7984f594e393
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 09 19:59:16 2014 +0000

description:
Update to 0.92. From the changelog:

- remove invalid Spiffy dependency provided by YAML (GitHub pull req 23)
- Force escaping of single '-' (GitHub pull req 22)
- Revert Mo from 0.38 to 0.31 - zefram++ reported it breaking cpan client
- Fixed tests to work under parallel testing -- kentnl
- Switched to dzil release process
- Fixed YAML loading on perl 5.8 (broken in YAML 0.85) by removing
  5.10-specific regex construct. -- hobbs++
- Using latest Test::Builder tp fix
  https://rt.cpan.org/Public/Bug/Display.html?id=90847
- Revert YAML::Mo for https://rt.cpan.org/Public/Bug/Display.html?id=90817
- Fix for https://rt.cpan.org/Ticket/Display.html?id=19838 where synopsis
  in YAML::Dumper doesn't work as exptected.
- Thorsten++ https://rt.cpan.org/Public/Bug/Display.html?id=90593
- Upgrade to latest Mo

diffstat:

 textproc/p5-YAML/Makefile |  5 ++---
 textproc/p5-YAML/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r fe536e92541e -r 7984f594e393 textproc/p5-YAML/Makefile
--- a/textproc/p5-YAML/Makefile Mon Jun 09 19:55:20 2014 +0000
+++ b/textproc/p5-YAML/Makefile Mon Jun 09 19:59:16 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2014/05/29 23:37:48 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2014/06/09 19:59:16 schmonz Exp $
 
-DISTNAME=      YAML-0.84
+DISTNAME=      YAML-0.92
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    perl5 textproc
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=YAML/}
 
diff -r fe536e92541e -r 7984f594e393 textproc/p5-YAML/distinfo
--- a/textproc/p5-YAML/distinfo Mon Jun 09 19:55:20 2014 +0000
+++ b/textproc/p5-YAML/distinfo Mon Jun 09 19:59:16 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2012/09/12 10:24:51 sno Exp $
+$NetBSD: distinfo,v 1.17 2014/06/09 19:59:16 schmonz Exp $
 
-SHA1 (YAML-0.84.tar.gz) = 44e9dff8ff5d134317863ce0e1b1705fb38563bc
-RMD160 (YAML-0.84.tar.gz) = 5468cdba394767588846128a3c47db05c0160bea
-Size (YAML-0.84.tar.gz) = 121150 bytes
+SHA1 (YAML-0.92.tar.gz) = 686a05503d591d518b689148c4e4f81c6f59a4dd
+RMD160 (YAML-0.92.tar.gz) = 0f062734c4bffffae42f30ca4436050e5e61b591
+Size (YAML-0.92.tar.gz) = 103279 bytes



Home | Main Index | Thread Index | Old Index