svn commit: r441356 - in head/www/erlang-hackney: . files

Jimmy Olgeni olgeni at FreeBSD.org
Sun May 21 08:38:50 UTC 2017


Author: olgeni
Date: Sun May 21 08:38:48 2017
New Revision: 441356
URL: https://svnweb.freebsd.org/changeset/ports/441356

Log:
  Update www/erlang-hackney to version 1.8.2.

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	Sun May 21 00:16:57 2017	(r441355)
+++ head/www/erlang-hackney/Makefile	Sun May 21 08:38:48 2017	(r441356)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	hackney
-PORTVERSION=	1.8.0
+PORTVERSION=	1.8.2
 CATEGORIES=	www
 PKGNAMEPREFIX=	erlang-
 

Modified: head/www/erlang-hackney/distinfo
==============================================================================
--- head/www/erlang-hackney/distinfo	Sun May 21 00:16:57 2017	(r441355)
+++ head/www/erlang-hackney/distinfo	Sun May 21 08:38:48 2017	(r441356)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492866023
-SHA256 (benoitc-hackney-1.8.0_GH0.tar.gz) = 1d2b3a218f9ce816a19ba4f63cddec14aa7f9597d5b8e8880c9ca2d2bbcf8c34
-SIZE (benoitc-hackney-1.8.0_GH0.tar.gz) = 882432
+TIMESTAMP = 1495355709
+SHA256 (benoitc-hackney-1.8.2_GH0.tar.gz) = 8996b41b6c409acbc2e2d090209fa270c04f1a36ba0960ee0c9a33a56ad41fd5
+SIZE (benoitc-hackney-1.8.2_GH0.tar.gz) = 882490

Modified: head/www/erlang-hackney/files/patch-rebar.config
==============================================================================
--- head/www/erlang-hackney/files/patch-rebar.config	Sun May 21 00:16:57 2017	(r441355)
+++ head/www/erlang-hackney/files/patch-rebar.config	Sun May 21 08:38:48 2017	(r441356)
@@ -1,12 +1,12 @@
---- rebar.config.orig	2017-04-22 13:11:31 UTC
+--- rebar.config.orig	2017-05-21 08:37:45 UTC
 +++ rebar.config
 @@ -14,11 +14,6 @@
  {post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}.
  
  {deps, [
--        {idna, "4.0.0"},
+-        {idna, "5.0.0"},
 -        {mimerl, "1.0.2"},
--        {certifi, "1.1.0"},
+-        {certifi, "1.2.0"},
 -        {metrics, "1.0.1"},
 -        {ssl_verify_fun, "1.1.1"}
         ]}.


More information about the svn-ports-all mailing list