svn commit: r456340 - head/devel/ruby-rbbr

Steve Wills swills at FreeBSD.org
Thu Dec 14 19:39:18 UTC 2017


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
 


More information about the svn-ports-head mailing list