svn commit: r456322 - head/textproc/ruby-deplate

Steve Wills swills at FreeBSD.org
Thu Dec 14 18:00:22 UTC 2017


Author: swills
Date: Thu Dec 14 18:00:21 2017
New Revision: 456322
URL: https://svnweb.freebsd.org/changeset/ports/456322

Log:
  textproc/ruby-deplate: 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-deplate/Makefile

Modified: head/textproc/ruby-deplate/Makefile
==============================================================================
--- head/textproc/ruby-deplate/Makefile	Thu Dec 14 17:58:50 2017	(r456321)
+++ head/textproc/ruby-deplate/Makefile	Thu Dec 14 18:00:21 2017	(r456322)
@@ -16,6 +16,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
 BROKEN_RUBY22=	yes
 BROKEN_RUBY23=	yes
+BROKEN_RUBY24=	yes
+
+DEPRECATED=	Does not build with current versions of ruby
+EXPIRATION_DATE=	2018-01-14
 
 NO_ARCH=	yes
 USES=		zip


More information about the svn-ports-head mailing list