diff options
author | wiz <wiz@pkgsrc.org> | 2019-02-13 20:00:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-02-13 20:00:51 +0000 |
commit | 68da8b3697cec04c7d6d41b648d125d7fb208dc5 (patch) | |
tree | fddeff4d86d85202b31f29839c978a47a902ac52 /audio | |
parent | 10cf08d5d973d280393d638f9c09e1abb475072e (diff) | |
download | pkgsrc-68da8b3697cec04c7d6d41b648d125d7fb208dc5.tar.gz |
abcde: update to 2.9.3.
abcde 2.9.3
* Replace non-portable sed code for generating offset list with some
simple awk instead. Should now work on FreeBSD again.
* Deal with bizarre cdda2wav behaviour when doing cdtext lookup - it
writes the track information to *stdin*. Closes Issue #89:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=89
* Add a warning in abcde.conf about mayb needing to install recode before
using it in mungefilename()
-- Steve McIntyre <93sam@debian.org> Tue, 05 Feb 2018 09:55:12 +0000
Diffstat (limited to 'audio')
-rw-r--r-- | audio/abcde/Makefile | 5 | ||||
-rw-r--r-- | audio/abcde/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index f0fb93236ce..0e254203779 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2018/08/22 09:42:54 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2019/02/13 20:00:51 wiz Exp $ -DISTNAME= abcde-2.9.2 -PKGREVISION= 1 +DISTNAME= abcde-2.9.3 CATEGORIES= audio MASTER_SITES= http://abcde.einval.com/download/ diff --git a/audio/abcde/distinfo b/audio/abcde/distinfo index a46b8f01816..748c56d73e9 100644 --- a/audio/abcde/distinfo +++ b/audio/abcde/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.49 2018/08/16 08:37:17 wiz Exp $ +$NetBSD: distinfo,v 1.50 2019/02/13 20:00:51 wiz Exp $ -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 (abcde-2.9.3.tar.gz) = 8acf90090093dc5f61020330ac4fa092a23cfa2c +RMD160 (abcde-2.9.3.tar.gz) = 530c875121a7e541ffb60336565774a6d0b04d6e +SHA512 (abcde-2.9.3.tar.gz) = 51a1dfa1f1d2dab6b8dad7d9f70d0139938151bc2dae0e9fc80da5385b4bba4d71c89a4d1b2dec5bd24787a542cb0caeacbef423cf32b8014cf6320c391b4236 +Size (abcde-2.9.3.tar.gz) = 160876 bytes SHA1 (patch-ab) = 467c8f752c6d01d5becfd75b45b50ac8636b3395 |