diff options
author | drochner <drochner> | 2009-08-10 10:00:19 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-08-10 10:00:19 +0000 |
commit | 97e17a6c14b6ac429f3793860e4a701938add8a6 (patch) | |
tree | ce9db958ad7560445969a8af4d980c4a165cb603 /audio/sound-juicer/Makefile | |
parent | 988e0429a21813398840a53c3f7c3e20e9214c51 (diff) | |
download | pkgsrc-97e17a6c14b6ac429f3793860e4a701938add8a6.tar.gz |
avoid crashes if the disk title or artist cannot be identified
(just workarounds, the code is too messy for a real fix),
bump PKGREVISION
Diffstat (limited to 'audio/sound-juicer/Makefile')
-rw-r--r-- | audio/sound-juicer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 0597511e0af..a7bf4116ccb 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2009/07/26 18:31:22 drochner Exp $ +# $NetBSD: Makefile,v 1.27 2009/08/10 10:00:19 drochner Exp $ # DISTNAME= sound-juicer-2.26.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.burtonini.com/computing/ \ ${MASTER_SITE_GNOME:=sources/sound-juicer/2.26/} |