Update databases/erlang-couchbeam to version 1.4.2.

This commit is contained in:
Jimmy Olgeni 2017-01-04 22:35:26 +00:00
parent cf7a2832a3
commit ae91c3aede
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430606
4 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= couchbeam
PORTVERSION= 1.4.1
PORTVERSION= 1.4.2
CATEGORIES= databases
PKGNAMEPREFIX= erlang-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1477467734
SHA256 (benoitc-couchbeam-1.4.1_GH0.tar.gz) = 6f6ae1decde5aa688b9bc1527a969323460195faff45e66a79c53e9de7749b62
SIZE (benoitc-couchbeam-1.4.1_GH0.tar.gz) = 1110530
TIMESTAMP = 1483568148
SHA256 (benoitc-couchbeam-1.4.2_GH0.tar.gz) = 8656ef3cd666b1186bdeb2cd3b6ce8c0cbb93988a89fb001de706bec09cb1cdf
SIZE (benoitc-couchbeam-1.4.2_GH0.tar.gz) = 1110228

View File

@ -1,11 +1,11 @@
--- rebar.config.orig 2016-10-22 10:34:25 UTC
--- rebar.config.orig 2016-12-22 20:31:28 UTC
+++ rebar.config
@@ -3,8 +3,6 @@
{erl_opts, [debug_info]}.
{deps, [
- {jsx, "2.8.0"},
- {hackney, "1.6.2"}
- {hackney, "1.6.4"}
]}.

View File

@ -1,4 +1,4 @@
--- rebar.config.script.orig 2016-07-11 13:29:03 UTC
--- rebar.config.script.orig 2016-12-22 20:31:28 UTC
+++ rebar.config.script
@@ -1,11 +1,6 @@
IsRebar3 = erlang:function_exported(rebar3, main, 1),
@ -8,7 +8,7 @@
- {tag,"2.8.0"}}},
-
- {hackney, ".*", {git, "https://github.com/benoitc/hackney.git",
- {tag, "1.6.2"}}}
- {tag, "1.6.4"}}}
],
case IsRebar3 of