Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 18:00:21 +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: r456322 - head/textproc/ruby-deplate
Message-ID:  <201712141800.vBEI0Lqd098747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712141800.vBEI0Lqd098747>