From owner-svn-ports-all@FreeBSD.ORG Sun Apr 5 03:33:41 2015 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 04B4770C; Sun, 5 Apr 2015 03:33:41 +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 E4301EE1; Sun, 5 Apr 2015 03:33:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t353Xemk053638; Sun, 5 Apr 2015 03:33:40 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t353Xewm053637; Sun, 5 Apr 2015 03:33:40 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201504050333.t353Xewm053637@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 5 Apr 2015 03:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383254 - head/audio/rubygem-shout 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: Sun, 05 Apr 2015 03:33:41 -0000 Author: swills Date: Sun Apr 5 03:33:39 2015 New Revision: 383254 URL: https://svnweb.freebsd.org/changeset/ports/383254 Log: audio/rubygem-shout: mark broken with ruby 2.2 Modified: head/audio/rubygem-shout/Makefile Modified: head/audio/rubygem-shout/Makefile ============================================================================== --- head/audio/rubygem-shout/Makefile Sun Apr 5 03:25:03 2015 (r383253) +++ head/audio/rubygem-shout/Makefile Sun Apr 5 03:33:39 2015 (r383254) @@ -19,4 +19,10 @@ GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include" -.include +.include + +.if ${RUBY_VER} >= 2.2 +BROKEN= Does not build +.endif + +.include