Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2017 13:57:43 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454955 - head/audio/xfce4-pulseaudio-plugin
Message-ID:  <201711271357.vARDvh7K065968@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Nov 27 13:57:43 2017
New Revision: 454955
URL: https://svnweb.freebsd.org/changeset/ports/454955

Log:
  - Mark devel versions to be ignored by portscout
  - Remove unneeded USE_LDCONFIG, only installs a private plugin library
  - While here make some whitespace and alignment changes

Modified:
  head/audio/xfce4-pulseaudio-plugin/Makefile

Modified: head/audio/xfce4-pulseaudio-plugin/Makefile
==============================================================================
--- head/audio/xfce4-pulseaudio-plugin/Makefile	Mon Nov 27 13:50:14 2017	(r454954)
+++ head/audio/xfce4-pulseaudio-plugin/Makefile	Mon Nov 27 13:57:43 2017	(r454955)
@@ -17,22 +17,23 @@ LIB_DEPENDS=	libpulse-mainloop-glib.so:audio/pulseaudi
 		libdbus-glib-1.so:devel/dbus-glib
 RUN_DEPENDS=	pavucontrol>=2.0:audio/pavucontrol
 
-USES=	gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
+PORTSCOUT=	limit:^0\.2\.
+
+USES=		gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20 gtk30 intltool cairo
 USE_XFCE=	panel
 USE_XORG=	x11
 INSTALLS_ICONS=	yes
-USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
 CONFIGURE_ARGS=--with-mixer-command=${LOCALBASE}/bin/pavucontrol
 CFLAGS+=	-Wno-return-type
 
-OPTIONS_DEFINE=	KEYBINDER
-OPTIONS_DEFAULT=	KEYBINDER
-KEYBINDER_DESC=	Keyboard shortcuts
-KEYBINDER_LIB_DEPENDS=	libkeybinder-3.0.so:x11/keybinder-gtk3
+OPTIONS_DEFINE=			KEYBINDER
+OPTIONS_DEFAULT=		KEYBINDER
+KEYBINDER_DESC=			Keyboard shortcuts
+KEYBINDER_LIB_DEPENDS=		libkeybinder-3.0.so:x11/keybinder-gtk3
 KEYBINDER_CONFIGURE_ENABLE=	keybinder
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711271357.vARDvh7K065968>