Date: Thu, 14 Dec 2017 18:02:10 +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: r456323 - head/textproc/ruby-sary Message-ID: <201712141802.vBEI2AlR002143@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712141802.vBEI2AlR002143>