Date: Mon, 16 Aug 2021 11:06:57 GMT From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9f2cec8adb9d - main - www/elixir-joken: update to 2.4.0. Message-ID: <202108161106.17GB6vG9031024@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f2cec8adb9da04b0a51e08610ac0142d1723037 commit 9f2cec8adb9da04b0a51e08610ac0142d1723037 Author: Vanilla I. Shu <vanilla@FreeBSD.org> AuthorDate: 2021-08-16 11:04:51 +0000 Commit: Vanilla I. Shu <vanilla@FreeBSD.org> CommitDate: 2021-08-16 11:04:51 +0000 www/elixir-joken: update to 2.4.0. --- www/elixir-joken/Makefile | 2 +- www/elixir-joken/distinfo | 6 +++--- www/elixir-joken/files/patch-mix.exs | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/www/elixir-joken/Makefile b/www/elixir-joken/Makefile index e75d8e55c070..33dbef13ad8c 100644 --- a/www/elixir-joken/Makefile +++ b/www/elixir-joken/Makefile @@ -1,5 +1,5 @@ PORTNAME= joken -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- diff --git a/www/elixir-joken/distinfo b/www/elixir-joken/distinfo index 9a27670a05af..665338a0e752 100644 --- a/www/elixir-joken/distinfo +++ b/www/elixir-joken/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601352109 -SHA256 (bryanjos-joken-v2.3.0_GH0.tar.gz) = 896df04a73bfd5505264beb10412ed2d6ab6f742ab396546115f1a75c8d5edb3 -SIZE (bryanjos-joken-v2.3.0_GH0.tar.gz) = 53293 +TIMESTAMP = 1629111146 +SHA256 (bryanjos-joken-v2.4.0_GH0.tar.gz) = 36c44f86f28c3be1e8cbeb831fcf5c076ffa3f7985a3de60fdc826f86c16ef6a +SIZE (bryanjos-joken-v2.4.0_GH0.tar.gz) = 55268 diff --git a/www/elixir-joken/files/patch-mix.exs b/www/elixir-joken/files/patch-mix.exs index 6f3784d63aa5..fa6a97206163 100644 --- a/www/elixir-joken/files/patch-mix.exs +++ b/www/elixir-joken/files/patch-mix.exs @@ -1,10 +1,10 @@ ---- mix.exs.orig 2019-05-27 14:48:40 UTC +--- mix.exs.orig 2021-08-16 02:01:52 UTC +++ mix.exs -@@ -14,7 +14,6 @@ defmodule Joken.Mixfile do +@@ -15,7 +15,6 @@ defmodule Joken.Mixfile do consolidate_protocols: Mix.env() != :test, description: description(), package: package(), - deps: deps(), - source_ref: "v#{@version}", - source_url: "https://github.com/joken-elixir/joken", - docs: docs_config(), + docs: docs(), + dialyzer: [plt_add_deps: :apps_direct, plt_add_apps: [:jason]], + test_coverage: [tool: ExCoveralls],
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108161106.17GB6vG9031024>