Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2015 17:17:33 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377130 - in head: multimedia/clutter-gst www/webkit-gtk2 www/webkit-gtk3 www/webkit2-gtk3 x11-toolkits/gtkmm20 x11-toolkits/gtkmm24 x11-toolkits/gtkmm30 x11-toolkits/gtksourceview x11-...
Message-ID:  <201501151717.t0FHHX3x090941@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Thu Jan 15 17:17:32 2015
New Revision: 377130
URL: https://svnweb.freebsd.org/changeset/ports/377130
QAT: https://qat.redports.org/buildarchive/r377130/

Log:
  Sprinkle some PORTSCOUT macros around to either mark ports:
   * ignore because there will not be any new releases.
   * check specific versions or ignore devel versions.

Modified:
  head/multimedia/clutter-gst/Makefile
  head/www/webkit-gtk2/Makefile
  head/www/webkit-gtk3/Makefile
  head/www/webkit2-gtk3/Makefile
  head/x11-toolkits/gtkmm20/Makefile
  head/x11-toolkits/gtkmm24/Makefile
  head/x11-toolkits/gtkmm30/Makefile
  head/x11-toolkits/gtksourceview/Makefile
  head/x11-toolkits/gtksourceview2/Makefile
  head/x11-toolkits/gtksourceview3/Makefile
  head/x11-toolkits/libwnck/Makefile
  head/x11-toolkits/vte/Makefile
  head/x11-wm/metacity/Makefile
  head/x11-wm/mutter/Makefile
  head/x11/gnome-desktop/Makefile
  head/x11/gnome-session/Makefile
  head/x11/gnome-shell-extensions/Makefile
  head/x11/gnome-shell/Makefile

Modified: head/multimedia/clutter-gst/Makefile
==============================================================================
--- head/multimedia/clutter-gst/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/multimedia/clutter-gst/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -12,6 +12,8 @@ COMMENT=	Clutter GStreamer integration
 
 LIB_DEPENDS=	libclutter-1.0.so:${PORTSDIR}/graphics/clutter
 
+PORTSCOUT=	ignore:1
+
 USES=		gmake libtool pathfix pkgconfig tar:xz
 USE_GNOME=	introspection gnomeprefix
 GNU_CONFIGURE=	yes

Modified: head/www/webkit-gtk2/Makefile
==============================================================================
--- head/www/webkit-gtk2/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/www/webkit-gtk2/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -22,6 +22,8 @@ LIB_DEPENDS=	libenchant.so:${PORTSDIR}/t
 		libsoup-2.4.so:${PORTSDIR}/devel/libsoup
 RUN_DEPENDS=	geoclue>=0:${PORTSDIR}/net/geoclue
 
+PORTSCOUT=	limit:1.4.*$$
+
 USE_GSTREAMER1=	yes
 USE_XORG=	xt xdamage xcomposite
 USES=		bison compiler:c++11-lib gettext gmake gperf libtool \

Modified: head/www/webkit-gtk3/Makefile
==============================================================================
--- head/www/webkit-gtk3/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/www/webkit-gtk3/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -22,6 +22,8 @@ LIB_DEPENDS=	libenchant.so:${PORTSDIR}/t
 		libsoup-2.4.so:${PORTSDIR}/devel/libsoup
 RUN_DEPENDS=	geoclue>=0:${PORTSDIR}/net/geoclue 
 
+PORTSCOUT=	limit:1.4.*$$
+
 USE_GSTREAMER1=	yes
 USE_XORG=	xt xdamage xcomposite
 USES=		bison compiler:c++11-lib gettext gmake gperf libtool perl5 \

Modified: head/www/webkit2-gtk3/Makefile
==============================================================================
--- head/www/webkit2-gtk3/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/www/webkit2-gtk3/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -24,6 +24,7 @@ LIB_DEPENDS=	libenchant.so:${PORTSDIR}/t
 #add		libicu
 RUN_DEPENDS=	geoclue>=0:${PORTSDIR}/net/geoclue 
 
+PORTSCOUT=	limitw:1,even
 
 USE_GSTREAMER1=	yes
 USE_XORG=	x11 xext ice

Modified: head/x11-toolkits/gtkmm20/Makefile
==============================================================================
--- head/x11-toolkits/gtkmm20/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/x11-toolkits/gtkmm20/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -15,6 +15,8 @@ COMMENT=	C++ wrapper for Gtk+, Pango, At
 
 USES+=		tar:bzip2
 
+PORTSCOUT=	ignore:1
+
 .if !defined(REFERENCE_PORT)
 
 LIB_DEPENDS=	libsigc-1.2.so:${PORTSDIR}/devel/libsigc++12

Modified: head/x11-toolkits/gtkmm24/Makefile
==============================================================================
--- head/x11-toolkits/gtkmm24/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/x11-toolkits/gtkmm24/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -15,6 +15,8 @@ COMMENT=	C++ wrapper for Gtk+
 
 USES+=		tar:xz
 
+PORTSCOUT=	ignore:1
+
 .if !defined(REFERENCE_PORT)
 
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4

Modified: head/x11-toolkits/gtkmm30/Makefile
==============================================================================
--- head/x11-toolkits/gtkmm30/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/x11-toolkits/gtkmm30/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -15,6 +15,8 @@ COMMENT=	C++ wrapper for Gtk+3
 
 USES+=		tar:xz
 
+PORTSCOUT=	limitw:1,even
+
 .if !defined(REFERENCE_PORT)
 
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4

Modified: head/x11-toolkits/gtksourceview/Makefile
==============================================================================
--- head/x11-toolkits/gtksourceview/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/x11-toolkits/gtksourceview/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -14,6 +14,8 @@ COMMENT=	Widget that adds syntax highlig
 
 USES+=		tar:bzip2
 
+PORTSCOUT=	ignore:1
+
 .if !defined(REFERENCE_PORT)
 
 USES+=		gettext gmake libtool:keepla pathfix pkgconfig

Modified: head/x11-toolkits/gtksourceview2/Makefile
==============================================================================
--- head/x11-toolkits/gtksourceview2/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/x11-toolkits/gtksourceview2/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -16,6 +16,8 @@ COMMENT=	Widget that adds syntax highlig
 
 USES=		tar:bzip2
 
+PORTSCOUT=	ignore:1
+
 .if !defined(REFERENCE_PORT)
 
 USES+=		gettext gmake libtool:keepla pathfix pkgconfig

Modified: head/x11-toolkits/gtksourceview3/Makefile
==============================================================================
--- head/x11-toolkits/gtksourceview3/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/x11-toolkits/gtksourceview3/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -13,6 +13,8 @@ COMMENT=	Text widget that adds syntax hi
 
 USES=		tar:xz
 
+PORTSCOUT=	limitw:1,even
+
 .if !defined(REFERENCE_PORT)
 
 BUILD_DEPENDS=	vala:${PORTSDIR}/lang/vala

Modified: head/x11-toolkits/libwnck/Makefile
==============================================================================
--- head/x11-toolkits/libwnck/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/x11-toolkits/libwnck/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -14,7 +14,7 @@ COMMENT=	Library used for writing pagers
 
 USES=		tar:xz
 
-PORTSCOUT=	ignore
+PORTSCOUT=	ignore:1
 
 .if !defined(REFERENCE_PORT)
 

Modified: head/x11-toolkits/vte/Makefile
==============================================================================
--- head/x11-toolkits/vte/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/x11-toolkits/vte/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -14,6 +14,8 @@ COMMENT?=	Gtk 2 based terminal widget wi
 
 USES+=		tar:xz
 
+PORTSCOUT=	ignore:1
+
 .if !defined(REFERENCE_PORT)
 
 RUN_DEPENDS+=	${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper

Modified: head/x11-wm/metacity/Makefile
==============================================================================
--- head/x11-wm/metacity/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/x11-wm/metacity/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -20,6 +20,8 @@ LIB_DEPENDS=	libstartup-notification-1.s
 RUN_DEPENDS=	zenity>=3.0.0:${PORTSDIR}/x11/zenity \
 		gsettings-desktop-schemas>=3.3.0:${PORTSDIR}/devel/gsettings-desktop-schemas
 
+PORTSCOUT=	limitw:1,even
+
 USE_XORG=	x11 xcomposite xdamage xrender xcursor xinerama xext xrandr
 USES=		gettext gmake libtool pathfix pkgconfig tar:xz
 GNU_CONFIGURE=	yes

Modified: head/x11-wm/mutter/Makefile
==============================================================================
--- head/x11-wm/mutter/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/x11-wm/mutter/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -21,6 +21,8 @@ LIB_DEPENDS=	libstartup-notification-1.s
 RUN_DEPENDS=	zenity>=3.0.0:${PORTSDIR}/x11/zenity \
 		gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas
 
+PORTSCOUT=	limitw:1,even
+
 USES=		gettext gmake libtool pathfix pkgconfig tar:xz
 USE_GNOME=	gnomedesktop3 gnomeprefix gtk30 intlhack \
 		introspection:build

Modified: head/x11/gnome-desktop/Makefile
==============================================================================
--- head/x11/gnome-desktop/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/x11/gnome-desktop/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -14,6 +14,8 @@ COMMENT=	Additional UI API for GNOME 3
 
 USES=		tar:xz
 
+PORTSCOUT=	limitw:1,even
+
 .if !defined(REFERENCE_PORT)
 
 BUILD_DEPENDS=	iso-codes>=0:${PORTSDIR}/misc/iso-codes \

Modified: head/x11/gnome-session/Makefile
==============================================================================
--- head/x11/gnome-session/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/x11/gnome-session/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -18,6 +18,8 @@ LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDI
 RUN_DEPENDS=	${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \
 		${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo
 
+PORTSCOUT=	limitw:1,even
+
 USES=		execinfo gettext gmake pathfix pkgconfig tar:xz
 USE_GNOME=	gnomedesktop3 gnomeprefix gtk30 intlhack intlhack \
 		libxslt:build

Modified: head/x11/gnome-shell-extensions/Makefile
==============================================================================
--- head/x11/gnome-shell-extensions/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/x11/gnome-shell-extensions/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -14,6 +14,8 @@ COMMENT=	GNOME desktop shell extensions
 LIB_DEPENDS=	libgtop-2.0.so:${PORTSDIR}/devel/libgtop
 RUN_DEPENDS=	gnome-shell>=3.12.0:${PORTSDIR}/x11/gnome-shell
 
+PORTSCOUT=	limitw:1,even
+
 USES=		gettext gmake pathfix pkgconfig tar:xz
 USE_GNOME=	glib20 gnomedesktop3 intlhack
 USE_LDCONFIG=	yes

Modified: head/x11/gnome-shell/Makefile
==============================================================================
--- head/x11/gnome-shell/Makefile	Thu Jan 15 17:13:09 2015	(r377129)
+++ head/x11/gnome-shell/Makefile	Thu Jan 15 17:17:32 2015	(r377130)
@@ -32,6 +32,8 @@ RUN_DEPENDS=	py*-dbus>=0:${PORTSDIR}/dev
 		gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \
 		ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss
 
+PORTSCOUT=	limitw:1,even
+
 USES=		compiler:c11 gettext gmake libtool pathfix pkgconfig \
 		tar:xz webplugin:native
 USE_GNOME=	evolutiondataserver3 gnomedesktop3 gnomeprefix \



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