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

Jimmy Olgeni olgeni at FreeBSD.org
Tue Nov 3 11:20:38 UTC 2015


Author: olgeni
Date: Tue Nov  3 11:20:36 2015
New Revision: 400693
URL: https://svnweb.freebsd.org/changeset/ports/400693

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

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

Modified: head/www/erlang-hackney/Makefile
==============================================================================
--- head/www/erlang-hackney/Makefile	Tue Nov  3 10:56:32 2015	(r400692)
+++ head/www/erlang-hackney/Makefile	Tue Nov  3 11:20:36 2015	(r400693)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	hackney
-PORTVERSION=	1.4.0
+PORTVERSION=	1.4.1
 CATEGORIES=	www
 PKGNAMEPREFIX=	erlang-
 

Modified: head/www/erlang-hackney/distinfo
==============================================================================
--- head/www/erlang-hackney/distinfo	Tue Nov  3 10:56:32 2015	(r400692)
+++ head/www/erlang-hackney/distinfo	Tue Nov  3 11:20:36 2015	(r400693)
@@ -1,2 +1,2 @@
-SHA256 (benoitc-hackney-1.4.0_GH0.tar.gz) = 2ae4c150bf9ac5c2e35e821eb262794d2bc6323b858955fee67b046a44e96977
-SIZE (benoitc-hackney-1.4.0_GH0.tar.gz) = 630423
+SHA256 (benoitc-hackney-1.4.1_GH0.tar.gz) = fdbbad483cb4754b0e7e5739b20d512f2bff019d009cb168f0110f44950599f1
+SIZE (benoitc-hackney-1.4.1_GH0.tar.gz) = 834457

Modified: head/www/erlang-hackney/files/patch-rebar.config.script
==============================================================================
--- head/www/erlang-hackney/files/patch-rebar.config.script	Tue Nov  3 10:56:32 2015	(r400692)
+++ head/www/erlang-hackney/files/patch-rebar.config.script	Tue Nov  3 11:20:36 2015	(r400693)
@@ -1,11 +1,17 @@
---- rebar.config.script.orig	2015-10-27 13:33:15 UTC
+--- rebar.config.script.orig	2015-11-03 08:42:20 UTC
 +++ rebar.config.script
-@@ -1,7 +1,4 @@
--{ok, VSN} = application:get_key(rebar, vsn),
--[VSN1 | _] = string:tokens(VSN, "-"),
--[Maj, Min, Patch] = string:tokens(VSN1, "."),
--IsRebar3 = (list_to_integer(Maj) >= 3),
-+IsRebar3 = true.
- 
+@@ -1,13 +1,4 @@
+-IsRebar3 = case application:get_env(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,
+-
++IsRebar3 = true,
  
  Rebar2Deps = [
+               {idna, ".*",


More information about the svn-ports-all mailing list