diff options
author | chuck <chuck@pkgsrc.org> | 2007-01-05 15:29:56 +0000 |
---|---|---|
committer | chuck <chuck@pkgsrc.org> | 2007-01-05 15:29:56 +0000 |
commit | 37dda9fe7c390f9945ff1eb816f47fbfedfea10d (patch) | |
tree | a2597807a4df4bbb0118db503dd8fb87f8d40ae9 /audio/p5-CDDB/Makefile | |
parent | 5ff8dc7fcc63edb1319d787650ea9e88e497ba61 (diff) | |
download | pkgsrc-37dda9fe7c390f9945ff1eb816f47fbfedfea10d.tar.gz |
update to CDDB-1.17. fixes failing lookup handling of CDs with audio
in the pregap of track 1 (e.g. first disc of zombie heaven box set has
42 seconds of "hidden" audio before the start of the first track that
would throw off the lookup).
removed PKGREVISION line, as per instructions from <wiz>.
Diffstat (limited to 'audio/p5-CDDB/Makefile')
-rw-r--r-- | audio/p5-CDDB/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/p5-CDDB/Makefile b/audio/p5-CDDB/Makefile index 22438d99350..4a5bddc833d 100644 --- a/audio/p5-CDDB/Makefile +++ b/audio/p5-CDDB/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:28:57 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2007/01/05 15:29:56 chuck Exp $ # -DISTNAME= CDDB-1.12 -PKGREVISION= 2 +DISTNAME= CDDB-1.17 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RC/RCAPUTO/} |