Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2017 18:21:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449093 - head/devel/elixir-simple_bayes
Message-ID:  <201709011821.v81ILAXj042956@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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