From owner-svn-ports-head@freebsd.org Wed Mar 1 11:22:15 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 B1438CF3396; Wed, 1 Mar 2017 11:22:15 +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 66519A69; Wed, 1 Mar 2017 11:22:15 +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 v21BMEeC083192; Wed, 1 Mar 2017 11:22:14 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21BMEUO083189; Wed, 1 Mar 2017 11:22:14 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011122.v21BMEUO083189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 11:22:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435140 - in head/security/elixir-comeonin: . 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: Wed, 01 Mar 2017 11:22:15 -0000 Author: olgeni Date: Wed Mar 1 11:22:14 2017 New Revision: 435140 URL: https://svnweb.freebsd.org/changeset/ports/435140 Log: Update security/elixir-comeonin to version 3.0. 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 Wed Mar 1 11:18:09 2017 (r435139) +++ head/security/elixir-comeonin/Makefile Wed Mar 1 11:22:14 2017 (r435140) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= comeonin -PORTVERSION= 2.3 +PORTVERSION= 3.0 DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= elixir- @@ -16,8 +16,9 @@ USES= elixir gmake USE_GITHUB= yes GH_ACCOUNT= elixircnx -MIX_BUILD_DEPS= security/elixir-comeonin_i18n -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +MIX_BUILD_DEPS= devel/elixir-make \ + security/elixir-comeonin_i18n +MIX_RUN_DEPS:= security/elixir-comeonin_i18n post-build: ${STRIP_CMD} ${WRKSRC}/priv/bcrypt_nif.so Modified: head/security/elixir-comeonin/distinfo ============================================================================== --- head/security/elixir-comeonin/distinfo Wed Mar 1 11:18:09 2017 (r435139) +++ head/security/elixir-comeonin/distinfo Wed Mar 1 11:22:14 2017 (r435140) @@ -1,2 +1,3 @@ -SHA256 (elixircnx-comeonin-v2.3_GH0.tar.gz) = 7122c209ae2b09965487b5cf1fcb1f82a6d127bca9221a73c824b3b25d81ddea -SIZE (elixircnx-comeonin-v2.3_GH0.tar.gz) = 31879 +TIMESTAMP = 1481803232 +SHA256 (elixircnx-comeonin-v3.0_GH0.tar.gz) = 993bc5e5a3480e12eb0bf45cafee3de1046ce8cb1419be06b542af950920d85f +SIZE (elixircnx-comeonin-v3.0_GH0.tar.gz) = 31151 Modified: head/security/elixir-comeonin/files/patch-mix.exs ============================================================================== --- head/security/elixir-comeonin/files/patch-mix.exs Wed Mar 1 11:18:09 2017 (r435139) +++ head/security/elixir-comeonin/files/patch-mix.exs Wed Mar 1 11:22:14 2017 (r435140) @@ -1,10 +1,10 @@ ---- mix.exs.orig 2015-12-17 02:11:33 UTC +--- mix.exs.orig 2016-12-15 12:02:47 UTC +++ mix.exs -@@ -120,7 +120,6 @@ defmodule Comeonin.Mixfile do - package: package, - source_url: "https://github.com/elixircnx/comeonin", - compilers: [:comeonin] ++ Mix.compilers, -- deps: deps - ] +@@ -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"]] end