diff options
author | wiz <wiz@pkgsrc.org> | 2018-08-16 08:37:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-08-16 08:37:17 +0000 |
commit | c17a633a0e3e520ba8c304c0f90d34b337b149d3 (patch) | |
tree | 1609e87824860109076d27dbe6243797caf4ec6d | |
parent | df5f37625335b54c8cf6f68f78b5b87c9b710c03 (diff) | |
download | pkgsrc-c17a633a0e3e520ba8c304c0f90d34b337b149d3.tar.gz |
abcde: update to 2.9.2.
abcde 2.9.2
* Fix up lookup code to deal with spaces etc. in directory names
* Cope with "stub" releases in Musicbrainz
* Always call glyrc with LC_ALL=C. Thanks to Andreas Vögele for the
report and the suggested fix. Closes Issue 83:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=50
* Add a link to the CDDB data format in the abcde man page. Closes
Issue 81: https://abcde.einval.com/bugzilla/show_bug.cgi?id=81
* More fixups of track number padding. Thanks to John Straw for the
patch.
-- Steve McIntyre <93sam@debian.org> Thu, 02 Aug 2018 23:07:12 +0800
-rw-r--r-- | audio/abcde/Makefile | 4 | ||||
-rw-r--r-- | audio/abcde/distinfo | 12 | ||||
-rw-r--r-- | audio/abcde/patches/patch-ab | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 81a66f7c4ef..94bb41000ee 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2018/03/11 17:31:44 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2018/08/16 08:37:17 wiz Exp $ -DISTNAME= abcde-2.9.1 +DISTNAME= abcde-2.9.2 CATEGORIES= audio MASTER_SITES= http://abcde.einval.com/download/ diff --git a/audio/abcde/distinfo b/audio/abcde/distinfo index ec22a255e77..a46b8f01816 100644 --- a/audio/abcde/distinfo +++ b/audio/abcde/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.48 2018/03/11 17:31:44 wiz Exp $ +$NetBSD: distinfo,v 1.49 2018/08/16 08:37:17 wiz Exp $ -SHA1 (abcde-2.9.1.tar.gz) = a82e64563520590d698d46e775beda59e73236b0 -RMD160 (abcde-2.9.1.tar.gz) = f3a2d81e3d3454221cd88c4bbebb56dc0c7a260b -SHA512 (abcde-2.9.1.tar.gz) = d2c64bacdc24c5917bf30a78e89720dc976206412507477d98976b6ad2c78c3837f11ca77c3c4d6d19a6172f2697cb6045b064aa09948471d87cad6cb92c1473 -Size (abcde-2.9.1.tar.gz) = 159563 bytes -SHA1 (patch-ab) = 04771bb4d0ace2886fe7612a06b4476696d0429d +SHA1 (abcde-2.9.2.tar.gz) = 81a9198f69c6cbbab1cfec9667453a6734d37e7a +RMD160 (abcde-2.9.2.tar.gz) = f6b931eccbbd5f3dc0af78bc81cbfe12792bf9c4 +SHA512 (abcde-2.9.2.tar.gz) = ef0048edf040ed5afee6fdd77377800ec02a3ba323647edd6d384679671b47eee63d8bd1c72ce6fe5ed3ab087a3d7f4024ab39e644be4ab8a92f5c5c0ddabfb5 +Size (abcde-2.9.2.tar.gz) = 160799 bytes +SHA1 (patch-ab) = 467c8f752c6d01d5becfd75b45b50ac8636b3395 diff --git a/audio/abcde/patches/patch-ab b/audio/abcde/patches/patch-ab index 9a7ddae9b07..636817d1929 100644 --- a/audio/abcde/patches/patch-ab +++ b/audio/abcde/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.11 2017/01/18 09:52:13 wiz Exp $ +$NetBSD: patch-ab,v 1.12 2018/08/16 08:37:17 wiz Exp $ -Adapt path in examplef or NetBSD. +Adapt path in example for NetBSD. --- abcde.conf.orig 2006-10-02 03:26:11.000000000 +0900 +++ abcde.conf 2010-04-10 10:03:49.000000000 +0900 |