From owner-svn-ports-head@freebsd.org Sat Oct 22 10:37:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61303C1D885; Sat, 22 Oct 2016 10:37:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17DC979F; Sat, 22 Oct 2016 10:37:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MAb6tD078180; Sat, 22 Oct 2016 10:37:06 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MAb5W6078176; Sat, 22 Oct 2016 10:37:05 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610221037.u9MAb5W6078176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 22 Oct 2016 10:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424461 - in head/databases/erlang-couchbeam: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 10:37:07 -0000 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