From owner-svn-ports-head@FreeBSD.ORG Sun Mar 29 14:56:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9DAC63B; Sun, 29 Mar 2015 14:56:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5285D1F; Sun, 29 Mar 2015 14:56:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2TEultx059403; Sun, 29 Mar 2015 14:56:47 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2TEuloA059401; Sun, 29 Mar 2015 14:56:47 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201503291456.t2TEuloA059401@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 29 Mar 2015 14:56:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382601 - in head: www/gtkhtml3 x11-toolkits/vte290 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2015 14:56:48 -0000 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@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