From owner-svn-ports-all@freebsd.org Sat May 5 13:12:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 269F4FADCF5; Sat, 5 May 2018 13:12:05 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD01F81D5B; Sat, 5 May 2018 13:12:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C801F1E207; Sat, 5 May 2018 13:12:04 +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 w45DC4jO031871; Sat, 5 May 2018 13:12:04 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45DC4G6031868; Sat, 5 May 2018 13:12:04 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805051312.w45DC4G6031868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 5 May 2018 13:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469106 - in head/devel/elixir-excoveralls: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel/elixir-excoveralls: . files X-SVN-Commit-Revision: 469106 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2018 13:12:05 -0000 Author: vanilla Date: Sat May 5 13:12:04 2018 New Revision: 469106 URL: https://svnweb.freebsd.org/changeset/ports/469106 Log: 1: Update to 0.8.2. 2: change MIX_BUILD_DEPS to MIX_RUN_DEPS. Modified: head/devel/elixir-excoveralls/Makefile head/devel/elixir-excoveralls/distinfo head/devel/elixir-excoveralls/files/patch-mix.exs Modified: head/devel/elixir-excoveralls/Makefile ============================================================================== --- head/devel/elixir-excoveralls/Makefile Sat May 5 12:51:34 2018 (r469105) +++ head/devel/elixir-excoveralls/Makefile Sat May 5 13:12:04 2018 (r469106) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= excoveralls -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- @@ -11,7 +11,7 @@ COMMENT= Coverage Reports for Elixir LICENSE= APACHE20 -MIX_BUILD_DEPS= devel/elixir-exjsx \ +MIX_RUN_DEPS= devel/elixir-exjsx \ www/erlang-hackney USES= elixir Modified: head/devel/elixir-excoveralls/distinfo ============================================================================== --- head/devel/elixir-excoveralls/distinfo Sat May 5 12:51:34 2018 (r469105) +++ head/devel/elixir-excoveralls/distinfo Sat May 5 13:12:04 2018 (r469106) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517485999 -SHA256 (parroty-excoveralls-v0.8.1_GH0.tar.gz) = f51afe6ea8a829fa19b5051248be7b72227b9bece0cd5e7695c65fa92759b66d -SIZE (parroty-excoveralls-v0.8.1_GH0.tar.gz) = 197301 +TIMESTAMP = 1525524673 +SHA256 (parroty-excoveralls-v0.8.2_GH0.tar.gz) = 4b167506c9ff02f3c02125a4c2ef6ec65a446a84fbc5176d94eafbc360180768 +SIZE (parroty-excoveralls-v0.8.2_GH0.tar.gz) = 197984 Modified: head/devel/elixir-excoveralls/files/patch-mix.exs ============================================================================== --- head/devel/elixir-excoveralls/files/patch-mix.exs Sat May 5 12:51:34 2018 (r469105) +++ head/devel/elixir-excoveralls/files/patch-mix.exs Sat May 5 13:12:04 2018 (r469106) @@ -1,9 +1,9 @@ ---- mix.exs.orig 2017-01-06 11:20:27 UTC +--- mix.exs.orig 2018-05-03 07:42:57 UTC +++ mix.exs -@@ -5,7 +5,6 @@ defmodule ExCoveralls.Mixfile do - [ app: :excoveralls, - version: "0.6.0", +@@ -6,7 +6,6 @@ defmodule ExCoveralls.Mixfile do + version: "0.8.2", elixir: "~> 1.2", + elixirc_paths: elixirc_paths(Mix.env()), - deps: deps(), description: description(), package: package(),