diff options
author | he <he> | 2008-12-16 23:56:40 +0000 |
---|---|---|
committer | he <he> | 2008-12-16 23:56:40 +0000 |
commit | 20ca14e59b84da635cd64a207ef2e478c1c110d1 (patch) | |
tree | 5c5e5cdb347cc916e36ffaa02b5cfb211129ffa4 | |
parent | 5e61b52bfe93906447170d1a257469b20e1dad26 (diff) | |
download | pkgsrc-20ca14e59b84da635cd64a207ef2e478c1c110d1.tar.gz |
Update from version 1.23nb1 to 1.24.
Upstream changes:
* v1.24 Sat Nov 8 17:05:15 PST 2008
* RT #13970: get_mp3info goes into infinite loop if no 0xFF byte in file
* Fix VBR check for files that have Info header.
* Add VBRI check from KDF.
* Fix parsing of id3v2 APIC frame when it uses UTF8 encoding
* Support new WAV id3v2 block type, ID32 - Andy Grundman
* Handle ULT like USLT
-rw-r--r-- | audio/p5-MP3-Info/Makefile | 5 | ||||
-rw-r--r-- | audio/p5-MP3-Info/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/p5-MP3-Info/Makefile b/audio/p5-MP3-Info/Makefile index 43fcadadfe3..70397d450e0 100644 --- a/audio/p5-MP3-Info/Makefile +++ b/audio/p5-MP3-Info/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2008/10/19 19:17:41 he Exp $ +# $NetBSD: Makefile,v 1.17 2008/12/16 23:56:40 he Exp $ -DISTNAME= MP3-Info-1.23 +DISTNAME= MP3-Info-1.24 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MP3/} diff --git a/audio/p5-MP3-Info/distinfo b/audio/p5-MP3-Info/distinfo index 1b35faddea5..8582769393f 100644 --- a/audio/p5-MP3-Info/distinfo +++ b/audio/p5-MP3-Info/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2007/11/29 15:15:19 wiz Exp $ +$NetBSD: distinfo,v 1.7 2008/12/16 23:56:40 he Exp $ -SHA1 (MP3-Info-1.23.tar.gz) = 692297853bd4d1564a3e9739235a8d851c0b90cb -RMD160 (MP3-Info-1.23.tar.gz) = 41207074c2696048ac3099d816ce7a10c47e417a -Size (MP3-Info-1.23.tar.gz) = 125378 bytes +SHA1 (MP3-Info-1.24.tar.gz) = 19f7101703c07db3a3fbe9aed4726134d41bcdb9 +RMD160 (MP3-Info-1.24.tar.gz) = b6e97e7061892a955fc51e8d1467d579dbfb970b +Size (MP3-Info-1.24.tar.gz) = 126350 bytes |