freebsd-ports/audio/p5-CDDB_get/files/patch-cddb.pl
Sunpoet Po-Chuan Hsieh 26a93e187f Switch default database to gnudb.gnudb.org
- Bump PORTREVISION for package change

freedb.freedb.org is down, use gnudb.gnudb.org instead.

PR:		247875
Submitted by:	brooks
MFH:		2020Q3
2020-07-24 07:53:26 +00:00

11 lines
415 B
Perl

--- cddb.pl.orig 2005-10-06 06:00:59 UTC
+++ cddb.pl
@@ -85,7 +85,7 @@ $CDDB_get::debug=1 if($option{D});
# following variables just need to be declared if different from defaults
# defaults are listed below (cdrom default is os specific)
-# $config{CDDB_HOST}="freedb.freedb.org"; # set cddb host
+# $config{CDDB_HOST}="gnudb.gnudb.org"; # set cddb host
if($option{H}) {
$config{CDDB_HOST}=$option{H};
}