From owner-svn-ports-head@freebsd.org Fri Feb 3 16:16:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E6B5CCF83F; Fri, 3 Feb 2017 16:16:17 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7144EC9; Fri, 3 Feb 2017 16:16:16 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v13GGFUl065124; Fri, 3 Feb 2017 16:16:15 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v13GGFC8065121; Fri, 3 Feb 2017 16:16:15 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702031616.v13GGFC8065121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 3 Feb 2017 16:16:15 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2017 16:16:17 -0000 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 ->