pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/abcde Updated abcde to 2.8.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a57b26cc261d
branches: trunk
changeset: 357511:a57b26cc261d
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jan 22 10:35:31 2017 +0000
description:
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@localhost> Wed, 18 Jan 2017 11:02:38 +0000
diffstat:
audio/abcde/Makefile | 5 ++---
audio/abcde/distinfo | 11 +++++------
audio/abcde/patches/patch-abcde-musicbrainz-tool | 21 ---------------------
3 files changed, 7 insertions(+), 30 deletions(-)
diffs (55 lines):
diff -r d1e0755d0666 -r a57b26cc261d audio/abcde/Makefile
--- a/audio/abcde/Makefile Sun Jan 22 10:33:32 2017 +0000
+++ b/audio/abcde/Makefile Sun Jan 22 10:35:31 2017 +0000
@@ -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 -r d1e0755d0666 -r a57b26cc261d audio/abcde/distinfo
--- a/audio/abcde/distinfo Sun Jan 22 10:33:32 2017 +0000
+++ b/audio/abcde/distinfo Sun Jan 22 10:35:31 2017 +0000
@@ -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 -r d1e0755d0666 -r a57b26cc261d audio/abcde/patches/patch-abcde-musicbrainz-tool
--- a/audio/abcde/patches/patch-abcde-musicbrainz-tool Sun Jan 22 10:33:32 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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);
- }
-
Home |
Main Index |
Thread Index |
Old Index