svn commit: r341756 - head/multimedia/xfce4-xmms-plugin

Olivier Duchateau olivierd at FreeBSD.org
Wed Jan 29 16:17:11 UTC 2014


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 at cs.wmich.edu>
 WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-xmms-plugin


More information about the svn-ports-all mailing list