svn commit: r396344 - head/databases/elixir-ecto_migrate

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 7 19:47:01 UTC 2015


Author: amdmi3
Date: Mon Sep  7 19:47:00 2015
New Revision: 396344
URL: https://svnweb.freebsd.org/changeset/ports/396344

Log:
  - Mark BROKEN: does not build:
  
  == Compilation error on file lib/ecto/migration/system_table.ex ==
  ** (CompileError) lib/ecto/migration/system_table.ex:8: function add/1 undefined
      (stdlib) lists.erl:1337: :lists.foreach/2
      (stdlib) erl_eval.erl:669: :erl_eval.do_apply/6
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/databases/elixir-ecto_migrate/Makefile

Modified: head/databases/elixir-ecto_migrate/Makefile
==============================================================================
--- head/databases/elixir-ecto_migrate/Makefile	Mon Sep  7 19:34:40 2015	(r396343)
+++ head/databases/elixir-ecto_migrate/Makefile	Mon Sep  7 19:47:00 2015	(r396344)
@@ -11,6 +11,8 @@ COMMENT=	Automatic migrations for Ecto
 
 LICENSE=	APACHE20
 
+BROKEN=		does not build
+
 USES=		elixir
 USE_GITHUB=	yes
 GH_ACCOUNT=	xerions


More information about the svn-ports-all mailing list