svn commit: r506997 - in head/net/elixir-oauth2: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Sat Jul 20 15:25:09 UTC 2019
Author: vanilla
Date: Sat Jul 20 15:25:08 2019
New Revision: 506997
URL: https://svnweb.freebsd.org/changeset/ports/506997
Log:
Upgrade to 2.0.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 Sat Jul 20 14:42:20 2019 (r506996)
+++ head/net/elixir-oauth2/Makefile Sat Jul 20 15:25:08 2019 (r506997)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= oauth2
-PORTVERSION= 1.0.1
+PORTVERSION= 2.0.0
DISTVERSIONPREFIX= v
CATEGORIES= net
PKGNAMEPREFIX= elixir-
Modified: head/net/elixir-oauth2/distinfo
==============================================================================
--- head/net/elixir-oauth2/distinfo Sat Jul 20 14:42:20 2019 (r506996)
+++ head/net/elixir-oauth2/distinfo Sat Jul 20 15:25:08 2019 (r506997)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555586729
-SHA256 (scrogson-oauth2-v1.0.1_GH0.tar.gz) = a5dd5d50d0c5d9df2e29db2833dedec195f539d8a1f0109ed78b957d05d21503
-SIZE (scrogson-oauth2-v1.0.1_GH0.tar.gz) = 22330
+TIMESTAMP = 1563635269
+SHA256 (scrogson-oauth2-v2.0.0_GH0.tar.gz) = 3b5dcbd316c5c281e18a89b7b1e771bda6867c10aedc753c4741e09759729922
+SIZE (scrogson-oauth2-v2.0.0_GH0.tar.gz) = 24799
Modified: head/net/elixir-oauth2/files/patch-mix.exs
==============================================================================
--- head/net/elixir-oauth2/files/patch-mix.exs Sat Jul 20 14:42:20 2019 (r506996)
+++ head/net/elixir-oauth2/files/patch-mix.exs Sat Jul 20 15:25:08 2019 (r506997)
@@ -1,10 +1,10 @@
---- mix.exs.orig 2017-02-03 00:24:43 UTC
+--- mix.exs.orig 2019-07-20 15:23:52 UTC
+++ mix.exs
-@@ -8,7 +8,6 @@ defmodule OAuth2.Mixfile do
- name: "OAuth2",
- version: @version,
- elixir: "~> 1.2",
-- deps: deps(),
- package: package(),
- description: description(),
- docs: docs(),
+@@ -9,7 +9,6 @@ defmodule OAuth2.Mixfile do
+ name: "OAuth2",
+ version: @version,
+ elixir: "~> 1.2",
+- deps: deps(),
+ package: package(),
+ description: description(),
+ docs: docs(),
More information about the svn-ports-all
mailing list