svn commit: r441563 - in head/www/erlang-hackney: . files
Jimmy Olgeni
olgeni at FreeBSD.org
Wed May 24 04:27:25 UTC 2017
Author: olgeni
Date: Wed May 24 04:27:24 2017
New Revision: 441563
URL: https://svnweb.freebsd.org/changeset/ports/441563
Log:
Update www/erlang-hackney to version 1.8.3.
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 Wed May 24 04:26:26 2017 (r441562)
+++ head/www/erlang-hackney/Makefile Wed May 24 04:27:24 2017 (r441563)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= hackney
-PORTVERSION= 1.8.2
+PORTVERSION= 1.8.3
CATEGORIES= www
PKGNAMEPREFIX= erlang-
Modified: head/www/erlang-hackney/distinfo
==============================================================================
--- head/www/erlang-hackney/distinfo Wed May 24 04:26:26 2017 (r441562)
+++ head/www/erlang-hackney/distinfo Wed May 24 04:27:24 2017 (r441563)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495355709
-SHA256 (benoitc-hackney-1.8.2_GH0.tar.gz) = 8996b41b6c409acbc2e2d090209fa270c04f1a36ba0960ee0c9a33a56ad41fd5
-SIZE (benoitc-hackney-1.8.2_GH0.tar.gz) = 882490
+TIMESTAMP = 1495599197
+SHA256 (benoitc-hackney-1.8.3_GH0.tar.gz) = 8a09901d4a70fe00d4bad70098abb7101081a332a402f830f2b390d9787b2419
+SIZE (benoitc-hackney-1.8.3_GH0.tar.gz) = 882547
Modified: head/www/erlang-hackney/files/patch-rebar.config
==============================================================================
--- head/www/erlang-hackney/files/patch-rebar.config Wed May 24 04:26:26 2017 (r441562)
+++ head/www/erlang-hackney/files/patch-rebar.config Wed May 24 04:27:24 2017 (r441563)
@@ -1,12 +1,12 @@
---- rebar.config.orig 2017-05-21 08:37:45 UTC
+--- rebar.config.orig 2017-05-24 04:18:51 UTC
+++ rebar.config
@@ -14,11 +14,6 @@
{post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}.
{deps, [
-- {idna, "5.0.0"},
+- {idna, "5.0.1"},
- {mimerl, "1.0.2"},
-- {certifi, "1.2.0"},
+- {certifi, "1.2.1"},
- {metrics, "1.0.1"},
- {ssl_verify_fun, "1.1.1"}
]}.
More information about the svn-ports-all
mailing list