Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2019 09:56:40 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502209 - head/lang/rubinius
Message-ID:  <201905210956.x4L9uelg080800@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue May 21 09:56:40 2019
New Revision: 502209
URL: https://svnweb.freebsd.org/changeset/ports/502209

Log:
  Mark BROKEN
  
  /usr/local/lib/ruby/site_ruby/2.5/rubygems.rb:283:in `find_spec_for_exe': Could not find 'bundler' (1.13.6) required by your /wrkdirs/usr/ports/lang/rubinius/work/rubinius-3.86/Gemfile.lock. (Gem::GemNotFoundException)
  
  Reported by:	pkg-fallout

Modified:
  head/lang/rubinius/Makefile

Modified: head/lang/rubinius/Makefile
==============================================================================
--- head/lang/rubinius/Makefile	Tue May 21 09:55:48 2019	(r502208)
+++ head/lang/rubinius/Makefile	Tue May 21 09:56:40 2019	(r502209)
@@ -15,6 +15,7 @@ COMMENT=	LLVM based ruby language implementation
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		Could not find 'bundler' (1.13.6)
 ONLY_FOR_ARCHS=	amd64
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/bundle:sysutils/rubygem-bundler \



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