Date: Fri, 3 Feb 2017 16:16:15 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433251 - in head/security/elixir-jose: . files Message-ID: <201702031616.v13GGFC8065121@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Fri Feb 3 16:16:15 2017 New Revision: 433251 URL: https://svnweb.freebsd.org/changeset/ports/433251 Log: Update to 1.8.1. Modified: head/security/elixir-jose/Makefile head/security/elixir-jose/distinfo head/security/elixir-jose/files/patch-mix.exs Modified: head/security/elixir-jose/Makefile ============================================================================== --- head/security/elixir-jose/Makefile Fri Feb 3 16:15:58 2017 (r433250) +++ head/security/elixir-jose/Makefile Fri Feb 3 16:16:15 2017 (r433251) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jose -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= security PKGNAMEPREFIX= elixir- @@ -15,6 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= potatosalad GH_PROJECT= erlang-jose DOCSDIR= ${PREFIX}/share/doc/elixir-${PORTNAME} +NO_ARCH= yes MIX_BUILD_DEPS= converters/erlang-base64url \ security/erlang-jose Modified: head/security/elixir-jose/distinfo ============================================================================== --- head/security/elixir-jose/distinfo Fri Feb 3 16:15:58 2017 (r433250) +++ head/security/elixir-jose/distinfo Fri Feb 3 16:16:15 2017 (r433251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470881259 -SHA256 (potatosalad-erlang-jose-1.8.0_GH0.tar.gz) = 3b61fb0a77766c65fdc5bcdfb3cd3a32abebc4d0b9bc711dae3c546189f989e9 -SIZE (potatosalad-erlang-jose-1.8.0_GH0.tar.gz) = 222112 +TIMESTAMP = 1486138190 +SHA256 (potatosalad-erlang-jose-1.8.1_GH0.tar.gz) = 089c37be43b153e8d8c295b72c6071040fb6837d6feb2e398d65d8658b493de6 +SIZE (potatosalad-erlang-jose-1.8.1_GH0.tar.gz) = 222259 Modified: head/security/elixir-jose/files/patch-mix.exs ============================================================================== --- head/security/elixir-jose/files/patch-mix.exs Fri Feb 3 16:15:58 2017 (r433250) +++ head/security/elixir-jose/files/patch-mix.exs Fri Feb 3 16:16:15 2017 (r433251) @@ -1,10 +1,10 @@ ---- mix.exs.orig 2015-09-29 13:27:51 UTC +--- mix.exs.orig 2017-02-02 15:47:04 UTC +++ mix.exs @@ -8,7 +8,6 @@ defmodule JOSE.Mixfile do - erlc_options: erlc_options, + erlc_options: erlc_options(), build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod, -- deps: deps, +- deps: deps(), name: "JOSE", source_url: "https://github.com/potatosalad/erlang-jose", docs: fn ->
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702031616.v13GGFC8065121>