svn commit: r476401 - head/textproc/elixir-ex_doc

Antoine Brodin antoine at FreeBSD.org
Sun Aug 5 09:25:15 UTC 2018


Author: antoine
Date: Sun Aug  5 09:25:14 2018
New Revision: 476401
URL: https://svnweb.freebsd.org/changeset/ports/476401

Log:
  Mark BROKEN: fails to build
  
  ** (Mix) You're trying to run :ex_doc on Elixir v1.7.0 but it has declared in its mix.exs file it supports only Elixir ~> 1.3.0 or ~> 1.4.0 or ~> 1.5.0 or ~> 1.6.0
  
  Reported by:	pkg-fallout

Modified:
  head/textproc/elixir-ex_doc/Makefile

Modified: head/textproc/elixir-ex_doc/Makefile
==============================================================================
--- head/textproc/elixir-ex_doc/Makefile	Sun Aug  5 09:23:59 2018	(r476400)
+++ head/textproc/elixir-ex_doc/Makefile	Sun Aug  5 09:25:14 2018	(r476401)
@@ -12,6 +12,8 @@ COMMENT=	Tool to generate documentation for Elixir pro
 LICENSE=	APACHE20 MIT
 LICENSE_COMB=	multi
 
+BROKEN=		fails to build
+
 USES=		elixir
 USE_GITHUB=	yes
 GH_ACCOUNT=	elixir-lang


More information about the svn-ports-all mailing list