git: 6cb6130a5f25 - main - audio/abcde: Fix CDDB option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Dec 2023 20:14:23 UTC
The branch main has been updated by arved:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6cb6130a5f25c67bf3bf0069c0690d33d27f1fff
commit 6cb6130a5f25c67bf3bf0069c0690d33d27f1fff
Author: Tilman Keskinoz <arved@FreeBSD.org>
AuthorDate: 2023-12-30 20:10:42 +0000
Commit: Tilman Keskinoz <arved@FreeBSD.org>
CommitDate: 2023-12-30 20:13:49 +0000
audio/abcde: Fix CDDB option
FreeDB has been out of operation for a few years, use gnudb instead
While here, grab maintainership
Obtained from: https://abcde.einval.com/bugzilla/show_bug.cgi?id=155
---
audio/abcde/Makefile | 4 ++--
audio/abcde/files/patch-abcde | 13 +++++++++++++
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile
index 92f93d1f7316..63dad5da6202 100644
--- a/audio/abcde/Makefile
+++ b/audio/abcde/Makefile
@@ -1,10 +1,10 @@
PORTNAME= abcde
DISTVERSION= 2.9.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://abcde.einval.com/download/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= arved@FreeBSD.org
COMMENT= Front-end shell script to encode CDs in flac/mp3/ogg/speex format
WWW= https://abcde.einval.com/
diff --git a/audio/abcde/files/patch-abcde b/audio/abcde/files/patch-abcde
new file mode 100644
index 000000000000..9aa4f051b50b
--- /dev/null
+++ b/audio/abcde/files/patch-abcde
@@ -0,0 +1,13 @@
+--- abcde.orig 2023-12-30 21:03:35.018291000 +0100
++++ abcde 2023-12-30 21:05:32.092326000 +0100
+@@ -3770,8 +3770,8 @@
+ # CDDB
+ # Currently three supported options ("musicbrainz", "cddb" for freedb.org and "cdtext")
+ CDDBMETHOD=musicbrainz
+-CDDBURL="http://freedb.freedb.org/~cddb/cddb.cgi"
+-CDDBSUBMIT=freedb-submit@freedb.org
++CDDBURL="http://gnudb.gnudb.org/~cddb/cddb.cgi"
++CDDBSUBMIT=submit@gnudb.org
+ CDDBPROTO=6
+ HELLOINFO="$(whoami)@$(hostname)"
+ CDDBCOPYLOCAL="n"