Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2015 11:40:28 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397960 - in head: databases/elixir-geo databases/elixir-geo/files databases/elixir-mongo databases/elixir-mongo/files devel/elixir-bson devel/elixir-bson/files devel/elixir-lager_logge...
Message-ID:  <201509261140.t8QBeS2H023649@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Sat Sep 26 11:40:27 2015
New Revision: 397960
URL: https://svnweb.freebsd.org/changeset/ports/397960

Log:
  Fix dependencies for Elixir 1.1.

Added:
  head/databases/elixir-geo/files/
  head/databases/elixir-geo/files/patch-mix.exs   (contents, props changed)
  head/devel/elixir-bson/files/
  head/devel/elixir-bson/files/patch-mix.exs   (contents, props changed)
Modified:
  head/databases/elixir-geo/Makefile
  head/databases/elixir-mongo/Makefile
  head/databases/elixir-mongo/files/patch-mix.exs   (contents, props changed)
  head/devel/elixir-bson/Makefile
  head/devel/elixir-lager_logger/Makefile
  head/devel/elixir-lager_logger/files/patch-mix.exs
  head/textproc/elixir-funnel/Makefile
  head/textproc/elixir-funnel/files/patch-mix.exs
  head/textproc/elixir-sweet_xml/Makefile
  head/textproc/elixir-sweet_xml/files/patch-mix.exs
  head/www/elixir-joken/Makefile
  head/www/elixir-joken/files/patch-mix.exs   (contents, props changed)
  head/www/elixir-webassembly/Makefile
  head/www/elixir-webassembly/files/patch-mix.exs

Modified: head/databases/elixir-geo/Makefile
==============================================================================
--- head/databases/elixir-geo/Makefile	Sat Sep 26 11:39:32 2015	(r397959)
+++ head/databases/elixir-geo/Makefile	Sat Sep 26 11:40:27 2015	(r397960)
@@ -3,6 +3,7 @@
 PORTNAME=	geo
 PORTVERSION=	0.16.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	databases
 PKGNAMEPREFIX=	elixir-
 

Added: head/databases/elixir-geo/files/patch-mix.exs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/elixir-geo/files/patch-mix.exs	Sat Sep 26 11:40:27 2015	(r397960)
@@ -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,

Modified: head/databases/elixir-mongo/Makefile
==============================================================================
--- head/databases/elixir-mongo/Makefile	Sat Sep 26 11:39:32 2015	(r397959)
+++ head/databases/elixir-mongo/Makefile	Sat Sep 26 11:40:27 2015	(r397960)
@@ -2,6 +2,7 @@
 
 PORTNAME=	elixir-mongo
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 CATEGORIES=	databases
 
 MAINTAINER=	vanilla@FreeBSD.org

Modified: head/databases/elixir-mongo/files/patch-mix.exs
==============================================================================
--- head/databases/elixir-mongo/files/patch-mix.exs	Sat Sep 26 11:39:32 2015	(r397959)
+++ head/databases/elixir-mongo/files/patch-mix.exs	Sat Sep 26 11:40:27 2015	(r397960)
@@ -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
      [

Modified: head/devel/elixir-bson/Makefile
==============================================================================
--- head/devel/elixir-bson/Makefile	Sat Sep 26 11:39:32 2015	(r397959)
+++ head/devel/elixir-bson/Makefile	Sat Sep 26 11:40:27 2015	(r397960)
@@ -2,6 +2,7 @@
 
 PORTNAME=	elixir-bson
 PORTVERSION=	0.4.3
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	vanilla@FreeBSD.org

Added: head/devel/elixir-bson/files/patch-mix.exs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/elixir-bson/files/patch-mix.exs	Sat Sep 26 11:40:27 2015	(r397960)
@@ -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),

Modified: head/devel/elixir-lager_logger/Makefile
==============================================================================
--- head/devel/elixir-lager_logger/Makefile	Sat Sep 26 11:39:32 2015	(r397959)
+++ head/devel/elixir-lager_logger/Makefile	Sat Sep 26 11:40:27 2015	(r397960)
@@ -3,6 +3,7 @@
 PORTNAME=	lager_logger
 PORTVERSION=	1.0.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	elixir-
 

Modified: head/devel/elixir-lager_logger/files/patch-mix.exs
==============================================================================
--- head/devel/elixir-lager_logger/files/patch-mix.exs	Sat Sep 26 11:39:32 2015	(r397959)
+++ head/devel/elixir-lager_logger/files/patch-mix.exs	Sat Sep 26 11:40:27 2015	(r397960)
@@ -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

Modified: head/textproc/elixir-funnel/Makefile
==============================================================================
--- head/textproc/elixir-funnel/Makefile	Sat Sep 26 11:39:32 2015	(r397959)
+++ head/textproc/elixir-funnel/Makefile	Sat Sep 26 11:40:27 2015	(r397960)
@@ -2,6 +2,7 @@
 
 PORTNAME=	funnel
 PORTVERSION=	0.4.1
+PORTREVISION=	1
 CATEGORIES=	textproc
 PKGNAMEPREFIX=	elixir-
 

Modified: head/textproc/elixir-funnel/files/patch-mix.exs
==============================================================================
--- head/textproc/elixir-funnel/files/patch-mix.exs	Sat Sep 26 11:39:32 2015	(r397959)
+++ head/textproc/elixir-funnel/files/patch-mix.exs	Sat Sep 26 11:40:27 2015	(r397960)
@@ -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

Modified: head/textproc/elixir-sweet_xml/Makefile
==============================================================================
--- head/textproc/elixir-sweet_xml/Makefile	Sat Sep 26 11:39:32 2015	(r397959)
+++ head/textproc/elixir-sweet_xml/Makefile	Sat Sep 26 11:40:27 2015	(r397960)
@@ -2,6 +2,7 @@
 
 PORTNAME=	sweet_xml
 PORTVERSION=	0.3.0
+PORTREVISION=	1
 CATEGORIES=	textproc
 PKGNAMEPREFIX=	elixir-
 

Modified: head/textproc/elixir-sweet_xml/files/patch-mix.exs
==============================================================================
--- head/textproc/elixir-sweet_xml/files/patch-mix.exs	Sat Sep 26 11:39:32 2015	(r397959)
+++ head/textproc/elixir-sweet_xml/files/patch-mix.exs	Sat Sep 26 11:40:27 2015	(r397960)
@@ -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"],

Modified: head/www/elixir-joken/Makefile
==============================================================================
--- head/www/elixir-joken/Makefile	Sat Sep 26 11:39:32 2015	(r397959)
+++ head/www/elixir-joken/Makefile	Sat Sep 26 11:40:27 2015	(r397960)
@@ -3,6 +3,7 @@
 PORTNAME=	joken
 PORTVERSION=	0.15.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	elixir-
 

Modified: head/www/elixir-joken/files/patch-mix.exs
==============================================================================
--- head/www/elixir-joken/files/patch-mix.exs	Sat Sep 26 11:39:32 2015	(r397959)
+++ head/www/elixir-joken/files/patch-mix.exs	Sat Sep 26 11:40:27 2015	(r397960)
@@ -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]

Modified: head/www/elixir-webassembly/Makefile
==============================================================================
--- head/www/elixir-webassembly/Makefile	Sat Sep 26 11:39:32 2015	(r397959)
+++ head/www/elixir-webassembly/Makefile	Sat Sep 26 11:40:27 2015	(r397960)
@@ -3,6 +3,7 @@
 PORTNAME=	webassembly
 PORTVERSION=	0.5.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	elixir-
 

Modified: head/www/elixir-webassembly/files/patch-mix.exs
==============================================================================
--- head/www/elixir-webassembly/files/patch-mix.exs	Sat Sep 26 11:39:32 2015	(r397959)
+++ head/www/elixir-webassembly/files/patch-mix.exs	Sat Sep 26 11:40:27 2015	(r397960)
@@ -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]]



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