aboutsummaryrefslogtreecommitdiff
path: root/databases/erlang-couchbeam/files
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2016-07-11 14:06:44 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2016-07-11 14:06:44 +0000
commitd13509d00572e282306856098c3e5f3379bf89e7 (patch)
tree415063e4822df5c005982e6d6e9ce55a4f93b781 /databases/erlang-couchbeam/files
parentf2b8288ef29c39d9cb829fc56c9de6d93a6ad601 (diff)
downloadports-d13509d00572e282306856098c3e5f3379bf89e7.tar.gz
ports-d13509d00572e282306856098c3e5f3379bf89e7.zip
Add databases/erlang-couchbeam, Barrel and Apache CouchDB client
library for Erlang.
Notes
Notes: svn path=/head/; revision=418385
Diffstat (limited to 'databases/erlang-couchbeam/files')
-rw-r--r--databases/erlang-couchbeam/files/patch-rebar.config11
-rw-r--r--databases/erlang-couchbeam/files/patch-rebar.config.script14
2 files changed, 25 insertions, 0 deletions
diff --git a/databases/erlang-couchbeam/files/patch-rebar.config b/databases/erlang-couchbeam/files/patch-rebar.config
new file mode 100644
index 000000000000..1ca7316bfe8c
--- /dev/null
+++ b/databases/erlang-couchbeam/files/patch-rebar.config
@@ -0,0 +1,11 @@
+--- rebar.config.orig 2016-07-01 12:20:31 UTC
++++ rebar.config
+@@ -3,8 +3,6 @@
+ {erl_opts, [debug_info]}.
+
+ {deps, [
+- {jsx, "2.8.0"},
+- {hackney, "1.6.0"}
+ ]}.
+
+
diff --git a/databases/erlang-couchbeam/files/patch-rebar.config.script b/databases/erlang-couchbeam/files/patch-rebar.config.script
new file mode 100644
index 000000000000..d31ed44f81e1
--- /dev/null
+++ b/databases/erlang-couchbeam/files/patch-rebar.config.script
@@ -0,0 +1,14 @@
+--- rebar.config.script.orig 2016-07-11 13:29:03 UTC
++++ rebar.config.script
+@@ -1,11 +1,6 @@
+ IsRebar3 = erlang:function_exported(rebar3, main, 1),
+
+ Rebar2Deps = [
+- {jsx, ".*", {git, "https://github.com/talentdeficit/jsx.git",
+- {tag,"2.8.0"}}},
+-
+- {hackney, ".*", {git, "https://github.com/benoitc/hackney.git",
+- {tag, "1.4.4"}}}
+ ],
+
+ case IsRebar3 of