svn commit: r456320 - head/devel/ruby-date2

Steve Wills swills at FreeBSD.org
Thu Dec 14 17:58:34 UTC 2017


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
 


More information about the svn-ports-head mailing list