svn commit: r487354 - head/devel/rubygem-fastthread

Antoine Brodin antoine at FreeBSD.org
Thu Dec 13 07:12:10 UTC 2018


Author: antoine
Date: Thu Dec 13 07:12:09 2018
New Revision: 487354
URL: https://svnweb.freebsd.org/changeset/ports/487354

Log:
  Mark BROKEN with ruby 2.5
  
  PR:		233901

Modified:
  head/devel/rubygem-fastthread/Makefile

Modified: head/devel/rubygem-fastthread/Makefile
==============================================================================
--- head/devel/rubygem-fastthread/Makefile	Thu Dec 13 07:11:01 2018	(r487353)
+++ head/devel/rubygem-fastthread/Makefile	Thu Dec 13 07:12:09 2018	(r487354)
@@ -12,6 +12,7 @@ COMMENT=	Optimized replacement for thread.rb primitive
 LICENSE=	LGPL21
 
 BROKEN_RUBY24=	yes
+BROKEN_RUBY25=	yes
 
 USE_RUBY=	yes
 USES=		gem


More information about the svn-ports-all mailing list