diff options
author | mason <mason@pkgsrc.org> | 2001-11-15 02:21:12 +0000 |
---|---|---|
committer | mason <mason@pkgsrc.org> | 2001-11-15 02:21:12 +0000 |
commit | 8757a7a76aac4b4ac9648255c90e6473dc2a9acb (patch) | |
tree | 1868208466539ba7f2a890b9de7a5a48a1b75524 /audio/cdd | |
parent | 1eafdd70333931eb4b8fd375922d5f828e2eccb6 (diff) | |
download | pkgsrc-8757a7a76aac4b4ac9648255c90e6473dc2a9acb.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/cdd')
-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 + |