Index: head/www/elixir-httpoison/Makefile =================================================================== --- head/www/elixir-httpoison/Makefile (revision 421059) +++ head/www/elixir-httpoison/Makefile (revision 421060) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= httpoison -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- MAINTAINER= olgeni@FreeBSD.org COMMENT= HTTP client for Elixir powered by hackney LICENSE= MIT USES= elixir USE_GITHUB= yes GH_ACCOUNT= edgurgel MIX_BUILD_DEPS= www/erlang-hackney MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} .include Index: head/www/elixir-httpoison/distinfo =================================================================== --- head/www/elixir-httpoison/distinfo (revision 421059) +++ head/www/elixir-httpoison/distinfo (revision 421060) @@ -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 Index: head/www/elixir-httpoison/files/patch-mix.exs =================================================================== --- head/www/elixir-httpoison/files/patch-mix.exs (revision 421059) +++ head/www/elixir-httpoison/files/patch-mix.exs (revision 421060) @@ -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