1: Update to 0.8.2.

2: change MIX_BUILD_DEPS to MIX_RUN_DEPS.
This commit is contained in:
Vanilla I. Shu 2018-05-05 13:12:04 +00:00
parent 66912668b9
commit 4fb5c217f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469106
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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(),