svn commit: r456323 - head/textproc/ruby-sary

Steve Wills swills at FreeBSD.org
Thu Dec 14 18:02:12 UTC 2017


Author: swills
Date: Thu Dec 14 18:02:10 2017
New Revision: 456323
URL: https://svnweb.freebsd.org/changeset/ports/456323

Log:
  textproc/ruby-sary: mark broken with ruby 2.4
  
  While here, mark deprecated because it does not build with any current version
  of ruby.

Modified:
  head/textproc/ruby-sary/Makefile

Modified: head/textproc/ruby-sary/Makefile
==============================================================================
--- head/textproc/ruby-sary/Makefile	Thu Dec 14 18:00:21 2017	(r456322)
+++ head/textproc/ruby-sary/Makefile	Thu Dec 14 18:02:10 2017	(r456323)
@@ -20,6 +20,10 @@ LIB_DEPENDS=	libsary.so:textproc/sary
 
 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