head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2017.01.22.10.35.31; author wiz; state dead; branches; next 1.2; commitid 5Zp9qXDXkc012XCz; 1.2 date 2017.01.18.10.48.18; author wiz; state Exp; branches; next 1.1; commitid 76w5ceNxGoTperCz; 1.1 date 2017.01.18.09.52.13; author wiz; state Exp; branches; next ; commitid daWw06dJCT55VqCz; desc @@ 1.3 log @Updated abcde to 2.8.1. abcde 2.8.1. * Fix silly error introduced in abcde-musicbrainz-tool when fixing bug 30. Thanks to Thomas Klausner for the bug/patch. Closes Issue 52: https://abcde.einval.com/bugzilla/show_bug.cgi?id=52 -- Steve McIntyre <93sam@@debian.org> Wed, 18 Jan 2017 11:02:38 +0000 @ text @$NetBSD: patch-abcde-musicbrainz-tool,v 1.2 2017/01/18 10:48:18 wiz Exp $ Fix undefined variable problem. https://abcde.einval.com/bugzilla/show_bug.cgi?id=52 --- abcde-musicbrainz-tool.orig 2017-01-14 00:53:48.000000000 +0000 +++ abcde-musicbrainz-tool @@@@ -92,12 +92,12 @@@@ if ($command =~ m/^id/) { foreach my $release (@@releases) { my $a_artist = $release->artist()->name(); my $va = 0; + my $rel_year = ""; if ($a_artist =~ /Various Artists/) { $va = 1; } if ($release->release_event_list()->count() > 0) { my @@events = @@{$release->release_event_list()->events()}; - my $rel_year = ""; $rel_year = substr($events[0]->date(),0,4); } @ 1.2 log @Add upstream bug report. @ text @d1 1 a1 1 $NetBSD: patch-abcde-musicbrainz-tool,v 1.1 2017/01/18 09:52:13 wiz Exp $ @ 1.1 log @Install abcde-musicbrainz-tool and add dependencies for it. Fix a bug in the script. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ d4 1 @