Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 17:55:31 +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: r456319 - head/devel/ruby-calendar
Message-ID:  <201712141755.vBEHtVbE098246@repo.freebsd.org>

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



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