From owner-svn-ports-head@freebsd.org Thu Jan 7 06:39:32 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 090E84C466B; Thu, 7 Jan 2021 06:39:32 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DBGmg6szlz4b0Q; Thu, 7 Jan 2021 06:39:31 +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 DAAA04987; Thu, 7 Jan 2021 06:39:31 +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 1076dV2O003617; Thu, 7 Jan 2021 06:39:31 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1076dVjx003613; Thu, 7 Jan 2021 06:39:31 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <202101070639.1076dVjx003613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 7 Jan 2021 06:39:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560682 - 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: 560682 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.34 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: Thu, 07 Jan 2021 06:39:32 -0000 Author: vanilla Date: Thu Jan 7 06:39:30 2021 New Revision: 560682 URL: https://svnweb.freebsd.org/changeset/ports/560682 Log: Update to 0.13.4. Modified: head/devel/elixir-excoveralls/Makefile head/devel/elixir-excoveralls/distinfo head/devel/elixir-excoveralls/files/patch-mix.exs head/devel/elixir-excoveralls/pkg-plist Modified: head/devel/elixir-excoveralls/Makefile ============================================================================== --- head/devel/elixir-excoveralls/Makefile Thu Jan 7 05:46:13 2021 (r560681) +++ head/devel/elixir-excoveralls/Makefile Thu Jan 7 06:39:30 2021 (r560682) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= excoveralls -PORTVERSION= 0.13.3 +PORTVERSION= 0.13.4 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-excoveralls/distinfo ============================================================================== --- head/devel/elixir-excoveralls/distinfo Thu Jan 7 05:46:13 2021 (r560681) +++ head/devel/elixir-excoveralls/distinfo Thu Jan 7 06:39:30 2021 (r560682) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603092888 -SHA256 (parroty-excoveralls-v0.13.3_GH0.tar.gz) = 3cfe9125f2eb8dff54c9f9483ffd28341bde11ed2fd4505b7923c71ffefda0a1 -SIZE (parroty-excoveralls-v0.13.3_GH0.tar.gz) = 206199 +TIMESTAMP = 1609998775 +SHA256 (parroty-excoveralls-v0.13.4_GH0.tar.gz) = 45387bf831ae1f79a532f4028a0f2da7572253a7f17ded4f7a848d99ed5a0b1c +SIZE (parroty-excoveralls-v0.13.4_GH0.tar.gz) = 207338 Modified: head/devel/elixir-excoveralls/files/patch-mix.exs ============================================================================== --- head/devel/elixir-excoveralls/files/patch-mix.exs Thu Jan 7 05:46:13 2021 (r560681) +++ head/devel/elixir-excoveralls/files/patch-mix.exs Thu Jan 7 06:39:30 2021 (r560682) @@ -1,10 +1,10 @@ ---- mix.exs.orig 2018-05-03 07:42:57 UTC +--- mix.exs.orig 2020-12-21 15:11:39 UTC +++ mix.exs -@@ -6,7 +6,6 @@ defmodule ExCoveralls.Mixfile do - version: "0.8.2", - elixir: "~> 1.2", +@@ -9,7 +9,6 @@ defmodule ExCoveralls.Mixfile do + version: "0.13.4", + elixir: "~> 1.3", elixirc_paths: elixirc_paths(Mix.env()), - deps: deps(), + docs: docs(), description: description(), package: package(), - test_coverage: [tool: ExCoveralls], Modified: head/devel/elixir-excoveralls/pkg-plist ============================================================================== --- head/devel/elixir-excoveralls/pkg-plist Thu Jan 7 05:46:13 2021 (r560681) +++ head/devel/elixir-excoveralls/pkg-plist Thu Jan 7 06:39:30 2021 (r560682) @@ -3,6 +3,7 @@ lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Con lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Cover.beam lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Drone.beam lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Github.beam +lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Gitlab.beam lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Html.Safe.beam lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Html.View.PathHelper.beam lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Html.View.beam @@ -34,6 +35,7 @@ lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Cover lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Detail.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Drone.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Github.beam +lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Gitlab.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Html.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Json.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Post.beam @@ -51,6 +53,7 @@ lib/elixir/lib/excoveralls/lib/excoveralls/cover.ex lib/elixir/lib/excoveralls/lib/excoveralls/drone.ex lib/elixir/lib/excoveralls/lib/excoveralls/exceptions.ex lib/elixir/lib/excoveralls/lib/excoveralls/github.ex +lib/elixir/lib/excoveralls/lib/excoveralls/gitlab.ex lib/elixir/lib/excoveralls/lib/excoveralls/html.ex lib/elixir/lib/excoveralls/lib/excoveralls/html/safe.ex lib/elixir/lib/excoveralls/lib/excoveralls/html/view.ex