From owner-svn-ports-head@FreeBSD.ORG Sun Mar 9 16:17:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5AC279EC; Sun, 9 Mar 2014 16:17:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 47E42A7B; Sun, 9 Mar 2014 16:17:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s29GHiaN034547; Sun, 9 Mar 2014 16:17:44 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s29GHiSB034546; Sun, 9 Mar 2014 16:17:44 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201403091617.s29GHiSB034546@svn.freebsd.org> From: Rene Ladan Date: Sun, 9 Mar 2014 16:17:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347656 - head/multimedia/xfce4-xmms-plugin X-SVN-Group: ports-head 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.17 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: Sun, 09 Mar 2014 16:17:44 -0000 Author: rene Date: Sun Mar 9 16:17:43 2014 New Revision: 347656 URL: http://svnweb.freebsd.org/changeset/ports/347656 QAT: https://qat.redports.org/buildarchive/r347656/ Log: Remove BEEP option which depends on the expired multimedia/beep-media-player While here fix a typo in the XMMS option With hat: xfce (dusty) Modified: head/multimedia/xfce4-xmms-plugin/Makefile Modified: head/multimedia/xfce4-xmms-plugin/Makefile ============================================================================== --- head/multimedia/xfce4-xmms-plugin/Makefile Sun Mar 9 16:12:57 2014 (r347655) +++ head/multimedia/xfce4-xmms-plugin/Makefile Sun Mar 9 16:17:43 2014 (r347656) @@ -18,19 +18,14 @@ USES= gettext gmake pkgconfig USE_GNOME= gtk20 intltool intlhack pango USE_XFCE= configenv libgui libutil panel -OPTIONS_DEFINE= XMMS BEEP AUDACIOUS +OPTIONS_DEFINE= XMMS AUDACIOUS OPTIONS_DEFAULT= XMMS XMMS_DESC= xmms support -BEEP_DESC= beep-media-player support AUDACIOUS_DESC= audacious support .include -.if ${PORT_OPTIONS:MBEEP} -RUN_DEPENDS+= beep-media-player:${PORTSDIR}/multimedia/beep-media-player -.endif - -.if ${PORT_OPTIONS:MXMSS} +.if ${PORT_OPTIONS:MXMMS} RUN_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms .endif