Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Mar 2012 12:34:55 -0800 (PST)
From:      "Jason E. Hale" <bsdkaffee@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gnome@FreeBSD.org
Subject:   ports/165748: [PATCH] audio/sound-juicer: Remove dependency on audio/libmusicbrainz
Message-ID:  <4f55236f.4625340a.655a.ffff8212@mx.google.com>
Resent-Message-ID: <201203052040.q25Ke9os083267@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165748
>Category:       ports
>Synopsis:       [PATCH] audio/sound-juicer: Remove dependency on audio/libmusicbrainz
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 05 20:40:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jason E. Hale
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
none 
>Environment:
System: FreeBSD mocha.verizon.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 19 11:42:41 EST 2012 Jason@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386


	
>Description:
- Remove the dependency of audio/libmusicbrainz from audio/sound-juicer
- audio/libmusicbrainz doesn't appear to be used anywhere in the build; it is
  deprecated since the MusicBrainz RDF webservice is no longer functional
	
>How-To-Repeat:
- Use attached diff
	
>Fix:

	

--- 2012-03-05-sound-juicer.diff begins here ---
diff -ruN sound-juicer.orig/Makefile sound-juicer/Makefile
--- sound-juicer.orig/Makefile	2012-03-05 14:34:27.000000000 -0500
+++ sound-juicer/Makefile	2012-03-05 14:34:59.000000000 -0500
@@ -8,7 +8,7 @@
 
 PORTNAME=	sound-juicer
 PORTVERSION=	2.32.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -16,8 +16,7 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Clean, mean and lean CD ripper for GNOME2
 
-LIB_DEPENDS=	musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
-    		musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \
+LIB_DEPENDS=	musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \
 		gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \
 		cdio.13:${PORTSDIR}/sysutils/libcdio \
     		tag.1:${PORTSDIR}/audio/taglib \
--- 2012-03-05-sound-juicer.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4f55236f.4625340a.655a.ffff8212>