Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Aug 2016 14:21:08 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421060 - in head/www/elixir-httpoison: . files
Message-ID:  <201608291421.u7TEL8ns054930@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Mon Aug 29 14:21:08 2016
New Revision: 421060
URL: https://svnweb.freebsd.org/changeset/ports/421060

Log:
  Update www/elixir-httpoison to version 0.9.1.

Modified:
  head/www/elixir-httpoison/Makefile
  head/www/elixir-httpoison/distinfo
  head/www/elixir-httpoison/files/patch-mix.exs

Modified: head/www/elixir-httpoison/Makefile
==============================================================================
--- head/www/elixir-httpoison/Makefile	Mon Aug 29 13:58:11 2016	(r421059)
+++ head/www/elixir-httpoison/Makefile	Mon Aug 29 14:21:08 2016	(r421060)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	httpoison
-PORTVERSION=	0.9.0
+PORTVERSION=	0.9.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 PKGNAMEPREFIX=	elixir-

Modified: head/www/elixir-httpoison/distinfo
==============================================================================
--- head/www/elixir-httpoison/distinfo	Mon Aug 29 13:58:11 2016	(r421059)
+++ head/www/elixir-httpoison/distinfo	Mon Aug 29 14:21:08 2016	(r421060)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467032469
-SHA256 (edgurgel-httpoison-v0.9.0_GH0.tar.gz) = e170936c8a5597366189c5edcb3639d715746fe84c1be9c058ae433c51163252
-SIZE (edgurgel-httpoison-v0.9.0_GH0.tar.gz) = 15107
+TIMESTAMP = 1472480058
+SHA256 (edgurgel-httpoison-v0.9.1_GH0.tar.gz) = 7097d7fe494ead015cf3381661777d0b2e9b02f4660dd4c809a80737d82e930c
+SIZE (edgurgel-httpoison-v0.9.1_GH0.tar.gz) = 15336

Modified: head/www/elixir-httpoison/files/patch-mix.exs
==============================================================================
--- head/www/elixir-httpoison/files/patch-mix.exs	Mon Aug 29 13:58:11 2016	(r421059)
+++ head/www/elixir-httpoison/files/patch-mix.exs	Mon Aug 29 14:21:08 2016	(r421060)
@@ -1,10 +1,10 @@
---- mix.exs.orig	2015-07-05 09:01:37 UTC
+--- mix.exs.orig	2016-08-29 14:16:38 UTC
 +++ mix.exs
 @@ -12,7 +12,6 @@ defmodule HTTPoison.Mixfile do
        name: "HTTPoison",
        description: @description,
-       package: package,
--      deps: deps,
+       package: package(),
+-      deps: deps(),
        source_url: "https://github.com/edgurgel/httpoison" ]
    end
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608291421.u7TEL8ns054930>