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

Jimmy Olgeni olgeni at FreeBSD.org
Wed Nov 4 15:33:43 UTC 2015


Author: olgeni
Date: Wed Nov  4 15:33:41 2015
New Revision: 400738
URL: https://svnweb.freebsd.org/changeset/ports/400738

Log:
  Upgrade www/erlang-hackney to version 1.4.4.

Modified:
  head/www/erlang-hackney/Makefile
  head/www/erlang-hackney/distinfo
  head/www/erlang-hackney/files/patch-rebar.config
  head/www/erlang-hackney/files/patch-rebar.config.script

Modified: head/www/erlang-hackney/Makefile
==============================================================================
--- head/www/erlang-hackney/Makefile	Wed Nov  4 13:27:31 2015	(r400737)
+++ head/www/erlang-hackney/Makefile	Wed Nov  4 15:33:41 2015	(r400738)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	hackney
-PORTVERSION=	1.4.1
+PORTVERSION=	1.4.4
 CATEGORIES=	www
 PKGNAMEPREFIX=	erlang-
 

Modified: head/www/erlang-hackney/distinfo
==============================================================================
--- head/www/erlang-hackney/distinfo	Wed Nov  4 13:27:31 2015	(r400737)
+++ head/www/erlang-hackney/distinfo	Wed Nov  4 15:33:41 2015	(r400738)
@@ -1,2 +1,2 @@
-SHA256 (benoitc-hackney-1.4.1_GH0.tar.gz) = fdbbad483cb4754b0e7e5739b20d512f2bff019d009cb168f0110f44950599f1
-SIZE (benoitc-hackney-1.4.1_GH0.tar.gz) = 834457
+SHA256 (benoitc-hackney-1.4.4_GH0.tar.gz) = 444470f99e47f81adb4df0325664e4b6ffc44bd184528a70b077b9bc7452be94
+SIZE (benoitc-hackney-1.4.4_GH0.tar.gz) = 834425

Modified: head/www/erlang-hackney/files/patch-rebar.config
==============================================================================
--- head/www/erlang-hackney/files/patch-rebar.config	Wed Nov  4 13:27:31 2015	(r400737)
+++ head/www/erlang-hackney/files/patch-rebar.config	Wed Nov  4 15:33:41 2015	(r400738)
@@ -1,16 +1,16 @@
---- rebar.config.orig	2015-10-27 10:09:05 UTC
+--- rebar.config.orig	2015-11-04 09:48:27 UTC
 +++ rebar.config
-@@ -16,13 +16,6 @@
+@@ -13,13 +13,6 @@
  
- {plugins, [rebar3_hex]}.
+ {post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}.
  
 -{deps, [
 -        {idna, "1.0.2"},
 -        {mimerl, "1.0.0"},
 -        {certifi, "0.1.1"},
 -        {ssl_verify_hostname, "1.0.5"}
-- ]}.
+-       ]}.
 -
- %% Not yet supported in rebar3
- %% {require_otp_vsn, "R14|R15|R16|17|18"}.
- 
+ {profiles, [{docs, [{deps,
+                      [
+                       {edown,

Modified: head/www/erlang-hackney/files/patch-rebar.config.script
==============================================================================
--- head/www/erlang-hackney/files/patch-rebar.config.script	Wed Nov  4 13:27:31 2015	(r400737)
+++ head/www/erlang-hackney/files/patch-rebar.config.script	Wed Nov  4 15:33:41 2015	(r400738)
@@ -1,17 +1,15 @@
---- rebar.config.script.orig	2015-11-03 08:42:20 UTC
+--- rebar.config.script.orig	2015-11-04 10:56:56 UTC
 +++ rebar.config.script
-@@ -1,13 +1,4 @@
--IsRebar3 = case application:get_env(rebar, vsn) of
--               {ok, VSN} ->
+@@ -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 ->
--                   %% is mix is used
 -                   lists:keymember(mix, 1, application:loaded_applications())
--            end,
--
+-           end,
 +IsRebar3 = true,
  
- Rebar2Deps = [
-               {idna, ".*",
+ Rebar2Deps = [{idna, ".*",
+                {git, "https://github.com/benoitc/erlang-idna",


More information about the svn-ports-all mailing list