aboutsummaryrefslogtreecommitdiff
path: root/security/elixir-jose
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2017-02-03 16:16:15 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2017-02-03 16:16:15 +0000
commit7bad94ada721081aeca98cd80dd2354e00b79773 (patch)
treefb96ae36d1b6bb470cc2d3485c2c173bae1439ee /security/elixir-jose
parentb99204d3d621e68514363e9b59658c57b90d875f (diff)
downloadports-7bad94ada721081aeca98cd80dd2354e00b79773.tar.gz
ports-7bad94ada721081aeca98cd80dd2354e00b79773.zip
Update to 1.8.1.
Notes
Notes: svn path=/head/; revision=433251
Diffstat (limited to 'security/elixir-jose')
-rw-r--r--security/elixir-jose/Makefile3
-rw-r--r--security/elixir-jose/distinfo6
-rw-r--r--security/elixir-jose/files/patch-mix.exs6
3 files changed, 8 insertions, 7 deletions
diff --git a/security/elixir-jose/Makefile b/security/elixir-jose/Makefile
index 0b8f5a82120c..9a96c20a3023 100644
--- a/security/elixir-jose/Makefile
+++ b/security/elixir-jose/Makefile
@@ -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
diff --git a/security/elixir-jose/distinfo b/security/elixir-jose/distinfo
index b70033718a03..ff5adc1b752a 100644
--- a/security/elixir-jose/distinfo
+++ b/security/elixir-jose/distinfo
@@ -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
diff --git a/security/elixir-jose/files/patch-mix.exs b/security/elixir-jose/files/patch-mix.exs
index 09bb984208b6..d83719c36513 100644
--- a/security/elixir-jose/files/patch-mix.exs
+++ b/security/elixir-jose/files/patch-mix.exs
@@ -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 ->