diff options
author | vanilla <vanilla@FreeBSD.org> | 2017-02-04 00:23:29 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2017-02-04 00:23:29 +0800 |
commit | 2c6704a7cd7eb2b0bb679848859989a33165fc57 (patch) | |
tree | 5a88b0c87f768d5d320aaa2ee12276b26d35b7dd /net | |
parent | ced4f1f1688639c43460aa2ce753c047840402b8 (diff) | |
download | freebsd-ports-gnome-2c6704a7cd7eb2b0bb679848859989a33165fc57.tar.gz freebsd-ports-gnome-2c6704a7cd7eb2b0bb679848859989a33165fc57.tar.zst freebsd-ports-gnome-2c6704a7cd7eb2b0bb679848859989a33165fc57.zip |
Update to 0.9.0.
Diffstat (limited to 'net')
-rw-r--r-- | net/elixir-oauth2/Makefile | 2 | ||||
-rw-r--r-- | net/elixir-oauth2/distinfo | 6 | ||||
-rw-r--r-- | net/elixir-oauth2/files/patch-mix.exs | 4 |
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(), |