From owner-svn-ports-all@freebsd.org Mon Aug 29 14:21:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74E97B78606; Mon, 29 Aug 2016 14:21:09 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E5F6BBA; Mon, 29 Aug 2016 14:21:09 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TEL8KU054933; Mon, 29 Aug 2016 14:21:08 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TEL8ns054930; Mon, 29 Aug 2016 14:21:08 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201608291421.u7TEL8ns054930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Aug 2016 14:21:08 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 14:21:09 -0000 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