From 98c39733ca6f5947ae5fac22b8844624c3ab7ab7 Mon Sep 17 00:00:00 2001 From: kwm Date: Sat, 8 Aug 2015 13:56:32 +0000 Subject: * Add PORTSCOUT macros to only show stable gnome versions. * Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk so that all -reference ports get ignored. * Add some PORTSCOUT=ignore:1 here and there for software that won't get any updates anymore. Or are slave ports, so only the master port will get checked. --- lang/vala/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/vala') diff --git a/lang/vala/Makefile b/lang/vala/Makefile index 047d804dbf36..7101a9d17f85 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -11,6 +11,8 @@ COMMENT= Programming language and compiler that converts Vala code into C code LICENSE= LGPL21 +PORTSCOUT= limitw:1,even + USES= bison gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 gnomeprefix libxslt GNU_CONFIGURE= yes -- cgit