From owner-svn-ports-all@FreeBSD.ORG Tue Oct 7 09:50:28 2014 Return-Path: Delivered-To: svn-ports-all@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 571AFCC7; Tue, 7 Oct 2014 09:50:28 +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 436CA35A; Tue, 7 Oct 2014 09:50:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s979oS4K076998; Tue, 7 Oct 2014 09:50:28 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s979oSgM076997; Tue, 7 Oct 2014 09:50:28 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201410070950.s979oSgM076997@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 7 Oct 2014 09:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370282 - head/devel/rubygem-gyoku X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 09:50:28 -0000 Author: robak Date: Tue Oct 7 09:50:27 2014 New Revision: 370282 URL: https://svnweb.freebsd.org/changeset/ports/370282 QAT: https://qat.redports.org/buildarchive/r370282/ Log: devel/rubygem-gyoku: keep portscout from looking for newer versions PR: 189825 Submitted by: Joseph Benden Approved by: mentors (implicit) Modified: head/devel/rubygem-gyoku/Makefile Modified: head/devel/rubygem-gyoku/Makefile ============================================================================== --- head/devel/rubygem-gyoku/Makefile Tue Oct 7 09:47:55 2014 (r370281) +++ head/devel/rubygem-gyoku/Makefile Tue Oct 7 09:50:27 2014 (r370282) @@ -17,4 +17,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PORTSCOUT= limit:^0\.4\. + .include