Wed Nov 16 08:31:39 2011 UTC ()
Updating YAML module for Perl programming language in textproc/p5-YAML from
0.72nb1 to 0.77.

pkgsrc changes:
- none yet, even if distribution switched from bundled Module::Install to
  bundled Module::Package (seems to be derived from Module::Install), but
  fails clean .packlist creation when older version is installed.
  Might need some cleanup some fine day.

Upstream changes:
version: 0.77
date:    Thu Sep 29 18:28:25 CEST 2011
changes:
- Add $VERSION back to all modules.
- Released from Liz++ and Wendy++ garage attic!
---
version: 0.76
date:    Wed Sep 28 12:05:08 CEST 2011
changes:
- Removed YAML::import per mst.
---
version: 0.75
date:    Tue Sep 27 00:46:19 CEST 2011
changes:
- Switch to Mo for OO (YAML::Mo)
- use_test_base in Makefile.PL.
---
version: 0.74
date:    Sun Sep 25 22:05:05 CEST 2011
changes:
- Switch to Module::Package
- Removed extra $VERSION lines from submodules
- Released from Liz++ and Wendy++'s Tool Basement!

---
version: 0.73
date:    Tue Apr 19 20:14:59 EST 2011
changes:
- Apply ANDK's patch for 5.14.0


(sno)
diff -r1.22 -r1.23 pkgsrc/textproc/p5-YAML/Makefile
diff -r1.12 -r1.13 pkgsrc/textproc/p5-YAML/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/textproc/p5-YAML/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-YAML/Makefile 2011/08/14 15:14:22 1.22
+++ pkgsrc/textproc/p5-YAML/Makefile 2011/11/16 08:31:38 1.23
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.22 2011/08/14 15:14:22 obache Exp $ 1# $NetBSD: Makefile,v 1.23 2011/11/16 08:31:38 sno Exp $
2 2
3DISTNAME= YAML-0.72 3DISTNAME= YAML-0.77
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= perl5 textproc 5CATEGORIES= perl5 textproc
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/YAML/ 9HOMEPAGE= http://search.cpan.org/dist/YAML/
11COMMENT= YAML implementation for Perl 10COMMENT= YAML implementation for Perl
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Filter-[0-9]*:../../textproc/p5-Filter 13DEPENDS+= p5-Filter-[0-9]*:../../textproc/p5-Filter
15 14
16PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
17PKG_INSTALLATION_TYPES= overwrite pkgviews 16PKG_INSTALLATION_TYPES= overwrite pkgviews
18 17

cvs diff -r1.12 -r1.13 pkgsrc/textproc/p5-YAML/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-YAML/distinfo 2010/09/01 20:30:33 1.12
+++ pkgsrc/textproc/p5-YAML/distinfo 2011/11/16 08:31:38 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2010/09/01 20:30:33 sno Exp $ 1$NetBSD: distinfo,v 1.13 2011/11/16 08:31:38 sno Exp $
2 2
3SHA1 (YAML-0.72.tar.gz) = 29afd2337accdac467b9a4e49c3904f7e3f2d0b0 3SHA1 (YAML-0.77.tar.gz) = 9f9e68e9d1b447d280903b1bcc038e38717869a4
4RMD160 (YAML-0.72.tar.gz) = a53d8f537a6db2630f846616a2b99970ab72d1b8 4RMD160 (YAML-0.77.tar.gz) = c2aa75127cdea13ad41ffb65c0083a0aa58f01ff
5Size (YAML-0.72.tar.gz) = 116025 bytes 5Size (YAML-0.77.tar.gz) = 118736 bytes