diff options
author | sno <sno@pkgsrc.org> | 2011-11-16 08:31:38 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2011-11-16 08:31:38 +0000 |
commit | 88fdcf4c0b1566f8b5dbdb5dde97a6a5bf049060 (patch) | |
tree | 38e2633d762a748a775bce8c9ba9d0d4bb9540e6 /textproc/p5-YAML | |
parent | f2672823cf9a013e125d4138f2ef7df8bfda0b32 (diff) | |
download | pkgsrc-88fdcf4c0b1566f8b5dbdb5dde97a6a5bf049060.tar.gz |
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
Diffstat (limited to 'textproc/p5-YAML')
-rw-r--r-- | textproc/p5-YAML/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-YAML/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 9ae5f14f606..6a79bce3dd5 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2011/08/14 15:14:22 obache Exp $ +# $NetBSD: Makefile,v 1.23 2011/11/16 08:31:38 sno Exp $ -DISTNAME= YAML-0.72 +DISTNAME= YAML-0.77 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} diff --git a/textproc/p5-YAML/distinfo b/textproc/p5-YAML/distinfo index 2635102071f..c86657ab9e2 100644 --- a/textproc/p5-YAML/distinfo +++ b/textproc/p5-YAML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2010/09/01 20:30:33 sno Exp $ +$NetBSD: distinfo,v 1.13 2011/11/16 08:31:38 sno Exp $ -SHA1 (YAML-0.72.tar.gz) = 29afd2337accdac467b9a4e49c3904f7e3f2d0b0 -RMD160 (YAML-0.72.tar.gz) = a53d8f537a6db2630f846616a2b99970ab72d1b8 -Size (YAML-0.72.tar.gz) = 116025 bytes +SHA1 (YAML-0.77.tar.gz) = 9f9e68e9d1b447d280903b1bcc038e38717869a4 +RMD160 (YAML-0.77.tar.gz) = c2aa75127cdea13ad41ffb65c0083a0aa58f01ff +Size (YAML-0.77.tar.gz) = 118736 bytes |