svn commit: r424461 - in head/databases/erlang-couchbeam: . files
Jimmy Olgeni
olgeni at FreeBSD.org
Sat Oct 22 10:37:07 UTC 2016
Author: olgeni
Date: Sat Oct 22 10:37:05 2016
New Revision: 424461
URL: https://svnweb.freebsd.org/changeset/ports/424461
Log:
Update databases/erlang-couchbeam to version 1.4.0.
Modified:
head/databases/erlang-couchbeam/Makefile
head/databases/erlang-couchbeam/distinfo
head/databases/erlang-couchbeam/files/patch-rebar.config
head/databases/erlang-couchbeam/files/patch-rebar.config.script
Modified: head/databases/erlang-couchbeam/Makefile
==============================================================================
--- head/databases/erlang-couchbeam/Makefile Sat Oct 22 10:26:33 2016 (r424460)
+++ head/databases/erlang-couchbeam/Makefile Sat Oct 22 10:37:05 2016 (r424461)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= couchbeam
-PORTVERSION= 1.3.1
+PORTVERSION= 1.4.0
CATEGORIES= databases
PKGNAMEPREFIX= erlang-
Modified: head/databases/erlang-couchbeam/distinfo
==============================================================================
--- head/databases/erlang-couchbeam/distinfo Sat Oct 22 10:26:33 2016 (r424460)
+++ head/databases/erlang-couchbeam/distinfo Sat Oct 22 10:37:05 2016 (r424461)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468242792
-SHA256 (benoitc-couchbeam-1.3.1_GH0.tar.gz) = 33f694d3c28025a5e7f2367b802405fbfb620e83dd24db59c993f873cf6e2c34
-SIZE (benoitc-couchbeam-1.3.1_GH0.tar.gz) = 1110729
+TIMESTAMP = 1477132023
+SHA256 (benoitc-couchbeam-1.4.0_GH0.tar.gz) = bedaac1ab832cd6f2bd757cc250ede43732c979e332500362dd3e5c140f37d8a
+SIZE (benoitc-couchbeam-1.4.0_GH0.tar.gz) = 1110511
Modified: head/databases/erlang-couchbeam/files/patch-rebar.config
==============================================================================
--- head/databases/erlang-couchbeam/files/patch-rebar.config Sat Oct 22 10:26:33 2016 (r424460)
+++ head/databases/erlang-couchbeam/files/patch-rebar.config Sat Oct 22 10:37:05 2016 (r424461)
@@ -1,11 +1,11 @@
---- rebar.config.orig 2016-07-01 12:20:31 UTC
+--- rebar.config.orig 2016-10-22 10:34:25 UTC
+++ rebar.config
@@ -3,8 +3,6 @@
{erl_opts, [debug_info]}.
{deps, [
- {jsx, "2.8.0"},
-- {hackney, "1.6.0"}
+- {hackney, "1.6.2"}
]}.
Modified: head/databases/erlang-couchbeam/files/patch-rebar.config.script
==============================================================================
--- head/databases/erlang-couchbeam/files/patch-rebar.config.script Sat Oct 22 10:26:33 2016 (r424460)
+++ head/databases/erlang-couchbeam/files/patch-rebar.config.script Sat Oct 22 10:37:05 2016 (r424461)
@@ -8,7 +8,7 @@
- {tag,"2.8.0"}}},
-
- {hackney, ".*", {git, "https://github.com/benoitc/hackney.git",
-- {tag, "1.4.4"}}}
+- {tag, "1.6.2"}}}
],
case IsRebar3 of
More information about the svn-ports-head
mailing list