1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Upgrade to version 0.19.5.

This commit is contained in:
Jimmy Olgeni 2015-09-06 10:10:23 +00:00
parent 2c1ccdc9da
commit 75cc957bc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396208
3 changed files with 11 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= exrm
PORTVERSION= 0.19.3
PORTVERSION= 0.19.5
CATEGORIES= devel
PKGNAMEPREFIX= elixir-

View File

@ -1,2 +1,2 @@
SHA256 (bitwalker-exrm-0.19.3_GH0.tar.gz) = ce05013a60263560044c1a2cc84e82382a35902e905849b2f105a4a8c233af5a
SIZE (bitwalker-exrm-0.19.3_GH0.tar.gz) = 46553
SHA256 (bitwalker-exrm-0.19.5_GH0.tar.gz) = 6245db3c31e5c6140959f7162ec64f0f54dae5eda9461ad9dc2571d09980e8fb
SIZE (bitwalker-exrm-0.19.5_GH0.tar.gz) = 46626

View File

@ -1,15 +1,11 @@
--- mix.exs.orig 2015-08-18 15:22:09 UTC
--- mix.exs.orig 2015-09-06 10:06:04 UTC
+++ mix.exs
@@ -14,11 +14,7 @@ defmodule ReleaseManager.Mixfile do
def application, do: []
def deps do
- [{:conform, "~> 0.16.0"},
- {:relx, "~> 3.1.0" },
- {:earmark, "~> 0.1", only: :dev},
- {:ex_doc, "~> 0.5", only: :dev},
- {:coverex, "~> 1.4.1", only: :test}]
+ []
@@ -7,7 +7,7 @@ defmodule ReleaseManager.Mixfile do
elixir: "~> 1.0.5",
description: description,
package: package,
- deps: deps,
+ deps: [],
test_coverage: [tool: Coverex.Task, coveralls: true]]
end
defp description do