aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2023-12-30 20:10:42 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2023-12-30 20:13:49 +0000
commit6cb6130a5f25c67bf3bf0069c0690d33d27f1fff (patch)
tree94ab2901cc71d3617e6045b2d0730412f6aa9b80
parent3fd6e0823034b835be5560efa33243ce2662e506 (diff)
downloadports-6cb6130a5f25c67bf3bf0069c0690d33d27f1fff.tar.gz
ports-6cb6130a5f25c67bf3bf0069c0690d33d27f1fff.zip
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
-rw-r--r--audio/abcde/Makefile4
-rw-r--r--audio/abcde/files/patch-abcde13
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"