diff options
author | rhaen <rhaen> | 2012-04-01 18:40:12 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2012-04-01 18:40:12 +0000 |
commit | b25c0da90039b750c0513f7cf86e697d73b8e619 (patch) | |
tree | e11decb31c8f336447b2c744c5f1cbb37ee85725 | |
parent | e41331ed7bf887410ac488e41b78f87b1057ee9b (diff) | |
download | pkgsrc-b25c0da90039b750c0513f7cf86e697d73b8e619.tar.gz |
Updated to 0.13
Changes:
0.13 Fri Mar 30 21:17:18 GMT 2012
- read: don't call close() at DESTROY time when the file handle
creationfailed during new() (Murali Ramanathan)
https://rt.cpan.org/Ticket/Display.html?id=71462
- apply patch to allow read/write of files from handle
https://rt.cpan.org/Ticket/Display.html?id=71715
- fix problem with $^X under mod_perl (thanks, mario and david!)
https://rt.cpan.org/Ticket/Display.html?id=62060
- fix bug in perldoc (Sergei Steshenko)
https://rt.cpan.org/Ticket/Display.html?id=57114
- fix problem with writing 24,32 bps files reported by Sergei Steshenko:
http://rt.cpan.org/Public/Bug/Display.html?id=57093
- spelling fixes from debian
http://rt.cpan.org/Public/Bug/Display.html?id=69644
-rw-r--r-- | audio/p5-Audio-Wav/Makefile | 5 | ||||
-rw-r--r-- | audio/p5-Audio-Wav/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/p5-Audio-Wav/Makefile b/audio/p5-Audio-Wav/Makefile index 07c1f43c8a6..3761babeb1e 100644 --- a/audio/p5-Audio-Wav/Makefile +++ b/audio/p5-Audio-Wav/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2011/08/06 12:49:26 adam Exp $ +# $NetBSD: Makefile,v 1.19 2012/04/01 18:40:12 rhaen Exp $ -DISTNAME= Audio-Wav-0.12 +DISTNAME= Audio-Wav-0.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Audio/} diff --git a/audio/p5-Audio-Wav/distinfo b/audio/p5-Audio-Wav/distinfo index b616d949920..38f26657250 100644 --- a/audio/p5-Audio-Wav/distinfo +++ b/audio/p5-Audio-Wav/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/09/06 10:40:16 wiz Exp $ +$NetBSD: distinfo,v 1.6 2012/04/01 18:40:12 rhaen Exp $ -SHA1 (Audio-Wav-0.12.tar.gz) = c1a4a585c31f030f66759574f07912a421f7507e -RMD160 (Audio-Wav-0.12.tar.gz) = 1d54fe7dce4707e292c00bbec0eb64b7fff39d16 -Size (Audio-Wav-0.12.tar.gz) = 22903 bytes +SHA1 (Audio-Wav-0.13.tar.gz) = 7364212853506befc9356423575080432834377a +RMD160 (Audio-Wav-0.13.tar.gz) = edcddcee387389790da59c2a9cd4fb95276ce991 +Size (Audio-Wav-0.13.tar.gz) = 23605 bytes |