From owner-svn-ports-all@FreeBSD.ORG Sat Sep 27 06:17:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F33BA5C; Sat, 27 Sep 2014 06:17:30 +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 4AF551C0; Sat, 27 Sep 2014 06:17:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8R6HUgZ050133; Sat, 27 Sep 2014 06:17:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8R6HUb7050132; Sat, 27 Sep 2014 06:17:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409270617.s8R6HUb7050132@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 27 Sep 2014 06:17:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369369 - head/devel/rubygem-sidekiq 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: Sat, 27 Sep 2014 06:17:30 -0000 Author: swills Date: Sat Sep 27 06:17:29 2014 New Revision: 369369 URL: http://svnweb.freebsd.org/changeset/ports/369369 QAT: https://qat.redports.org/buildarchive/r369369/ Log: devel/rubygem-sidekiq: mark broken with Ruby 1.9 Modified: head/devel/rubygem-sidekiq/Makefile Modified: head/devel/rubygem-sidekiq/Makefile ============================================================================== --- head/devel/rubygem-sidekiq/Makefile Sat Sep 27 06:00:09 2014 (r369368) +++ head/devel/rubygem-sidekiq/Makefile Sat Sep 27 06:17:29 2014 (r369369) @@ -21,4 +21,11 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/sidekiqctl bin/sidekiq -.include +.include + +.if (${RUBY_VER} == "1.9") +BROKEN= Infinite loop during install +.endif + +.include +