svn commit: r449093 - head/devel/elixir-simple_bayes

Antoine Brodin antoine at FreeBSD.org
Fri Sep 1 18:21:11 UTC 2017


Author: antoine
Date: Fri Sep  1 18:21:10 2017
New Revision: 449093
URL: https://svnweb.freebsd.org/changeset/ports/449093

Log:
  Mark BROKEN: fails to build
  
  ** (Mix) You're trying to run :simple_bayes on Elixir v1.4.5 but it has declared in its mix.exs file it supports only Elixir ~> 1.5
  
  Reported by:	pkg-fallout

Modified:
  head/devel/elixir-simple_bayes/Makefile

Modified: head/devel/elixir-simple_bayes/Makefile
==============================================================================
--- head/devel/elixir-simple_bayes/Makefile	Fri Sep  1 18:10:09 2017	(r449092)
+++ head/devel/elixir-simple_bayes/Makefile	Fri Sep  1 18:21:10 2017	(r449093)
@@ -11,6 +11,8 @@ COMMENT=	Naive Bayes machine learning implementation i
 
 LICENSE=	MIT
 
+BROKEN=		fails to build
+
 USES=		elixir
 USE_GITHUB=	yes
 GH_ACCOUNT=	fredwu


More information about the svn-ports-all mailing list