diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-01-15 17:17:32 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-01-15 17:17:32 +0000 |
commit | 143337722b34b8d68003339f7a4ca58a6c921fad (patch) | |
tree | 6e007753da8b091875b5ab908112433ebaca71fe /x11-toolkits | |
parent | Update gnome-power-manager to 3.14.1. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=377130
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkmm20/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkmm24/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkmm30/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview2/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview3/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/vte/Makefile | 2 |
8 files changed, 15 insertions, 1 deletions
diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile index e8dc0d67f1a7..531596775967 100644 --- a/x11-toolkits/gtkmm20/Makefile +++ b/x11-toolkits/gtkmm20/Makefile @@ -15,6 +15,8 @@ COMMENT= C++ wrapper for Gtk+, Pango, Atk, and Glib USES+= tar:bzip2 +PORTSCOUT= ignore:1 + .if !defined(REFERENCE_PORT) LIB_DEPENDS= libsigc-1.2.so:${PORTSDIR}/devel/libsigc++12 diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile index 43b85bdbad85..1d8e1cb438f2 100644 --- a/x11-toolkits/gtkmm24/Makefile +++ b/x11-toolkits/gtkmm24/Makefile @@ -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 diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index da799459a29a..55b05de5a3cc 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -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 diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile index 81513b2c8dff..33c5b41c916a 100644 --- a/x11-toolkits/gtksourceview/Makefile +++ b/x11-toolkits/gtksourceview/Makefile @@ -14,6 +14,8 @@ COMMENT= Widget that adds syntax highlighting to GtkTextView USES+= tar:bzip2 +PORTSCOUT= ignore:1 + .if !defined(REFERENCE_PORT) USES+= gettext gmake libtool:keepla pathfix pkgconfig diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile index 515194c5e108..be4a8cc9b9b0 100644 --- a/x11-toolkits/gtksourceview2/Makefile +++ b/x11-toolkits/gtksourceview2/Makefile @@ -16,6 +16,8 @@ COMMENT= Widget that adds syntax highlighting to GtkTextView USES= tar:bzip2 +PORTSCOUT= ignore:1 + .if !defined(REFERENCE_PORT) USES+= gettext gmake libtool:keepla pathfix pkgconfig diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index 68fbc07724ac..d23f49d304c1 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -13,6 +13,8 @@ COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget USES= tar:xz +PORTSCOUT= limitw:1,even + .if !defined(REFERENCE_PORT) BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index ee27aa922b8e..d2ed3a6bb8a6 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -14,7 +14,7 @@ COMMENT= Library used for writing pagers and taskslists USES= tar:xz -PORTSCOUT= ignore +PORTSCOUT= ignore:1 .if !defined(REFERENCE_PORT) diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 1405f168840a..dfac6104217d 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -14,6 +14,8 @@ COMMENT?= Gtk 2 based terminal widget with accessibility and I18N support USES+= tar:xz +PORTSCOUT= ignore:1 + .if !defined(REFERENCE_PORT) RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper |