Index: head/security/elixir-jose/Makefile =================================================================== --- head/security/elixir-jose/Makefile (revision 433250) +++ head/security/elixir-jose/Makefile (revision 433251) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= jose -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= security PKGNAMEPREFIX= elixir- MAINTAINER= vanilla@FreeBSD.org COMMENT= JSON Object Signing and Encryption (JOSE) for Elixir LICENSE= MPL USES= elixir 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 MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} .include Index: head/security/elixir-jose/distinfo =================================================================== --- head/security/elixir-jose/distinfo (revision 433250) +++ head/security/elixir-jose/distinfo (revision 433251) @@ -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 Index: head/security/elixir-jose/files/patch-mix.exs =================================================================== --- head/security/elixir-jose/files/patch-mix.exs (revision 433250) +++ head/security/elixir-jose/files/patch-mix.exs (revision 433251) @@ -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 ->