Date: Thu, 14 Dec 2017 19:39:17 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456340 - head/devel/ruby-rbbr Message-ID: <201712141939.vBEJdHZw042082@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Dec 14 19:39:16 2017 New Revision: 456340 URL: https://svnweb.freebsd.org/changeset/ports/456340 Log: devel/ruby-rbbr: mark broken with ruby 2.4 While here, mark deprecated because it does not build with any current version of ruby. Modified: head/devel/ruby-rbbr/Makefile Modified: head/devel/ruby-rbbr/Makefile ============================================================================== --- head/devel/ruby-rbbr/Makefile Thu Dec 14 19:35:40 2017 (r456339) +++ head/devel/ruby-rbbr/Makefile Thu Dec 14 19:39:16 2017 (r456340) @@ -18,6 +18,10 @@ RUN_DEPENDS= rubygem-gettext>=0:devel/rubygem-gettext BROKEN_RUBY22= yes BROKEN_RUBY23= yes +BROKEN_RUBY24= yes + +DEPRECATED= Does not build with current versions of ruby +EXPIRATION_DATE= 2018-01-14 OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712141939.vBEJdHZw042082>