Upgrade www/erlang-hackney to version 1.4.6.

This commit is contained in:
Jimmy Olgeni 2015-11-29 11:19:16 +00:00
parent d681812a02
commit a8999d426d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402590
4 changed files with 9 additions and 27 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= hackney
PORTVERSION= 1.4.4
PORTVERSION= 1.4.6
CATEGORIES= www
PKGNAMEPREFIX= erlang-

View file

@ -1,2 +1,2 @@
SHA256 (benoitc-hackney-1.4.4_GH0.tar.gz) = 444470f99e47f81adb4df0325664e4b6ffc44bd184528a70b077b9bc7452be94
SIZE (benoitc-hackney-1.4.4_GH0.tar.gz) = 834425
SHA256 (benoitc-hackney-1.4.6_GH0.tar.gz) = 288a8b3e09bb1f3a6d3164c14ab4ed14eba98d18db59a3a06f5cbb98f2ca5637
SIZE (benoitc-hackney-1.4.6_GH0.tar.gz) = 114674

View file

@ -1,16 +1,13 @@
--- rebar.config.orig 2015-11-04 09:48:27 UTC
--- rebar.config.orig 2015-11-29 10:50:14 UTC
+++ rebar.config
@@ -13,13 +13,6 @@
@@ -14,10 +14,6 @@
{post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}.
-{deps, [
{deps, [
- {idna, "1.0.2"},
- {mimerl, "1.0.0"},
- {certifi, "0.1.1"},
- {certifi, "0.3.0"},
- {ssl_verify_hostname, "1.0.5"}
- ]}.
-
]}.
{profiles, [{docs, [{deps,
[
{edown,

View file

@ -1,15 +0,0 @@
--- rebar.config.script.orig 2015-11-04 10:56:56 UTC
+++ rebar.config.script
@@ -1,11 +1,4 @@
-IsRebar3 = case application:get_key(rebar, vsn) of
- {ok, VSN} ->
- [VSN1 | _] = string:tokens(VSN, "-"),
- [Maj, Min, Patch] = string:tokens(VSN1, "."),
- (list_to_integer(Maj) >= 3);
- undefined ->
- lists:keymember(mix, 1, application:loaded_applications())
- end,
+IsRebar3 = true,
Rebar2Deps = [{idna, ".*",
{git, "https://github.com/benoitc/erlang-idna",