Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jan 2017 22:35:26 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430606 - in head/databases/erlang-couchbeam: . files
Message-ID:  <201701042235.v04MZQca032025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Wed Jan  4 22:35:26 2017
New Revision: 430606
URL: https://svnweb.freebsd.org/changeset/ports/430606

Log:
  Update databases/erlang-couchbeam to version 1.4.2.

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	Wed Jan  4 22:34:57 2017	(r430605)
+++ head/databases/erlang-couchbeam/Makefile	Wed Jan  4 22:35:26 2017	(r430606)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	couchbeam
-PORTVERSION=	1.4.1
+PORTVERSION=	1.4.2
 CATEGORIES=	databases
 PKGNAMEPREFIX=	erlang-
 

Modified: head/databases/erlang-couchbeam/distinfo
==============================================================================
--- head/databases/erlang-couchbeam/distinfo	Wed Jan  4 22:34:57 2017	(r430605)
+++ head/databases/erlang-couchbeam/distinfo	Wed Jan  4 22:35:26 2017	(r430606)
@@ -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

Modified: head/databases/erlang-couchbeam/files/patch-rebar.config
==============================================================================
--- head/databases/erlang-couchbeam/files/patch-rebar.config	Wed Jan  4 22:34:57 2017	(r430605)
+++ head/databases/erlang-couchbeam/files/patch-rebar.config	Wed Jan  4 22:35:26 2017	(r430606)
@@ -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"}
  ]}.
  
  

Modified: head/databases/erlang-couchbeam/files/patch-rebar.config.script
==============================================================================
--- head/databases/erlang-couchbeam/files/patch-rebar.config.script	Wed Jan  4 22:34:57 2017	(r430605)
+++ head/databases/erlang-couchbeam/files/patch-rebar.config.script	Wed Jan  4 22:35:26 2017	(r430606)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701042235.v04MZQca032025>