Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 19:33:41 +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: r456338 - head/www/samidare
Message-ID:  <201712141933.vBEJXf7L041713@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Dec 14 19:33:41 2017
New Revision: 456338
URL: https://svnweb.freebsd.org/changeset/ports/456338

Log:
  www/samidare: mark broken with ruby 2.4
  
  While here, mark deprecated because it does not build with any current version
  of ruby.

Modified:
  head/www/samidare/Makefile

Modified: head/www/samidare/Makefile
==============================================================================
--- head/www/samidare/Makefile	Thu Dec 14 19:33:08 2017	(r456337)
+++ head/www/samidare/Makefile	Thu Dec 14 19:33:41 2017	(r456338)
@@ -31,6 +31,10 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 BROKEN_RUBY22=	yes
 BROKEN_RUBY23=	yes
+BROKEN_RUBY24=	yes
+
+DEPRECATED=	Does not build with current versions of ruby
+EXPIRATION_DATE=	2018-01-14
 
 post-build:
 	@${REINPLACE_CMD} -e '1d' ${BUILD_WRKSRC}/${PORTNAME}



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