summaryrefslogtreecommitdiff
path: root/audio/abcde/patches
diff options
context:
space:
mode:
authorwiz <wiz>2017-01-22 10:35:31 +0000
committerwiz <wiz>2017-01-22 10:35:31 +0000
commit186d4898ee02500301e07e9b862f4f6c0c72c562 (patch)
tree594e27b9ef10ba67543eaf4ab5fc36a05b7bea84 /audio/abcde/patches
parentb46ccddcdb967eb86b9e780845529393ff0005df (diff)
downloadpkgsrc-186d4898ee02500301e07e9b862f4f6c0c72c562.tar.gz
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
Diffstat (limited to 'audio/abcde/patches')
-rw-r--r--audio/abcde/patches/patch-abcde-musicbrainz-tool21
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/abcde/patches/patch-abcde-musicbrainz-tool b/audio/abcde/patches/patch-abcde-musicbrainz-tool
deleted file mode 100644
index 3b2e50d2cfd..00000000000
--- a/audio/abcde/patches/patch-abcde-musicbrainz-tool
+++ /dev/null
@@ -1,21 +0,0 @@
-$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);
- }
-