1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Fix dependencies for Elixir 1.1.

This commit is contained in:
Jimmy Olgeni 2015-09-26 11:40:27 +00:00
parent 73039f861f
commit 4dba6bd030
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397960
16 changed files with 77 additions and 37 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= geo
PORTVERSION= 0.16.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= databases
PKGNAMEPREFIX= elixir-

View File

@ -0,0 +1,10 @@
--- mix.exs.orig 2015-09-26 08:11:34 UTC
+++ mix.exs
@@ -4,7 +4,6 @@ defmodule Geo.Mixfile do
def project do
[ app: :geo,
version: "0.16.1",
- elixir: "~> 1.0.0",
deps: deps,
description: description,
package: package,

View File

@ -2,6 +2,7 @@
PORTNAME= elixir-mongo
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= vanilla@FreeBSD.org

View File

@ -1,6 +1,14 @@
--- mix.exs.orig 2015-07-08 05:55:21 UTC
--- mix.exs.orig 2015-04-23 23:09:40 UTC
+++ mix.exs
@@ -24,7 +24,6 @@ defmodule Mongo.Mixfile do
@@ -5,7 +5,6 @@ defmodule Mongo.Mixfile do
[ app: :mongo,
name: "mongo",
version: "0.5.1",
- elixir: "~> 1.0.0",
source_url: "https://github.com/checkiz/elixir-mongo",
description: "MongoDB driver for Elixir",
deps: deps(Mix.env),
@@ -24,7 +23,6 @@ defmodule Mongo.Mixfile do
# Returns the list of dependencies for prod
defp deps(:prod) do
[

View File

@ -2,6 +2,7 @@
PORTNAME= elixir-bson
PORTVERSION= 0.4.3
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= vanilla@FreeBSD.org

View File

@ -0,0 +1,10 @@
--- mix.exs.orig 2015-09-26 08:10:10 UTC
+++ mix.exs
@@ -5,7 +5,6 @@ defmodule Bson.Mixfile do
[ app: :bson,
name: "bson",
version: "0.4.3",
- elixir: "~> 1.0.0",
description: "BSON implementation for Elixir",
source_url: "https://github.com/checkiz/elixir-bson",
deps: deps(Mix.env),

View File

@ -3,6 +3,7 @@
PORTNAME= lager_logger
PORTVERSION= 1.0.0
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= elixir-

View File

@ -1,10 +1,14 @@
--- mix.exs.orig 2015-07-02 13:24:56 UTC
--- mix.exs.orig 2015-09-26 08:36:49 UTC
+++ mix.exs
@@ -30,7 +30,6 @@ defmodule LagerLogger.Mixfile do
defp deps do
[
- {:lager, ">= 2.1.0"},
]
@@ -4,10 +4,8 @@ defmodule LagerLogger.Mixfile do
def project do
[app: :lager_logger,
version: "1.0.0",
- elixir: "~> 1.0.0",
package: package,
- description: description,
- deps: deps]
+ description: description]
end
end
defp package do

View File

@ -2,6 +2,7 @@
PORTNAME= funnel
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= textproc
PKGNAMEPREFIX= elixir-

View File

@ -1,15 +1,14 @@
--- mix.exs.orig 2014-09-10 19:01:07 UTC
+++ mix.exs
@@ -6,10 +6,9 @@ defmodule Funnel.Mixfile do
@@ -6,10 +6,8 @@ defmodule Funnel.Mixfile do
version: "0.4.1",
compilers: [:elixir, :app],
compile_path: "tmp/#{Mix.env}/funnel/ebin",
- elixir: "~> 0.15 or 1.0.0-rc1 or 1.0.0",
+ elixir: "~> 0.15 or ~> 1.0.0",
description: description,
- package: package,
- deps: deps ]
+ package: package]
+ package: package ]
end
# Configuration for the OTP application

View File

@ -2,6 +2,7 @@
PORTNAME= sweet_xml
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= textproc
PKGNAMEPREFIX= elixir-

View File

@ -1,11 +1,11 @@
--- mix.exs.orig 2015-07-15 14:25:56 UTC
--- mix.exs.orig 2015-09-26 08:20:55 UTC
+++ mix.exs
@@ -26,8 +26,6 @@ defmodule SweetXml.Mixfile do
defp deps do
@@ -5,8 +5,6 @@ defmodule SweetXml.Mixfile do
[
- {:ex_doc, "~> 0.7", only: :dev},
- {:markdown, github: "devinus/markdown"}
]
end
end
app: :sweet_xml,
version: "0.3.0",
- elixir: "~> 1.0.0-rc2",
- deps: deps,
package: [
contributors: ["Frank Liu", "Arnaud Wetzel", "Tomáš Brukner", "Vinícius Sales"],
licenses: ["MIT"],

View File

@ -3,6 +3,7 @@
PORTNAME= joken
PORTVERSION= 0.15.0
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= elixir-

View File

@ -1,8 +1,10 @@
--- mix.exs.orig 2015-07-08 12:15:58 UTC
--- mix.exs.orig 2015-07-13 13:00:06 UTC
+++ mix.exs
@@ -6,8 +6,7 @@ defmodule Joken.Mixfile do
version: "0.14.1",
elixir: "~> 1.0.0",
@@ -4,10 +4,8 @@ defmodule Joken.Mixfile do
def project do
[app: :joken,
version: "0.15.0",
- elixir: "~> 1.0.0",
description: description,
- package: package,
- deps: deps]

View File

@ -3,6 +3,7 @@
PORTNAME= webassembly
PORTVERSION= 0.5.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= elixir-

View File

@ -1,12 +1,11 @@
--- mix.exs.orig 2015-07-03 10:57:27 UTC
--- mix.exs.orig 2015-09-26 08:21:42 UTC
+++ mix.exs
@@ -18,9 +18,6 @@ defmodule WebAssembly.Mixfile do
end
defp deps, do: [
- {:excoveralls, "== 0.3.6", only: :test},
- {:ex_doc, "~> 0.7.1", only: :dev},
- {:dialyze, "== 0.1.3", only: :dev},
]
defp description do
@@ -5,8 +5,6 @@ defmodule WebAssembly.Mixfile do
[app: :webassembly,
docs: [main: WebAssembly],
version: "0.5.1",
- elixir: "~> 1.0.0",
- deps: deps,
description: description,
package: package,
test_coverage: [tool: ExCoveralls]]