Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2016 06:24:01 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
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
Message-ID:  <201608180624.u7I6O1u9026161@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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(),



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