From owner-svn-ports-head@freebsd.org Sat Jul 15 13:04:36 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 2F229AFA047; Sat, 15 Jul 2017 13:04:36 +0000 (UTC) (envelope-from olgeni@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 F203E6FD7E; Sat, 15 Jul 2017 13:04:35 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6FD4ZGQ055609; Sat, 15 Jul 2017 13:04:35 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6FD4YR1055606; Sat, 15 Jul 2017 13:04:35 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201707151304.v6FD4YR1055606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 15 Jul 2017 13:04:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445872 - in head/security/elixir-comeonin: . files X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: in head/security/elixir-comeonin: . files X-SVN-Commit-Revision: 445872 X-SVN-Commit-Repository: ports 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: Sat, 15 Jul 2017 13:04:36 -0000 Author: olgeni Date: Sat Jul 15 13:04:34 2017 New Revision: 445872 URL: https://svnweb.freebsd.org/changeset/ports/445872 Log: Update security/elixir-comeonin to version 3.2. Modified: head/security/elixir-comeonin/Makefile head/security/elixir-comeonin/distinfo head/security/elixir-comeonin/files/patch-mix.exs Modified: head/security/elixir-comeonin/Makefile ============================================================================== --- head/security/elixir-comeonin/Makefile Sat Jul 15 12:16:25 2017 (r445871) +++ head/security/elixir-comeonin/Makefile Sat Jul 15 13:04:34 2017 (r445872) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= comeonin -PORTVERSION= 3.0 +PORTVERSION= 3.2 DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= elixir- Modified: head/security/elixir-comeonin/distinfo ============================================================================== --- head/security/elixir-comeonin/distinfo Sat Jul 15 12:16:25 2017 (r445871) +++ head/security/elixir-comeonin/distinfo Sat Jul 15 13:04:34 2017 (r445872) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481803232 -SHA256 (elixircnx-comeonin-v3.0_GH0.tar.gz) = 993bc5e5a3480e12eb0bf45cafee3de1046ce8cb1419be06b542af950920d85f -SIZE (elixircnx-comeonin-v3.0_GH0.tar.gz) = 31151 +TIMESTAMP = 1500123493 +SHA256 (elixircnx-comeonin-v3.2_GH0.tar.gz) = c87934b837f4db14e54b26a7f5f48772386ed40361ab638e0ea94ebf17ea8777 +SIZE (elixircnx-comeonin-v3.2_GH0.tar.gz) = 31757 Modified: head/security/elixir-comeonin/files/patch-mix.exs ============================================================================== --- head/security/elixir-comeonin/files/patch-mix.exs Sat Jul 15 12:16:25 2017 (r445871) +++ head/security/elixir-comeonin/files/patch-mix.exs Sat Jul 15 13:04:34 2017 (r445872) @@ -1,10 +1,10 @@ ---- mix.exs.orig 2016-12-15 12:02:47 UTC +--- mix.exs.orig 2017-07-15 13:02:36 UTC +++ mix.exs @@ -16,7 +16,6 @@ defmodule Comeonin.Mixfile do package: package(), source_url: "https://github.com/riverrun/comeonin", compilers: [:elixir_make] ++ Mix.compilers, - deps: deps(), - dialyzer: [plt_file: ".dialyzer/local.plt"]] + dialyzer: [plt_file: ".dialyzer/local.plt", remove_defaults: [:unknown]]] end