From owner-svn-ports-all@freebsd.org Wed Dec 9 07:19:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66ACF9D5663; Wed, 9 Dec 2015 07:19:06 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D40E1C5B; Wed, 9 Dec 2015 07:19:06 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB97J5iJ072825; Wed, 9 Dec 2015 07:19:05 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB97J4fj072822; Wed, 9 Dec 2015 07:19:04 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201512090719.tB97J4fj072822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 9 Dec 2015 07:19:04 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Dec 2015 07:19:06 -0000 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),