svn commit: r540365 - in head/audio/ripperx: . files

Tobias Kortkamp tobik at FreeBSD.org
Thu Jun 25 03:58:50 UTC 2020


Author: tobik
Date: Thu Jun 25 03:58:49 2020
New Revision: 540365
URL: https://svnweb.freebsd.org/changeset/ports/540365

Log:
  audio/ripperx: Use gnudb.org by default, freedb.org is gone

Modified:
  head/audio/ripperx/Makefile
  head/audio/ripperx/files/patch-src_config__rw.c

Modified: head/audio/ripperx/Makefile
==============================================================================
--- head/audio/ripperx/Makefile	Thu Jun 25 03:57:41 2020	(r540364)
+++ head/audio/ripperx/Makefile	Thu Jun 25 03:58:49 2020	(r540365)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ripperx
 PORTVERSION=	2.7.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	SF
 DISTNAME=	ripperX-${PORTVERSION}

Modified: head/audio/ripperx/files/patch-src_config__rw.c
==============================================================================
--- head/audio/ripperx/files/patch-src_config__rw.c	Thu Jun 25 03:57:41 2020	(r540364)
+++ head/audio/ripperx/files/patch-src_config__rw.c	Thu Jun 25 03:58:49 2020	(r540365)
@@ -1,6 +1,6 @@
 --- src/config_rw.c.orig	2008-01-25 09:53:50 UTC
 +++ src/config_rw.c
-@@ -87,9 +87,9 @@ static struct {
+@@ -87,15 +87,15 @@ static struct {
  	{ "Encoder::Plugin", config.encoder.plugin,
  		STRING, 0, "ripperX_plugin-lame" },
  	{ "CdPlayer::Play_command", config.cd_player.play_command,
@@ -12,3 +12,10 @@
  	{ "WavPlayer::Command", config.wav_player.command,
  		STRING, 0, "play %" },
  	{ "Mp3Player::Command", config.mp3_player.command,
+ 		STRING, 0, "mpg123 %" },
+ 	{ "CDDBConfig::Server", config.cddb_config.server,
+-		STRING, 0, "freedb.freedb.org/~cddb/cddb.cgi" },
++		STRING, 0, "gnudb.gnudb.org/~cddb/cddb.cgi" },
+ 	{ "CDDBConfig::Port", &config.cddb_config.port,
+ 		INT, 0, "80" },
+ 	{ "CDDBConfig::UseHttp", &config.cddb_config.use_http,


More information about the svn-ports-head mailing list