From owner-svn-ports-all@freebsd.org Thu Aug 18 06:24:02 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 BC21FBBEDDF; Thu, 18 Aug 2016 06:24:02 +0000 (UTC) (envelope-from vanilla@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 668FD12DD; Thu, 18 Aug 2016 06:24:02 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7I6O15r026164; Thu, 18 Aug 2016 06:24:01 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7I6O1u9026161; Thu, 18 Aug 2016 06:24:01 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201608180624.u7I6O1u9026161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 18 Aug 2016 06:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420387 - in head/net/elixir-oauth2: . 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: Thu, 18 Aug 2016 06:24:02 -0000 Author: vanilla Date: Thu Aug 18 06:24:01 2016 New Revision: 420387 URL: https://svnweb.freebsd.org/changeset/ports/420387 Log: Update to 0.7.0. Modified: head/net/elixir-oauth2/Makefile head/net/elixir-oauth2/distinfo head/net/elixir-oauth2/files/patch-mix.exs Modified: head/net/elixir-oauth2/Makefile ============================================================================== --- head/net/elixir-oauth2/Makefile Thu Aug 18 06:02:13 2016 (r420386) +++ head/net/elixir-oauth2/Makefile Thu Aug 18 06:24:01 2016 (r420387) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oauth2 -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 DISTVERSIONPREFIX= v CATEGORIES= net PKGNAMEPREFIX= elixir- @@ -12,9 +12,7 @@ COMMENT= OAuth 2.0 library for Elixir LICENSE= MIT MIX_BUILD_DEPS= devel/elixir-plug \ - devel/elixir-poison \ - www/erlang-hackney \ - www/elixir-httpoison + www/erlang-hackney USES= elixir USE_GITHUB= yes Modified: head/net/elixir-oauth2/distinfo ============================================================================== --- head/net/elixir-oauth2/distinfo Thu Aug 18 06:02:13 2016 (r420386) +++ head/net/elixir-oauth2/distinfo Thu Aug 18 06:24:01 2016 (r420387) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470126934 -SHA256 (scrogson-oauth2-v0.6.0_GH0.tar.gz) = 3e1c63466b82196b32c9c7822d82973d6dc0fd553759399ec61d407ae745d54a -SIZE (scrogson-oauth2-v0.6.0_GH0.tar.gz) = 15987 +TIMESTAMP = 1471500342 +SHA256 (scrogson-oauth2-v0.7.0_GH0.tar.gz) = a0d12efadeed9032fd363ae9d29e278ae1a23184ac27152420435316d996b81e +SIZE (scrogson-oauth2-v0.7.0_GH0.tar.gz) = 18379 Modified: head/net/elixir-oauth2/files/patch-mix.exs ============================================================================== --- head/net/elixir-oauth2/files/patch-mix.exs Thu Aug 18 06:02:13 2016 (r420386) +++ head/net/elixir-oauth2/files/patch-mix.exs Thu Aug 18 06:24:01 2016 (r420387) @@ -1,10 +1,10 @@ ---- mix.exs.orig 2015-10-28 02:02:44 UTC +--- mix.exs.orig 2016-08-17 04:04:54 UTC +++ mix.exs @@ -8,7 +8,6 @@ defmodule OAuth2.Mixfile do name: "OAuth2", version: @version, - elixir: "~> 1.0", -- deps: deps, - package: package, - description: description, - docs: docs, + elixir: "~> 1.2 or ~> 1.3", +- deps: deps(), + package: package(), + description: description(), + docs: docs(),