summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-04-20 14:23:40 +0000
committerolgeni <olgeni@FreeBSD.org>2001-04-20 14:23:40 +0000
commit3a5f097b65ffb4275425a1676735474e3a2f6df2 (patch)
tree82cbff1b41d6c96e004c00a569412e140bf8ca37 /audio
parentd1c9bfdc147ce3de425d26a1872bca02e4632340 (diff)
downloadFreeBSD-ports-3a5f097b65ffb4275425a1676735474e3a2f6df2.zip
FreeBSD-ports-3a5f097b65ffb4275425a1676735474e3a2f6df2.tar.gz
Update port to version 1.04.
This version will use freedb.org rather than cddb.com. PR: 26693 Submitted by: Andrew &urger <arensb+fbsd-patch@ooblick.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/p5-CDDB/Makefile2
-rw-r--r--audio/p5-CDDB/distinfo2
-rw-r--r--audio/p5-CDDB/files/patch-aa42
3 files changed, 2 insertions, 44 deletions
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<new> accepts these parameters: Host (defaults to www.cddb.com), Port
-+C<new> 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.
-
OpenPOWER on IntegriCloud