From owner-svn-ports-all@freebsd.org Fri Jul 24 07:53:31 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 12590375283; Fri, 24 Jul 2020 07:53:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BChK53RVZz497J; Fri, 24 Jul 2020 07:53:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 700AC26FEB; Fri, 24 Jul 2020 07:53:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06O7rRxC097787; Fri, 24 Jul 2020 07:53:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06O7rQd2097783; Fri, 24 Jul 2020 07:53:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202007240753.06O7rQd2097783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2020 07:53:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543221 - in head/audio/p5-CDDB_get: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/audio/p5-CDDB_get: . files X-SVN-Commit-Revision: 543221 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2020 07:53:31 -0000 Author: sunpoet Date: Fri Jul 24 07:53:26 2020 New Revision: 543221 URL: https://svnweb.freebsd.org/changeset/ports/543221 Log: Switch default database to gnudb.gnudb.org - Bump PORTREVISION for package change freedb.freedb.org is down, use gnudb.gnudb.org instead. PR: 247875 Submitted by: brooks MFH: 2020Q3 Added: head/audio/p5-CDDB_get/files/ head/audio/p5-CDDB_get/files/patch-CDDB__get.pm (contents, props changed) head/audio/p5-CDDB_get/files/patch-cddb.pl (contents, props changed) Modified: head/audio/p5-CDDB_get/Makefile Modified: head/audio/p5-CDDB_get/Makefile ============================================================================== --- head/audio/p5-CDDB_get/Makefile Fri Jul 24 07:53:21 2020 (r543220) +++ head/audio/p5-CDDB_get/Makefile Fri Jul 24 07:53:26 2020 (r543221) @@ -3,7 +3,7 @@ PORTNAME= CDDB_get PORTVERSION= 2.28 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio perl5 MASTER_SITES= CPAN @@ -16,11 +16,13 @@ COMMENT= High-level interface to the Compact Disc Data LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/Copying -PORTSCOUT= skipv:2.28.1 - USES= perl5 shebangfix -SHEBANG_FILES= cddb.pl USE_PERL5= configure + NO_ARCH= yes + +PORTSCOUT= skipv:2.28.1 + +SHEBANG_FILES= cddb.pl .include Added: head/audio/p5-CDDB_get/files/patch-CDDB__get.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/p5-CDDB_get/files/patch-CDDB__get.pm Fri Jul 24 07:53:26 2020 (r543221) @@ -0,0 +1,20 @@ +--- CDDB_get.pm.orig 2012-03-06 18:28:24 UTC ++++ CDDB_get.pm +@@ -66,7 +66,7 @@ my $CDROM_MSF=0x02; + + # default config + +-my $CDDB_HOST = "freedb.freedb.org"; ++my $CDDB_HOST = "gnudb.gnudb.org"; + my $CDDB_PORT = 8880; + my $CDDB_MODE = "cddb"; + my $CD_DEVICE = "/dev/cdrom"; +@@ -608,7 +608,7 @@ CDDB - Read the CDDB entry for an audio CD in your dri + + # following variables just need to be declared if different from defaults + +- $config{CDDB_HOST}="freedb.freedb.org"; # set cddb host ++ $config{CDDB_HOST}="gnudb.gnudb.org"; # set cddb host + $config{CDDB_PORT}=8880; # set cddb port + $config{CDDB_MODE}="cddb"; # set cddb mode: cddb or http + $config{CD_DEVICE}="/dev/cdrom"; # set cd device Added: head/audio/p5-CDDB_get/files/patch-cddb.pl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/p5-CDDB_get/files/patch-cddb.pl Fri Jul 24 07:53:26 2020 (r543221) @@ -0,0 +1,11 @@ +--- cddb.pl.orig 2005-10-06 06:00:59 UTC ++++ cddb.pl +@@ -85,7 +85,7 @@ $CDDB_get::debug=1 if($option{D}); + # following variables just need to be declared if different from defaults + # defaults are listed below (cdrom default is os specific) + +-# $config{CDDB_HOST}="freedb.freedb.org"; # set cddb host ++# $config{CDDB_HOST}="gnudb.gnudb.org"; # set cddb host + if($option{H}) { + $config{CDDB_HOST}=$option{H}; + }