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: [PATCH] audio/sound-juicer: Remove dependency on audio/libmusicbrainz Message-ID: <4f55236f.4625340a.655a.ffff8212@mx.google.com>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Jason E. Hale >Organization: none >Confidential: no >Synopsis: [PATCH] audio/sound-juicer: Remove dependency on audio/libmusicbrainz >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-RELEASE i386 >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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4f55236f.4625340a.655a.ffff8212>