svn commit: r489302 - in head/security/elixir-jose: . files

Vanilla I. Shu vanilla at FreeBSD.org
Sat Jan 5 03:41:44 UTC 2019


Author: vanilla
Date: Sat Jan  5 03:41:42 2019
New Revision: 489302
URL: https://svnweb.freebsd.org/changeset/ports/489302

Log:
  Update to 1.9.0.

Modified:
  head/security/elixir-jose/Makefile
  head/security/elixir-jose/distinfo
  head/security/elixir-jose/files/patch-mix.exs
  head/security/elixir-jose/pkg-plist

Modified: head/security/elixir-jose/Makefile
==============================================================================
--- head/security/elixir-jose/Makefile	Sat Jan  5 03:40:58 2019	(r489301)
+++ head/security/elixir-jose/Makefile	Sat Jan  5 03:41:42 2019	(r489302)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jose
-PORTVERSION=	1.8.4
+PORTVERSION=	1.9.0
 CATEGORIES=	security
 PKGNAMEPREFIX=	elixir-
 

Modified: head/security/elixir-jose/distinfo
==============================================================================
--- head/security/elixir-jose/distinfo	Sat Jan  5 03:40:58 2019	(r489301)
+++ head/security/elixir-jose/distinfo	Sat Jan  5 03:41:42 2019	(r489302)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495467297
-SHA256 (potatosalad-erlang-jose-1.8.4_GH0.tar.gz) = a21d514c8b079497f237359f718881d8d5b847cf07e696c2839d1e726e97009a
-SIZE (potatosalad-erlang-jose-1.8.4_GH0.tar.gz) = 230947
+TIMESTAMP = 1546657690
+SHA256 (potatosalad-erlang-jose-1.9.0_GH0.tar.gz) = d55a9d3a1697833fed555a21f1aeb2727af88193995cb6ffa945d4b6749d0e8d
+SIZE (potatosalad-erlang-jose-1.9.0_GH0.tar.gz) = 258407

Modified: head/security/elixir-jose/files/patch-mix.exs
==============================================================================
--- head/security/elixir-jose/files/patch-mix.exs	Sat Jan  5 03:40:58 2019	(r489301)
+++ head/security/elixir-jose/files/patch-mix.exs	Sat Jan  5 03:41:42 2019	(r489302)
@@ -1,10 +1,10 @@
---- mix.exs.orig	2017-02-02 15:47:04 UTC
+--- mix.exs.orig	2018-12-31 15:47:40 UTC
 +++ mix.exs
-@@ -8,7 +8,6 @@ defmodule JOSE.Mixfile do
-      erlc_options: erlc_options(),
-      build_embedded: Mix.env == :prod,
-      start_permanent: Mix.env == :prod,
--     deps: deps(),
-      name: "JOSE",
-      source_url: "https://github.com/potatosalad/erlang-jose",
-      docs: fn ->
+@@ -9,7 +9,6 @@ defmodule JOSE.Mixfile do
+       erlc_options: erlc_options(),
+       build_embedded: Mix.env() == :prod,
+       start_permanent: Mix.env() == :prod,
+-      deps: deps(),
+       name: "JOSE",
+       source_url: "https://github.com/potatosalad/erlang-jose",
+       docs: fn ->

Modified: head/security/elixir-jose/pkg-plist
==============================================================================
--- head/security/elixir-jose/pkg-plist	Sat Jan  5 03:40:58 2019	(r489301)
+++ head/security/elixir-jose/pkg-plist	Sat Jan  5 03:41:42 2019	(r489302)
@@ -40,6 +40,7 @@ lib/elixir/lib/jose/ebin/jose_curve448.beam
 lib/elixir/lib/jose/ebin/jose_curve448_libdecaf.beam
 lib/elixir/lib/jose/ebin/jose_curve448_unsupported.beam
 lib/elixir/lib/jose/ebin/jose_json.beam
+lib/elixir/lib/jose/ebin/jose_json_jason.beam
 lib/elixir/lib/jose/ebin/jose_json_jiffy.beam
 lib/elixir/lib/jose/ebin/jose_json_jsone.beam
 lib/elixir/lib/jose/ebin/jose_json_jsx.beam


More information about the svn-ports-head mailing list