svn commit: r456319 - head/devel/ruby-calendar

Steve Wills swills at FreeBSD.org
Thu Dec 14 17:55:32 UTC 2017


Author: swills
Date: Thu Dec 14 17:55:30 2017
New Revision: 456319
URL: https://svnweb.freebsd.org/changeset/ports/456319

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

Modified: head/devel/ruby-calendar/Makefile
==============================================================================
--- head/devel/ruby-calendar/Makefile	Thu Dec 14 17:52:39 2017	(r456318)
+++ head/devel/ruby-calendar/Makefile	Thu Dec 14 17:55:30 2017	(r456319)
@@ -15,6 +15,10 @@ COMMENT=	Ruby modules to handle various calendars
 
 BROKEN_RUBY22=	yes
 BROKEN_RUBY23=	yes
+BROKEN_RUBY24=	yes
+
+DEPRECATED=	Does not build with current versions of ruby
+EXPIRATION_DATA=	2018-01-14
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 


More information about the svn-ports-head mailing list