svn commit: r382601 - in head: www/gtkhtml3 x11-toolkits/vte290

Koop Mast kwm at FreeBSD.org
Sun Mar 29 14:56:48 UTC 2015


Author: kwm
Date: Sun Mar 29 14:56:46 2015
New Revision: 382601
URL: https://svnweb.freebsd.org/changeset/ports/382601
QAT: https://qat.redports.org/buildarchive/r382601/

Log:
  Add portscout macro to igore these ports in the version checker, these
  ports hold older version.

Modified:
  head/www/gtkhtml3/Makefile
  head/x11-toolkits/vte290/Makefile

Modified: head/www/gtkhtml3/Makefile
==============================================================================
--- head/www/gtkhtml3/Makefile	Sun Mar 29 14:53:18 2015	(r382600)
+++ head/www/gtkhtml3/Makefile	Sun Mar 29 14:56:46 2015	(r382601)
@@ -21,6 +21,8 @@ LIB_DEPENDS=	libsoup-2.4.so:${PORTSDIR}/
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
 		${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
 
+PORTSCOUT=	ignore:1
+
 USES=		gettext libtool pathfix pkgconfig gmake tar:bzip2
 USE_XORG=	xinerama xi xrandr xcursor xcomposite xdamage
 USE_GNOME=	gnomeprefix intlhack gconf2 gtk20

Modified: head/x11-toolkits/vte290/Makefile
==============================================================================
--- head/x11-toolkits/vte290/Makefile	Sun Mar 29 14:53:18 2015	(r382600)
+++ head/x11-toolkits/vte290/Makefile	Sun Mar 29 14:56:46 2015	(r382601)
@@ -16,6 +16,7 @@ MAINTAINER?=	gnome at FreeBSD.org
 COMMENT?=	Gtk 3 based terminal widget with accessibility and I18N support
 
 USES+=		tar:xz
+PORTSCOUT=	ignore:1
 
 .if !defined(REFERENCE_PORT)
 VTE3_SLAVE?=	no


More information about the svn-ports-head mailing list