Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 09:38:26 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396458 - in head/databases/elixir-ecto_migrate: . files
Message-ID:  <201509090938.t899cQ1T004387@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Wed Sep  9 09:38:25 2015
New Revision: 396458
URL: https://svnweb.freebsd.org/changeset/ports/396458

Log:
  Unbreak (patch submitted to upstream).

Added:
  head/databases/elixir-ecto_migrate/files/
  head/databases/elixir-ecto_migrate/files/patch-lib_ecto_migration_system__table.ex   (contents, props changed)
Modified:
  head/databases/elixir-ecto_migrate/Makefile

Modified: head/databases/elixir-ecto_migrate/Makefile
==============================================================================
--- head/databases/elixir-ecto_migrate/Makefile	Wed Sep  9 08:38:06 2015	(r396457)
+++ head/databases/elixir-ecto_migrate/Makefile	Wed Sep  9 09:38:25 2015	(r396458)
@@ -11,8 +11,6 @@ COMMENT=	Automatic migrations for Ecto
 
 LICENSE=	APACHE20
 
-BROKEN=		does not build
-
 USES=		elixir
 USE_GITHUB=	yes
 GH_ACCOUNT=	xerions

Added: head/databases/elixir-ecto_migrate/files/patch-lib_ecto_migration_system__table.ex
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/elixir-ecto_migrate/files/patch-lib_ecto_migration_system__table.ex	Wed Sep  9 09:38:25 2015	(r396458)
@@ -0,0 +1,11 @@
+--- lib/ecto/migration/system_table.ex.orig	2015-09-09 09:37:03 UTC
++++ lib/ecto/migration/system_table.ex
+@@ -5,7 +5,7 @@ defmodule Ecto.Migration.SystemTable.Ind
+       add :tablename, :string
+       add :index, :string
+       add :name, :string
+-      add :concurrently
++      add :concurrently, :boolean
+       add :unique, :boolean
+       add :using, :string
+     end



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