summaryrefslogtreecommitdiff
path: root/audio
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
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')
-rw-r--r--audio/abcde/Makefile5
-rw-r--r--audio/abcde/distinfo11
-rw-r--r--audio/abcde/patches/patch-abcde-musicbrainz-tool21
3 files changed, 7 insertions, 30 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile
index 4a904b9c41b..11efa731044 100644
--- a/audio/abcde/Makefile
+++ b/audio/abcde/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2017/01/18 09:52:13 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2017/01/22 10:35:31 wiz Exp $
-DISTNAME= abcde-2.8
-PKGREVISION= 1
+DISTNAME= abcde-2.8.1
CATEGORIES= audio
MASTER_SITES= http://abcde.einval.com/download/
diff --git a/audio/abcde/distinfo b/audio/abcde/distinfo
index 701426d1fc1..8c1dc754c9f 100644
--- a/audio/abcde/distinfo
+++ b/audio/abcde/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.46 2017/01/18 10:48:18 wiz Exp $
+$NetBSD: distinfo,v 1.47 2017/01/22 10:35:31 wiz Exp $
-SHA1 (abcde-2.8.tar.gz) = 951071d3ed710d9e40dccaba9f47af2ff82b4c61
-RMD160 (abcde-2.8.tar.gz) = f080f1e499b8d6fec34d7777e5b396d01200682a
-SHA512 (abcde-2.8.tar.gz) = 2124b2fd4fcea984a258ebeffeb7654eecc92d62bb20e76f032ed2e0de5084e9afaf665cccf0b632983baeb572321ce6913e3a956c7865da40fecccc9d23243d
-Size (abcde-2.8.tar.gz) = 148444 bytes
+SHA1 (abcde-2.8.1.tar.gz) = 6b2d7d75a3b94304f4fea8c5a81fc12476141747
+RMD160 (abcde-2.8.1.tar.gz) = e98d53ec173ecec0386282f9249423af7f9190fe
+SHA512 (abcde-2.8.1.tar.gz) = 18e9e46ec69d0b99fc5e2b71ec549e3961e5f6d7f88cef1a6c8da154689554a70cc8bc748c1ef78f81583a510f8b03906b8a4fec454aa0b06f0169d0bc4a7b36
+Size (abcde-2.8.1.tar.gz) = 149238 bytes
SHA1 (patch-ab) = 04771bb4d0ace2886fe7612a06b4476696d0429d
-SHA1 (patch-abcde-musicbrainz-tool) = a9ac831e77f50a1746dcd7748670a7fe84666a9d
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);
- }
-