diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-11-15 11:37:01 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-11-15 11:37:01 +0800 |
commit | e2f352e5e6fe593268eadf222ae5daa431daca1a (patch) | |
tree | dc81691509f737aeac38aa325c42a41fa8cfcf3a /databases | |
parent | 136936cb8eaada47fe03c6df61048379ddcf4c32 (diff) | |
download | freebsd-ports-gnome-e2f352e5e6fe593268eadf222ae5daa431daca1a.tar.gz freebsd-ports-gnome-e2f352e5e6fe593268eadf222ae5daa431daca1a.tar.zst freebsd-ports-gnome-e2f352e5e6fe593268eadf222ae5daa431daca1a.zip |
Upgrade to 0.5.2.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/elixir-mongo/Makefile | 3 | ||||
-rw-r--r-- | databases/elixir-mongo/distinfo | 4 | ||||
-rw-r--r-- | databases/elixir-mongo/files/patch-mix.exs | 16 |
3 files changed, 9 insertions, 14 deletions
diff --git a/databases/elixir-mongo/Makefile b/databases/elixir-mongo/Makefile index 8e64ae97e4f1..53c3caeccdab 100644 --- a/databases/elixir-mongo/Makefile +++ b/databases/elixir-mongo/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= elixir-mongo -PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTVERSION= 0.5.2 CATEGORIES= databases MAINTAINER= vanilla@FreeBSD.org diff --git a/databases/elixir-mongo/distinfo b/databases/elixir-mongo/distinfo index 4743dc58d197..2b16a0085182 100644 --- a/databases/elixir-mongo/distinfo +++ b/databases/elixir-mongo/distinfo @@ -1,2 +1,2 @@ -SHA256 (checkiz-elixir-mongo-0.5.1_GH0.tar.gz) = 96029d35e94dfb2bdfb00b7d31e72a3fd3913a2182f81b6b8fd914b809a3b3d1 -SIZE (checkiz-elixir-mongo-0.5.1_GH0.tar.gz) = 15279 +SHA256 (checkiz-elixir-mongo-0.5.2_GH0.tar.gz) = ce0f5af310503e7a102cc4aa8fe89bb48c8746f639a7237e48bf3ab0e3b94521 +SIZE (checkiz-elixir-mongo-0.5.2_GH0.tar.gz) = 15453 diff --git a/databases/elixir-mongo/files/patch-mix.exs b/databases/elixir-mongo/files/patch-mix.exs index 5abaa91822ca..dda2ed6e4ae9 100644 --- a/databases/elixir-mongo/files/patch-mix.exs +++ b/databases/elixir-mongo/files/patch-mix.exs @@ -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 -@@ -5,7 +5,6 @@ defmodule Mongo.Mixfile do +@@ -5,10 +5,9 @@ defmodule Mongo.Mixfile do [ app: :mongo, name: "mongo", version: "0.5.1", - elixir: "~> 1.0.0", ++ 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 - [ -- bson: "~> 0.4.3" - ] +- deps: deps(Mix.env), + package: package, + docs: &docs/0 ] end - |