diff options
author | mason <mason> | 2001-11-15 02:21:12 +0000 |
---|---|---|
committer | mason <mason> | 2001-11-15 02:21:12 +0000 |
commit | 86f31d335159d88054125e012d97d420ab07e4c5 (patch) | |
tree | 1868208466539ba7f2a890b9de7a5a48a1b75524 /audio | |
parent | b70ad380a3d1dae110efb972bdc45f1259df85c1 (diff) | |
download | pkgsrc-86f31d335159d88054125e012d97d420ab07e4c5.tar.gz |
Move from using www.sonic.net to freedb.freedb.de for network lookups, as
the sonic.net server appears to be unresponsive. The FreeDB project, located
at http://www.freedb.org/, appears to be a stable source for cddbp requests.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cdd/distinfo | 3 | ||||
-rw-r--r-- | audio/cdd/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/cdd/distinfo b/audio/cdd/distinfo index 4854856ce02..2ee4888df17 100644 --- a/audio/cdd/distinfo +++ b/audio/cdd/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 13:04:19 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/11/15 02:21:12 mason Exp $ SHA1 (cdd-1.0nb3.tar.gz) = 333323444571f463501c206f9d9fd7dde09d12a6 Size (cdd-1.0nb3.tar.gz) = 48699 bytes +SHA1 (patch-aa) = c05087f9e00eee12f3fca7d326e1ecf261802f25 diff --git a/audio/cdd/patches/patch-aa b/audio/cdd/patches/patch-aa new file mode 100644 index 00000000000..5d168692d5e --- /dev/null +++ b/audio/cdd/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.6 2001/11/15 02:21:12 mason Exp $ + +--- cdd_cddb.c.orig Thu Jun 26 03:29:21 1997 ++++ cdd_cddb.c +@@ -49,7 +49,7 @@ + #include "st.h" + + #define NETBUFSIZ 256; +-#define CDDB_SERVER "cddb.sonic.net" ++#define CDDB_SERVER "freedb.freedb.de" + #define CDDB_PORT 888 + #define CDDB_TIMEOUT 30 + |