aboutsummaryrefslogtreecommitdiff
path: root/www/erlang-hackney
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2016-01-02 18:56:43 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2016-01-02 18:56:43 +0000
commit1cf0343e8af4e82626727ac14d76075c21762b75 (patch)
tree7080e72d15f32f25780ce6ec84537659a44950e1 /www/erlang-hackney
parent131bf12263635594debf0c53a2630058fe30c92a (diff)
downloadports-1cf0343e8af4e82626727ac14d76075c21762b75.tar.gz
ports-1cf0343e8af4e82626727ac14d76075c21762b75.zip
Notes
Diffstat (limited to 'www/erlang-hackney')
-rw-r--r--www/erlang-hackney/Makefile2
-rw-r--r--www/erlang-hackney/distinfo4
-rw-r--r--www/erlang-hackney/files/patch-rebar.config4
3 files changed, 5 insertions, 5 deletions
diff --git a/www/erlang-hackney/Makefile b/www/erlang-hackney/Makefile
index 48f33ec7fc00..5a9bc856b249 100644
--- a/www/erlang-hackney/Makefile
+++ b/www/erlang-hackney/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= hackney
-PORTVERSION= 1.4.7
+PORTVERSION= 1.4.8
CATEGORIES= www
PKGNAMEPREFIX= erlang-
diff --git a/www/erlang-hackney/distinfo b/www/erlang-hackney/distinfo
index 807b2583563e..d9b0dc9c857b 100644
--- a/www/erlang-hackney/distinfo
+++ b/www/erlang-hackney/distinfo
@@ -1,2 +1,2 @@
-SHA256 (benoitc-hackney-1.4.7_GH0.tar.gz) = 33c54142698adb26849f5b02fbc1e665d3664d11af81074fd47eb4cdf662672c
-SIZE (benoitc-hackney-1.4.7_GH0.tar.gz) = 114888
+SHA256 (benoitc-hackney-1.4.8_GH0.tar.gz) = f736aaf2e50cc03f0a9b6c7c12e64075c2d8001ff061e014c69b220c02fd88d5
+SIZE (benoitc-hackney-1.4.8_GH0.tar.gz) = 114884
diff --git a/www/erlang-hackney/files/patch-rebar.config b/www/erlang-hackney/files/patch-rebar.config
index fc2b94eb164a..f46d4ec096ed 100644
--- a/www/erlang-hackney/files/patch-rebar.config
+++ b/www/erlang-hackney/files/patch-rebar.config
@@ -1,10 +1,10 @@
---- rebar.config.orig 2015-12-07 12:12:54 UTC
+--- rebar.config.orig 2016-01-02 14:01:33 UTC
+++ rebar.config
@@ -14,10 +14,6 @@
{post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}.
{deps, [
-- {idna, "1.0.2"},
+- {idna, "1.0.3"},
- {mimerl, "1.0.2"},
- {certifi, "0.3.0"},
- {ssl_verify_hostname, "1.0.5"}