svn commit: r425289 - head/sysutils/xfce4-settings

Olivier Duchateau olivierd at FreeBSD.org
Fri Nov 4 05:54:21 UTC 2016


Author: olivierd
Date: Fri Nov  4 05:54:20 2016
New Revision: 425289
URL: https://svnweb.freebsd.org/changeset/ports/425289

Log:
  Tell to PORTSCOUT to monitor only 4.12.x releases. Others (>= 4.13) require
  devel Xfce core components

Modified:
  head/sysutils/xfce4-settings/Makefile

Modified: head/sysutils/xfce4-settings/Makefile
==============================================================================
--- head/sysutils/xfce4-settings/Makefile	Fri Nov  4 05:38:39 2016	(r425288)
+++ head/sysutils/xfce4-settings/Makefile	Fri Nov  4 05:54:20 2016	(r425289)
@@ -18,6 +18,8 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 	libfontconfig.so:x11-fonts/fontconfig \
 	libxklavier.so:x11/libxklavier
 
+PORTSCOUT=	limit:^4\.12\.
+
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USE_GNOME=	glib20 gtk20 cairo intltool intlhack


More information about the svn-ports-all mailing list