svn commit: r456338 - head/www/samidare

Steve Wills swills at FreeBSD.org
Thu Dec 14 19:33:43 UTC 2017


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}


More information about the svn-ports-all mailing list