mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade to 0.5.2.
This commit is contained in:
parent
b242e8b62c
commit
ada67a0ded
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401680
3 changed files with 9 additions and 14 deletions
|
@ -1,8 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= elixir-mongo
|
PORTNAME= elixir-mongo
|
||||||
PORTVERSION= 0.5.1
|
PORTVERSION= 0.5.2
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
|
|
||||||
MAINTAINER= vanilla@FreeBSD.org
|
MAINTAINER= vanilla@FreeBSD.org
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (checkiz-elixir-mongo-0.5.1_GH0.tar.gz) = 96029d35e94dfb2bdfb00b7d31e72a3fd3913a2182f81b6b8fd914b809a3b3d1
|
SHA256 (checkiz-elixir-mongo-0.5.2_GH0.tar.gz) = ce0f5af310503e7a102cc4aa8fe89bb48c8746f639a7237e48bf3ab0e3b94521
|
||||||
SIZE (checkiz-elixir-mongo-0.5.1_GH0.tar.gz) = 15279
|
SIZE (checkiz-elixir-mongo-0.5.2_GH0.tar.gz) = 15453
|
||||||
|
|
|
@ -1,18 +1,14 @@
|
||||||
--- mix.exs.orig 2015-04-23 23:09:40 UTC
|
--- mix.exs.orig 2015-09-18 11:03:06 UTC
|
||||||
+++ mix.exs
|
+++ mix.exs
|
||||||
@@ -5,7 +5,6 @@ defmodule Mongo.Mixfile do
|
@@ -5,10 +5,9 @@ defmodule Mongo.Mixfile do
|
||||||
[ app: :mongo,
|
[ app: :mongo,
|
||||||
name: "mongo",
|
name: "mongo",
|
||||||
version: "0.5.1",
|
version: "0.5.1",
|
||||||
- elixir: "~> 1.0.0",
|
- elixir: "~> 1.0.0",
|
||||||
|
+ elixir: ">= 1.0.0",
|
||||||
source_url: "https://github.com/checkiz/elixir-mongo",
|
source_url: "https://github.com/checkiz/elixir-mongo",
|
||||||
description: "MongoDB driver for Elixir",
|
description: "MongoDB driver for Elixir",
|
||||||
deps: deps(Mix.env),
|
- deps: deps(Mix.env),
|
||||||
@@ -24,7 +23,6 @@ defmodule Mongo.Mixfile do
|
package: package,
|
||||||
# Returns the list of dependencies for prod
|
docs: &docs/0 ]
|
||||||
defp deps(:prod) do
|
|
||||||
[
|
|
||||||
- bson: "~> 0.4.3"
|
|
||||||
]
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue