summaryrefslogtreecommitdiff
path: root/databases/elixir-mongo/files/patch-mix.exs
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-07-08 06:22:28 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-07-08 06:22:28 +0000
commitecb8d1aa8c89d12204733c20771befb2624e359f (patch)
tree8ea8f79277c6d0c4f9febc1eca7f607d83ef6f76 /databases/elixir-mongo/files/patch-mix.exs
parentAdd elixir-bson, BSON implementation in elixir. (diff)
Add elixir-mongo, database driver for mongodb.
Notes
Notes: svn path=/head/; revision=391548
Diffstat (limited to 'databases/elixir-mongo/files/patch-mix.exs')
-rw-r--r--databases/elixir-mongo/files/patch-mix.exs10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/elixir-mongo/files/patch-mix.exs b/databases/elixir-mongo/files/patch-mix.exs
new file mode 100644
index 000000000000..086aebd2dc94
--- /dev/null
+++ b/databases/elixir-mongo/files/patch-mix.exs
@@ -0,0 +1,10 @@
+--- mix.exs.orig 2015-07-08 05:55:21 UTC
++++ mix.exs
+@@ -24,7 +24,6 @@ defmodule Mongo.Mixfile do
+ # Returns the list of dependencies for prod
+ defp deps(:prod) do
+ [
+- bson: "~> 0.4.3"
+ ]
+ end
+