From owner-svn-ports-head@FreeBSD.ORG Wed Jan 29 16:17:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16C8EA15; Wed, 29 Jan 2014 16:17:11 +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 03B4D1A9C; Wed, 29 Jan 2014 16:17:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0TGHAwX029580; Wed, 29 Jan 2014 16:17:10 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0TGHAa0029578; Wed, 29 Jan 2014 16:17:10 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201401291617.s0TGHAa0029578@svn.freebsd.org> From: Olivier Duchateau Date: Wed, 29 Jan 2014 16:17:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341756 - 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: Wed, 29 Jan 2014 16:17:11 -0000 Author: olivierd Date: Wed Jan 29 16:17:10 2014 New Revision: 341756 URL: http://svnweb.freebsd.org/changeset/ports/341756 QAT: https://qat.redports.org/buildarchive/r341756/ Log: - Support STAGEDIR Modified: head/multimedia/xfce4-xmms-plugin/Makefile head/multimedia/xfce4-xmms-plugin/pkg-descr Modified: head/multimedia/xfce4-xmms-plugin/Makefile ============================================================================== --- head/multimedia/xfce4-xmms-plugin/Makefile Wed Jan 29 16:17:02 2014 (r341755) +++ head/multimedia/xfce4-xmms-plugin/Makefile Wed Jan 29 16:17:10 2014 (r341756) @@ -14,7 +14,7 @@ COMMENT= Xfce4 XMMS control plugin for x GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gettext pathfix gmake pkgconfig +USES= gettext gmake pkgconfig USE_GNOME= gtk20 intltool intlhack pango USE_XFCE= configenv libgui libutil panel @@ -24,8 +24,7 @@ XMMS_DESC= xmms support BEEP_DESC= beep-media-player support AUDACIOUS_DESC= audacious support -NO_STAGE= yes -.include +.include .if ${PORT_OPTIONS:MBEEP} RUN_DEPENDS+= beep-media-player:${PORTSDIR}/multimedia/beep-media-player @@ -42,4 +41,4 @@ RUN_DEPENDS+= audacious2:${PORTSDIR}/mul post-patch: @${REINPLACE_CMD} -e 's|== x|= x|g' ${WRKSRC}/configure -.include +.include Modified: head/multimedia/xfce4-xmms-plugin/pkg-descr ============================================================================== --- head/multimedia/xfce4-xmms-plugin/pkg-descr Wed Jan 29 16:17:02 2014 (r341755) +++ head/multimedia/xfce4-xmms-plugin/pkg-descr Wed Jan 29 16:17:10 2014 (r341756) @@ -1,4 +1,3 @@ -Xfce 4 XMMS control module for xfce4-panel. +xfce4-xmms-plugin lets user control XMMS or Audacious players. -Author: Patrick van Staveren WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-xmms-plugin