From owner-freebsd-ports Wed Apr 18 21:40:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A14B37B42C for ; Wed, 18 Apr 2001 21:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J4e1K11311; Wed, 18 Apr 2001 21:40:01 -0700 (PDT) (envelope-from gnats) Received: from baa.ooblick.com (max1h-96.his.com [216.32.85.96]) by hub.freebsd.org (Postfix) with ESMTP id 8E86937B423 for ; Wed, 18 Apr 2001 21:36:19 -0700 (PDT) (envelope-from arensb@ooblick.com) Received: (from arensb@localhost) by baa.ooblick.com (8.11.1/8.11.1) id f3J4aBH44381; Thu, 19 Apr 2001 00:36:11 -0400 (EDT) (envelope-from arensb) Message-Id: <200104190436.f3J4aBH44381@baa.ooblick.com> Date: Thu, 19 Apr 2001 00:36:11 -0400 (EDT) From: arensb+fbsd-patch@ooblick.com Reply-To: arensb+fbsd-patch@ooblick.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26693: audio/p5-CDDB: update to 1.04 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26693 >Category: ports >Synopsis: audio/p5-CDDB update v1.04 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 18 21:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andrew &urger >Release: FreeBSD 4.2-RELEASE i386 >Organization: :noitazinagrO >Environment: >Description: The audio/p5-CDDB port is for version 1.03 of p5-CDDB. It comes with a patch to fetch CD information from freedb.org rather than cddb.com. Version 1.04 of p5-CDDB uses freebd.org rather than cddb.com . In fact, that's the only change between 1.03 and 1.04. In the "Fix" section, I've included a patch to upgrade the port. Unfortunately, I don't remember the diff options that you prefer for port updates. In this case, the only changes are: - Update PORTVERSION in "Makefile" - Delete the "files" directory - Update the md5 checksum in "distinfo" >How-To-Repeat: >Fix: diff -NPur p5-CDDB-1.03/Makefile p5-CDDB-1.04/Makefile --- p5-CDDB-1.03/Makefile Wed Mar 14 18:02:26 2001 +++ p5-CDDB-1.04/Makefile Thu Apr 19 00:14:26 2001 @@ -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 -NPur p5-CDDB-1.03/distinfo p5-CDDB-1.04/distinfo --- p5-CDDB-1.03/distinfo Wed Mar 14 18:02:26 2001 +++ p5-CDDB-1.04/distinfo Tue Apr 17 00:25:23 2001 @@ -1 +1 @@ -MD5 (CDDB-1.03.tar.gz) = a679c76fc4ce74c04c0c6e22398f399b +MD5 (CDDB-1.04.tar.gz) = e48a13e1a138b01397c7e8386e2ca8ab diff -NPur p5-CDDB-1.03/files/patch-aa p5-CDDB-1.04/files/patch-aa --- p5-CDDB-1.03/files/patch-aa Wed Mar 14 18:02:27 2001 +++ p5-CDDB-1.04/files/patch-aa Wed Dec 31 19:00:00 1969 @@ -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. - >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message