svn commit: r456324 - head/www/ruby-aws
Steve Wills
swills at FreeBSD.org
Thu Dec 14 18:04:21 UTC 2017
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]*
More information about the svn-ports-all
mailing list