Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2015 07:19:04 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403366 - in head/databases/elixir-mongo: . files
Message-ID:  <201512090719.tB97J4fj072822@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Wed Dec  9 07:19:04 2015
New Revision: 403366
URL: https://svnweb.freebsd.org/changeset/ports/403366

Log:
  Upgrade to 0.5.4.

Modified:
  head/databases/elixir-mongo/Makefile
  head/databases/elixir-mongo/distinfo
  head/databases/elixir-mongo/files/patch-mix.exs

Modified: head/databases/elixir-mongo/Makefile
==============================================================================
--- head/databases/elixir-mongo/Makefile	Wed Dec  9 07:15:22 2015	(r403365)
+++ head/databases/elixir-mongo/Makefile	Wed Dec  9 07:19:04 2015	(r403366)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	elixir-mongo
-PORTVERSION=	0.5.2
+PORTVERSION=	0.5.4
 CATEGORIES=	databases
 
 MAINTAINER=	vanilla@FreeBSD.org

Modified: head/databases/elixir-mongo/distinfo
==============================================================================
--- head/databases/elixir-mongo/distinfo	Wed Dec  9 07:15:22 2015	(r403365)
+++ head/databases/elixir-mongo/distinfo	Wed Dec  9 07:19:04 2015	(r403366)
@@ -1,2 +1,2 @@
-SHA256 (checkiz-elixir-mongo-0.5.2_GH0.tar.gz) = ce0f5af310503e7a102cc4aa8fe89bb48c8746f639a7237e48bf3ab0e3b94521
-SIZE (checkiz-elixir-mongo-0.5.2_GH0.tar.gz) = 15453
+SHA256 (checkiz-elixir-mongo-0.5.4_GH0.tar.gz) = d2d9b24c9e80183dd921b0dec63b5f4f9909814591a04e0e211a10c2daffc4c8
+SIZE (checkiz-elixir-mongo-0.5.4_GH0.tar.gz) = 15673

Modified: head/databases/elixir-mongo/files/patch-mix.exs
==============================================================================
--- head/databases/elixir-mongo/files/patch-mix.exs	Wed Dec  9 07:15:22 2015	(r403365)
+++ head/databases/elixir-mongo/files/patch-mix.exs	Wed Dec  9 07:19:04 2015	(r403366)
@@ -1,11 +1,7 @@
---- mix.exs.orig	2015-09-18 11:03:06 UTC
+--- mix.exs.orig	2015-12-01 21:16:44 UTC
 +++ mix.exs
-@@ -5,10 +5,9 @@ defmodule Mongo.Mixfile do
-     [ app: :mongo,
-       name: "mongo",
-       version: "0.5.1",
--      elixir: "~> 1.0.0",
-+      elixir: ">= 1.0.0",
+@@ -8,7 +8,6 @@ defmodule Mongo.Mixfile do
+       elixir: "~> 1.0 or ~> 1.1",
        source_url: "https://github.com/checkiz/elixir-mongo",
        description: "MongoDB driver for Elixir",
 -      deps: deps(Mix.env),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512090719.tB97J4fj072822>