svn commit: r469106 - in head/devel/elixir-excoveralls: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Sat May 5 13:12:05 UTC 2018
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(),
More information about the svn-ports-head
mailing list