aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2017-02-03 16:23:29 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2017-02-03 16:23:29 +0000
commit0c04c7d496abda12ce6e816787b2b294db4ee1c4 (patch)
tree5a88b0c87f768d5d320aaa2ee12276b26d35b7dd /net
parent7bad94ada721081aeca98cd80dd2354e00b79773 (diff)
downloadports-0c04c7d496abda12ce6e816787b2b294db4ee1c4.tar.gz
ports-0c04c7d496abda12ce6e816787b2b294db4ee1c4.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/elixir-oauth2/Makefile2
-rw-r--r--net/elixir-oauth2/distinfo6
-rw-r--r--net/elixir-oauth2/files/patch-mix.exs4
3 files changed, 6 insertions, 6 deletions
diff --git a/net/elixir-oauth2/Makefile b/net/elixir-oauth2/Makefile
index 189ec46712cb..64b54d5399e6 100644
--- a/net/elixir-oauth2/Makefile
+++ b/net/elixir-oauth2/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= oauth2
-PORTVERSION= 0.8.3
+PORTVERSION= 0.9.0
DISTVERSIONPREFIX= v
CATEGORIES= net
PKGNAMEPREFIX= elixir-
diff --git a/net/elixir-oauth2/distinfo b/net/elixir-oauth2/distinfo
index 148e1836ebd3..fa57eb783c4a 100644
--- a/net/elixir-oauth2/distinfo
+++ b/net/elixir-oauth2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485563321
-SHA256 (scrogson-oauth2-v0.8.3_GH0.tar.gz) = 270e6ffcd9731ad57be5ef6c71d14407769462c2835f04cff3f4506de8375e41
-SIZE (scrogson-oauth2-v0.8.3_GH0.tar.gz) = 19582
+TIMESTAMP = 1486138595
+SHA256 (scrogson-oauth2-v0.9.0_GH0.tar.gz) = 71170b9eb2691f9af742804831871a4c34c7faf08c6964f86a023c56f9762d23
+SIZE (scrogson-oauth2-v0.9.0_GH0.tar.gz) = 20823
diff --git a/net/elixir-oauth2/files/patch-mix.exs b/net/elixir-oauth2/files/patch-mix.exs
index 2e1de25ed92b..42f80cd61439 100644
--- a/net/elixir-oauth2/files/patch-mix.exs
+++ b/net/elixir-oauth2/files/patch-mix.exs
@@ -1,9 +1,9 @@
---- mix.exs.orig 2016-08-17 04:04:54 UTC
+--- mix.exs.orig 2017-02-03 00:24:43 UTC
+++ mix.exs
@@ -8,7 +8,6 @@ defmodule OAuth2.Mixfile do
name: "OAuth2",
version: @version,
- elixir: "~> 1.2 or ~> 1.3",
+ elixir: "~> 1.2",
- deps: deps(),
package: package(),
description: description(),