From owner-svn-ports-head@freebsd.org Tue Jul 7 14:47:52 2020 Return-Path: Delivered-To: svn-ports-head@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 8AD593641BD; Tue, 7 Jul 2020 14:47:52 +0000 (UTC) (envelope-from naddy@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 4B1QK436Vdz3RSr; Tue, 7 Jul 2020 14:47:52 +0000 (UTC) (envelope-from naddy@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 4EFBB1102E; Tue, 7 Jul 2020 14:47:52 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 067ElqVL011924; Tue, 7 Jul 2020 14:47:52 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 067ElphH011920; Tue, 7 Jul 2020 14:47:51 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <202007071447.067ElphH011920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Tue, 7 Jul 2020 14:47:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541424 - in head/multimedia/audacious-plugins: . files X-SVN-Group: ports-head X-SVN-Commit-Author: naddy X-SVN-Commit-Paths: in head/multimedia/audacious-plugins: . files X-SVN-Commit-Revision: 541424 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2020 14:47:52 -0000 Author: naddy Date: Tue Jul 7 14:47:51 2020 New Revision: 541424 URL: https://svnweb.freebsd.org/changeset/ports/541424 Log: Switch the CDDB default to gnudb.org. The freedb.org CD track database has been discontinued. Added: head/multimedia/audacious-plugins/files/ head/multimedia/audacious-plugins/files/patch-src_cdaudio_cdaudio-ng.cc (contents, props changed) Modified: head/multimedia/audacious-plugins/Makefile Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Tue Jul 7 14:22:41 2020 (r541423) +++ head/multimedia/audacious-plugins/Makefile Tue Jul 7 14:47:51 2020 (r541424) @@ -3,7 +3,7 @@ PORTNAME= audacious-plugins PORTVERSION= 3.10.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ Added: head/multimedia/audacious-plugins/files/patch-src_cdaudio_cdaudio-ng.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/audacious-plugins/files/patch-src_cdaudio_cdaudio-ng.cc Tue Jul 7 14:47:51 2020 (r541424) @@ -0,0 +1,11 @@ +--- src/cdaudio/cdaudio-ng.cc.orig 2020-07-07 14:41:19 UTC ++++ src/cdaudio/cdaudio-ng.cc +@@ -126,7 +126,7 @@ const char * const CDAudio::defaults[] = { + "use_cdtext", "TRUE", + "use_cddb", "TRUE", + "cddbhttp", "FALSE", +- "cddbserver", "freedb.org", ++ "cddbserver", "gnudb.gnudb.org", + "cddbport", "8880", + nullptr}; +