From owner-svn-ports-head@FreeBSD.ORG Mon Feb 11 03:55:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 713F14E6; Mon, 11 Feb 2013 03:55:52 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6107538F; Mon, 11 Feb 2013 03:55:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1B3tpHi034645; Mon, 11 Feb 2013 03:55:51 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1B3tpiN034644; Mon, 11 Feb 2013 03:55:51 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201302110355.r1B3tpiN034644@svn.freebsd.org> From: David Naylor Date: Mon, 11 Feb 2013 03:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312041 - head/emulators/wine-gecko 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.14 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: Mon, 11 Feb 2013 03:55:52 -0000 Author: dbn Date: Mon Feb 11 03:55:51 2013 New Revision: 312041 URL: http://svnweb.freebsd.org/changeset/ports/312041 Log: Stop portscout from checking emulators/wine-gecko. wine-gecko is the "stable" port while wine-gecko-devel is the "unstable" port that absorbs the updates to the distfiles. Approved by: bdrewery (mentor) Modified: head/emulators/wine-gecko/Makefile Modified: head/emulators/wine-gecko/Makefile ============================================================================== --- head/emulators/wine-gecko/Makefile Mon Feb 11 03:18:50 2013 (r312040) +++ head/emulators/wine-gecko/Makefile Mon Feb 11 03:55:51 2013 (r312041) @@ -15,6 +15,8 @@ COMMENT= Gecko Layout Engine for Wine (H LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3 LICENSE_COMB= multi +PORTSCOUT= ignore # for newer versions see emulators/wine-gecko-devel + NO_BUILD= yes PLIST_SUB+= GECKO_VERSION="${DISTVERSION}" DATADIR= ${PREFIX}/share/wine