Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2013 18:23:33 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316190 - head/emulators/wine-gecko
Message-ID:  <201304211823.r3LINXxh097288@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Sun Apr 21 18:23:33 2013
New Revision: 316190
URL: http://svnweb.freebsd.org/changeset/ports/316190

Log:
  Fix PORTSCOUT limit on emulators/wine-gecko.
  
  Use 'ignore:1' instead of 'ignore' to get port scout to actually ignore
  the port.
  
  All new versions of gecko belong to the wine-gecko-devel port until such
  time a new stable version of wine is released, however there is no way to
  know the version of gecko that will be paired with that wine.
  
  Approved by:	eadler,bdrewery (mentors, implicit)
  Feature safe:	yes

Modified:
  head/emulators/wine-gecko/Makefile

Modified: head/emulators/wine-gecko/Makefile
==============================================================================
--- head/emulators/wine-gecko/Makefile	Sun Apr 21 18:19:40 2013	(r316189)
+++ head/emulators/wine-gecko/Makefile	Sun Apr 21 18:23:33 2013	(r316190)
@@ -15,7 +15,7 @@ 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
+PORTSCOUT=	ignore:1	# for newer versions see emulators/wine-gecko-devel
 
 NO_BUILD=	yes
 PLIST_SUB+=	GECKO_VERSION="${DISTVERSION}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304211823.r3LINXxh097288>