aboutsummaryrefslogtreecommitdiff
path: root/security/erlang-jose/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2017-02-03 16:15:58 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2017-02-03 16:15:58 +0000
commitb99204d3d621e68514363e9b59658c57b90d875f (patch)
treee4c9a43e3532d1344907ccd70525b7dfae544175 /security/erlang-jose/Makefile
parentf0c445178884e0f02d8353c37ede6420345c3f8b (diff)
downloadports-b99204d3d621e68514363e9b59658c57b90d875f.tar.gz
ports-b99204d3d621e68514363e9b59658c57b90d875f.zip
Update to 1.8.1.
Notes
Notes: svn path=/head/; revision=433250
Diffstat (limited to 'security/erlang-jose/Makefile')
-rw-r--r--security/erlang-jose/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/erlang-jose/Makefile b/security/erlang-jose/Makefile
index 7052084337a5..4b38bb5e490c 100644
--- a/security/erlang-jose/Makefile
+++ b/security/erlang-jose/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= jose
-PORTVERSION= 1.8.0
+PORTVERSION= 1.8.1
CATEGORIES= security
PKGNAMEPREFIX= erlang-
@@ -16,6 +16,7 @@ GH_ACCOUNT= potatosalad
GH_PROJECT= erlang-jose
ERL_APP_NAME= erlang-jose
DOCSDIR= ${PREFIX}/share/doc/${ERL_APP_NAME}
+NO_ARCH= yes
ERL_BUILD_DEPS= converters/erlang-base64url
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}