freedb -> gnudb.gnudb.org

This commit is contained in:
ajacoutot 2020-07-04 09:31:29 +00:00
parent 3f7d780e44
commit 0e605966a7
2 changed files with 17 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2019/07/12 20:43:32 sthen Exp $
# $OpenBSD: Makefile,v 1.29 2020/07/04 09:31:29 ajacoutot Exp $
COMMENT= creates cover for audio cds using cddb and latex
@ -6,7 +6,7 @@ DISTNAME= disc-cover-1.5.6
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} webserver-1.0${EXTRACT_SUFX}
DIST_SUBDIR= disc-cover
CATEGORIES= audio
REVISION= 0
REVISION= 1
HOMEPAGE= http://www.vanhemert.co.uk/disc-cover.html

View File

@ -1,7 +1,9 @@
$OpenBSD: patch-disc-cover,v 1.3 2003/04/18 21:27:12 sturm Exp $
--- disc-cover.orig Thu Mar 13 15:17:05 2003
+++ disc-cover Fri Apr 18 21:57:11 2003
@@ -38,9 +38,9 @@
$OpenBSD: patch-disc-cover,v 1.4 2020/07/04 09:31:29 ajacoutot Exp $
Index: disc-cover
--- disc-cover.orig
+++ disc-cover
@@ -39,9 +39,9 @@ my $cvs_id_string = '$Id: disc-cover,v 1.6 2006/06/20
my ($config_homedir) = "";
$config_homedir = "$ENV{HOME}" if (defined $ENV{HOME});
my ($config_tmp_dir) = '/tmp';
@ -13,3 +15,12 @@ $OpenBSD: patch-disc-cover,v 1.3 2003/04/18 21:27:12 sturm Exp $
my ($config_cddb_cache_directory) = "$config_homedir/.cddb";
my ($config_flaptext) = split ',', (getpwuid($<))[6];
my ($config_version_config) = undef;
@@ -1725,7 +1725,7 @@ sub create_cdserverrc
open CDSERVERRC, ">$config_cdserverrc" or end_program("Could not open \"$config_cdserverrc\"", "Check if you can write this file yourself.");
print CDSERVERRC "# Created by Disc-Cover $version\n";
- print CDSERVERRC "SERVER=cddbp://freedb.freedb.org:888/\n";
+ print CDSERVERRC "SERVER=cddbp://gnudb.gnudb.org:8880/\n";
print CDSERVERRC "ACCESS=REMOTE\n";
close CDSERVERRC;