diff options
author | sno <sno@pkgsrc.org> | 2011-11-16 08:38:26 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2011-11-16 08:38:26 +0000 |
commit | 3cfd11ad854c2290fad73afc235b9c00c5aaa056 (patch) | |
tree | f397a698713dc270a206523684ae2ad315199f0f /textproc | |
parent | b73e70f2e1d21437b38c2c156a5ed7503b10f4c4 (diff) | |
download | pkgsrc-3cfd11ad854c2290fad73afc235b9c00c5aaa056.tar.gz |
Updating Perl module YAML::LibYAML and YAML::XS in textproc/p5-YAML-LibYAML
from 0.33nb2 to 0.37.
pkgsrc changes:
- adjust module type
- adjust license
Upstream changes:
---
version: 0.37
date: Thu Sep 29 20:09:20 CEST 2011
changes:
- Fix the bug that accidentally released YAML-XS instead of YAML-LibYAML.
- Released from Wendy++ and Liz++'s Guest Bedroom.
---
version: 0.36
date: Sun Sep 25 22:08:53 CEST 2011
changes:
- Switch to Module::Package
- Fix LoadFile on empty file failure.
- Released from Wendy++ and Liz++'s Basement Server Room.
---
version: 0.35
date: Mon Apr 4 00:33:09 CST 2011
changes:
- Apply bdfoy patch from rt-46172
- Update ppport.h to fix rt-64749 & rt-62054
- Add ANDK's regexp.t patch from rt-62266
---
version: 0.34
date: Wed Apr 14 17:57:10 PDT 2010
changes:
- These changes from chansen++
- Handle misbehaved tied hashes
- Handle 'get' magic
- Added support for tied arrays and hashes
- Don't turn on the UTF-8 flag for strings containing US-ASCII (0x00-0x7F)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-YAML-LibYAML/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-YAML-LibYAML/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-YAML-LibYAML/Makefile b/textproc/p5-YAML-LibYAML/Makefile index 431bd7dc23d..f91f4f4f571 100644 --- a/textproc/p5-YAML-LibYAML/Makefile +++ b/textproc/p5-YAML-LibYAML/Makefile @@ -1,20 +1,21 @@ -# $NetBSD: Makefile,v 1.7 2011/08/14 15:14:22 obache Exp $ +# $NetBSD: Makefile,v 1.8 2011/11/16 08:38:26 sno Exp $ # -DISTNAME= YAML-LibYAML-0.33 +DISTNAME= YAML-LibYAML-0.37 PKGNAME= p5-${DISTNAME} #PKGNAME= p5-${DISTNAME:S/LibYAML/XS/} -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/YAML-LibYAML/ COMMENT= Perl XS binding to libyaml +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -PERL5_PACKLIST= auto/YAML/LibYAML/.packlist +PERL5_PACKLIST= auto/YAML/LibYAML/.packlist +PERL5_MODULE_TYPE= Module::Install::Bundled .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-YAML-LibYAML/distinfo b/textproc/p5-YAML-LibYAML/distinfo index cfb5a2ff287..c02ed874b2a 100644 --- a/textproc/p5-YAML-LibYAML/distinfo +++ b/textproc/p5-YAML-LibYAML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/05/05 21:56:11 seb Exp $ +$NetBSD: distinfo,v 1.6 2011/11/16 08:38:26 sno Exp $ -SHA1 (YAML-LibYAML-0.33.tar.gz) = 1c058fc54ffdedd39d8a93926ac3bedda94fdb71 -RMD160 (YAML-LibYAML-0.33.tar.gz) = ee1c3fe1b363b2aff4c36543bc7c3c43415fdf75 -Size (YAML-LibYAML-0.33.tar.gz) = 146030 bytes +SHA1 (YAML-LibYAML-0.37.tar.gz) = 265a7c00ae79a2229272320114a78f875d8abe1c +RMD160 (YAML-LibYAML-0.37.tar.gz) = e34f3e088c7dee36d5e89888ac439ac1369f65b6 +Size (YAML-LibYAML-0.37.tar.gz) = 176294 bytes |