Date: Wed, 29 Jan 2014 16:17:10 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341756 - head/multimedia/xfce4-xmms-plugin Message-ID: <201401291617.s0TGHAa0029578@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> +.include <bsd.port.options.mk> .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 <bsd.port.post.mk> +.include <bsd.port.mk> 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 <pvanstav@cs.wmich.edu> WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-xmms-plugin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401291617.s0TGHAa0029578>