Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 17:58:33 +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: r456320 - head/devel/ruby-date2
Message-ID:  <201712141758.vBEHwXOu098434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Dec 14 17:58:33 2017
New Revision: 456320
URL: https://svnweb.freebsd.org/changeset/ports/456320

Log:
  devel/ruby-date2: 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-date2/Makefile

Modified: head/devel/ruby-date2/Makefile
==============================================================================
--- head/devel/ruby-date2/Makefile	Thu Dec 14 17:55:30 2017	(r456319)
+++ head/devel/ruby-date2/Makefile	Thu Dec 14 17:58:33 2017	(r456320)
@@ -13,6 +13,10 @@ COMMENT=	Alternative date class for Ruby
 
 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 EXAMPLES
 



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