Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 18:04:20 +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: r456324 - head/www/ruby-aws
Message-ID:  <201712141804.vBEI4KpA003223@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Dec 14 18:04:20 2017
New Revision: 456324
URL: https://svnweb.freebsd.org/changeset/ports/456324

Log:
  www/ruby-aws: 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/www/ruby-aws/Makefile

Modified: head/www/ruby-aws/Makefile
==============================================================================
--- head/www/ruby-aws/Makefile	Thu Dec 14 18:02:10 2017	(r456323)
+++ head/www/ruby-aws/Makefile	Thu Dec 14 18:04:20 2017	(r456324)
@@ -17,6 +17,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_RUBY22=	yes
 BROKEN_RUBY23=	yes
+BROKEN_RUBY24=	yes
+
+DEPRECATED=	Does not build with current versions of ruby
+EXPIRATION_DATE=	2018-01-14
 
 CONFLICTS=	ruby-amazon-[0-9]*
 



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