From 3a5f097b65ffb4275425a1676735474e3a2f6df2 Mon Sep 17 00:00:00 2001 From: olgeni Date: Fri, 20 Apr 2001 14:23:40 +0000 Subject: Update port to version 1.04. This version will use freedb.org rather than cddb.com. PR: 26693 Submitted by: Andrew &urger --- audio/p5-CDDB/Makefile | 2 +- audio/p5-CDDB/distinfo | 2 +- audio/p5-CDDB/files/patch-aa | 42 ------------------------------------------ 3 files changed, 2 insertions(+), 44 deletions(-) delete mode 100644 audio/p5-CDDB/files/patch-aa (limited to 'audio') diff --git a/audio/p5-CDDB/Makefile b/audio/p5-CDDB/Makefile index 212ed06..5b1c556 100644 --- a/audio/p5-CDDB/Makefile +++ b/audio/p5-CDDB/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CDDB -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=../by-authors/id/R/RC/RCAPUTO diff --git a/audio/p5-CDDB/distinfo b/audio/p5-CDDB/distinfo index 1ece673..d59ed72a 100644 --- a/audio/p5-CDDB/distinfo +++ b/audio/p5-CDDB/distinfo @@ -1 +1 @@ -MD5 (CDDB-1.03.tar.gz) = a679c76fc4ce74c04c0c6e22398f399b +MD5 (CDDB-1.04.tar.gz) = e48a13e1a138b01397c7e8386e2ca8ab diff --git a/audio/p5-CDDB/files/patch-aa b/audio/p5-CDDB/files/patch-aa deleted file mode 100644 index 65cb6df..0000000 --- a/audio/p5-CDDB/files/patch-aa +++ /dev/null @@ -1,42 +0,0 @@ ---- CDDB.pm.orig Sun Apr 30 06:33:12 2000 -+++ CDDB.pm Mon Mar 12 15:11:35 2001 -@@ -15,9 +15,9 @@ - # list of known cddb servers - - my @cddb_hosts = -- ( [ 'cddb.cddb.com' => 8880 ], -- [ 'sj.ca.us.cddb.com' => 8880 ], -- [ 'sc.ca.us.cddb.com' => 8880 ], -+ ( [ 'freedb.freedb.org' => 8880 ], -+ [ 'ca.freedb.org' => 8880 ], -+ [ 'sk.freedb.org' => 8880 ], - ); - - #------------------------------------------------------------------------------ -@@ -177,7 +177,7 @@ - login => $login, - libname => 'CDDB.pm', - libver => $VERSION, -- cddbmail => 'cddb-test@submit.cddb.com', -+ cddbmail => 'freedb-submit@freedb.org', - debug => $debug, - host => $host, - port => $port, -@@ -615,7 +615,7 @@ - use CDDB; - - ### connect to the CDDB server -- my $cddb = new CDDB( Host => 'www.cddb.com', # default -+ my $cddb = new CDDB( Host => 'freedb.freedb.org', # default - Port => 8880, # default - Login => $login_id, # defaults to %ENV's - ) or die $!; -@@ -682,7 +682,7 @@ - protocol may require several separate connections (sometimes one per - query). - --C accepts these parameters: Host (defaults to www.cddb.com), Port -+C accepts these parameters: Host (defaults to freedb.freedb.org), Port - (defaults to 8880), Login (defaults to your login ID), and Debug - (defaults to boolean false) parameters. - -- cgit v1.1