1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Update devel/elixir-tirexs to version 0.8.13.

This commit is contained in:
Jimmy Olgeni 2017-02-11 13:12:40 +00:00
parent 673874ad03
commit d6024e89ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433858
3 changed files with 10 additions and 14 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= tirexs
PORTVERSION= 0.8.12
PORTVERSION= 0.8.13
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= elixir-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1483548079
SHA256 (Zatvobor-tirexs-v0.8.12_GH0.tar.gz) = c5143db9fc5be970eab120c2838843a86fd301d1d79202cf989f70eb9b12226c
SIZE (Zatvobor-tirexs-v0.8.12_GH0.tar.gz) = 43248
TIMESTAMP = 1486816921
SHA256 (Zatvobor-tirexs-v0.8.13_GH0.tar.gz) = 4ac4eff01bf2bf5c6ec1974454c817863cd36e77a240ead910919f6461eef19d
SIZE (Zatvobor-tirexs-v0.8.13_GH0.tar.gz) = 43272

View File

@ -1,14 +1,10 @@
--- mix.exs.orig 2016-12-26 08:57:32 UTC
--- mix.exs.orig 2017-02-11 13:08:56 UTC
+++ mix.exs
@@ -8,10 +8,9 @@ defmodule Tirexs.Mixfile do
version: "0.8.12",
source_url: github,
homepage_url: github,
- elixir: "~> 1.3.0",
+ elixir: "~> 1.4.0",
description: description,
package: package,
- deps: deps,
@@ -11,7 +11,6 @@ defmodule Tirexs.Mixfile do
elixir: "~> 1.3.0 or ~> 1.4.1",
description: description(),
package: package(),
- deps: deps(),
docs: [extras: ["README.md", "CONTRIBUTING.md"]]
]
end