svn commit: r489301 - in head/security/erlang-jose: . files

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


Author: vanilla
Date: Sat Jan  5 03:40:58 2019
New Revision: 489301
URL: https://svnweb.freebsd.org/changeset/ports/489301

Log:
  Update to 1.9.088.

Modified:
  head/security/erlang-jose/Makefile
  head/security/erlang-jose/distinfo
  head/security/erlang-jose/files/patch-rebar.config
  head/security/erlang-jose/pkg-plist

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

Modified: head/security/erlang-jose/distinfo
==============================================================================
--- head/security/erlang-jose/distinfo	Sat Jan  5 03:03:21 2019	(r489300)
+++ head/security/erlang-jose/distinfo	Sat Jan  5 03:40:58 2019	(r489301)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495466691
-SHA256 (potatosalad-erlang-jose-1.8.4_GH0.tar.gz) = a21d514c8b079497f237359f718881d8d5b847cf07e696c2839d1e726e97009a
-SIZE (potatosalad-erlang-jose-1.8.4_GH0.tar.gz) = 230947
+TIMESTAMP = 1546651880
+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/erlang-jose/files/patch-rebar.config
==============================================================================
--- head/security/erlang-jose/files/patch-rebar.config	Sat Jan  5 03:03:21 2019	(r489300)
+++ head/security/erlang-jose/files/patch-rebar.config	Sat Jan  5 03:40:58 2019	(r489301)
@@ -1,9 +1,9 @@
---- rebar.config.orig	2015-09-29 11:28:52 UTC
+--- rebar.config.orig	2019-01-05 03:05:34 UTC
 +++ rebar.config
-@@ -5,6 +5,3 @@
+@@ -4,6 +4,3 @@
  	debug_info,
  	warnings_as_errors
  ]}.
 -{deps, [
--	{base64url, ".*", {git, "git://github.com/dvv/base64url.git", {branch, "master"}}}
+-	{base64url, "0.0.1", {pkg, base64url}}
 -]}.

Modified: head/security/erlang-jose/pkg-plist
==============================================================================
--- head/security/erlang-jose/pkg-plist	Sat Jan  5 03:03:21 2019	(r489300)
+++ head/security/erlang-jose/pkg-plist	Sat Jan  5 03:40:58 2019	(r489301)
@@ -14,6 +14,7 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_curve
 lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_curve448_libdecaf.beam
 lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_curve448_unsupported.beam
 lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json.beam
+lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json_jason.beam
 lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json_jiffy.beam
 lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json_jsone.beam
 lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json_jsx.beam
@@ -89,6 +90,7 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_sha3_
 lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_sha3_unsupported.beam
 lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_sup.beam
 lib/erlang/lib/erlang-jose-%%VERSION%%/include/jose.hrl
+lib/erlang/lib/erlang-jose-%%VERSION%%/include/jose_compat.hrl
 lib/erlang/lib/erlang-jose-%%VERSION%%/include/jose_jwe.hrl
 lib/erlang/lib/erlang-jose-%%VERSION%%/include/jose_jwk.hrl
 lib/erlang/lib/erlang-jose-%%VERSION%%/include/jose_jws.hrl
@@ -111,6 +113,7 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_curve4
 lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_curve448_libdecaf.erl
 lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_curve448_unsupported.erl
 lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json.erl
+lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json_jason.erl
 lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json_jiffy.erl
 lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json_jsone.erl
 lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json_jsx.erl


More information about the svn-ports-head mailing list