From owner-svn-ports-head@freebsd.org Sat Feb 27 21:28:44 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 675B9AB6CB1; Sat, 27 Feb 2016 21:28:44 +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 209CA1ECB; Sat, 27 Feb 2016 21:28:44 +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 u1RLShxZ045365; Sat, 27 Feb 2016 21:28:43 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1RLSgHj045361; Sat, 27 Feb 2016 21:28:42 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602272128.u1RLSgHj045361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 27 Feb 2016 21:28:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409691 - in head/www/erlang-hackney: . 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.20 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, 27 Feb 2016 21:28:44 -0000 Author: olgeni Date: Sat Feb 27 21:28:42 2016 New Revision: 409691 URL: https://svnweb.freebsd.org/changeset/ports/409691 Log: Update www/erlang-hackney to version 1.4.10. Modified: head/www/erlang-hackney/Makefile head/www/erlang-hackney/distinfo head/www/erlang-hackney/files/patch-rebar.config Modified: head/www/erlang-hackney/Makefile ============================================================================== --- head/www/erlang-hackney/Makefile Sat Feb 27 21:20:36 2016 (r409690) +++ head/www/erlang-hackney/Makefile Sat Feb 27 21:28:42 2016 (r409691) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hackney -PORTVERSION= 1.4.9 +PORTVERSION= 1.4.10 CATEGORIES= www PKGNAMEPREFIX= erlang- Modified: head/www/erlang-hackney/distinfo ============================================================================== --- head/www/erlang-hackney/distinfo Sat Feb 27 21:20:36 2016 (r409690) +++ head/www/erlang-hackney/distinfo Sat Feb 27 21:28:42 2016 (r409691) @@ -1,2 +1,2 @@ -SHA256 (benoitc-hackney-1.4.9_GH0.tar.gz) = cbcbf13c739ea68ded7d75019b51773c692b856cc79e013c6ca7220c37d6ec08 -SIZE (benoitc-hackney-1.4.9_GH0.tar.gz) = 114892 +SHA256 (benoitc-hackney-1.4.10_GH0.tar.gz) = 4780cf4c6c537cb2b4ffbb9d55980f26e8404547356bff0798032ac0eb576092 +SIZE (benoitc-hackney-1.4.10_GH0.tar.gz) = 114936 Modified: head/www/erlang-hackney/files/patch-rebar.config ============================================================================== --- head/www/erlang-hackney/files/patch-rebar.config Sat Feb 27 21:20:36 2016 (r409690) +++ head/www/erlang-hackney/files/patch-rebar.config Sat Feb 27 21:28:42 2016 (r409691) @@ -1,10 +1,10 @@ ---- rebar.config.orig 2016-01-02 14:01:33 UTC +--- rebar.config.orig 2016-02-27 21:04:04 UTC +++ rebar.config @@ -14,10 +14,6 @@ {post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}. {deps, [ -- {idna, "1.0.3"}, +- {idna, "1.1.0"}, - {mimerl, "1.0.2"}, - {certifi, "0.3.0"}, - {ssl_verify_hostname, "1.0.5"}