Index: head/databases/elixir-geo/Makefile =================================================================== --- head/databases/elixir-geo/Makefile (revision 397959) +++ head/databases/elixir-geo/Makefile (revision 397960) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= geo PORTVERSION= 0.16.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= elixir- MAINTAINER= olgeni@FreeBSD.org COMMENT= Collection of GIS functions for Elixir LICENSE= MIT OPTIONS_SUB= yes USES= elixir USE_GITHUB= yes GH_ACCOUNT= bryanjos MIX_BUILD_DEPS= databases/elixir-ecto \ databases/elixir-postgrex \ devel/elixir-poison MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} MIX_REWRITE= yes .include Index: head/databases/elixir-geo/files/patch-mix.exs =================================================================== --- head/databases/elixir-geo/files/patch-mix.exs (nonexistent) +++ head/databases/elixir-geo/files/patch-mix.exs (revision 397960) @@ -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, Property changes on: head/databases/elixir-geo/files/patch-mix.exs ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/elixir-mongo/Makefile =================================================================== --- head/databases/elixir-mongo/Makefile (revision 397959) +++ head/databases/elixir-mongo/Makefile (revision 397960) @@ -1,21 +1,22 @@ # $FreeBSD$ PORTNAME= elixir-mongo PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= vanilla@FreeBSD.org COMMENT= Database driver for MongoDB written in Elixir LICENSE= MIT USES= elixir USE_GITHUB= yes GH_ACCOUNT= checkiz ELIXIR_APP_NAME=mongo MIX_BUILD_DEPS= devel/elixir-bson MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} .include Index: head/databases/elixir-mongo/files/patch-mix.exs =================================================================== --- head/databases/elixir-mongo/files/patch-mix.exs (revision 397959) +++ head/databases/elixir-mongo/files/patch-mix.exs (revision 397960) @@ -1,10 +1,18 @@ ---- 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 [ - bson: "~> 0.4.3" ] end Property changes on: head/databases/elixir-mongo/files/patch-mix.exs ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/devel/elixir-bson/Makefile =================================================================== --- head/devel/elixir-bson/Makefile (revision 397959) +++ head/devel/elixir-bson/Makefile (revision 397960) @@ -1,18 +1,19 @@ # $FreeBSD$ PORTNAME= elixir-bson PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= vanilla@FreeBSD.org COMMENT= BSON implementation in Elixir LICENSE= MIT USES= elixir USE_GITHUB= yes GH_ACCOUNT= checkiz ELIXIR_APP_NAME=bson .include Index: head/devel/elixir-bson/files/patch-mix.exs =================================================================== --- head/devel/elixir-bson/files/patch-mix.exs (nonexistent) +++ head/devel/elixir-bson/files/patch-mix.exs (revision 397960) @@ -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), Property changes on: head/devel/elixir-bson/files/patch-mix.exs ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/elixir-lager_logger/Makefile =================================================================== --- head/devel/elixir-lager_logger/Makefile (revision 397959) +++ head/devel/elixir-lager_logger/Makefile (revision 397960) @@ -1,18 +1,19 @@ # $FreeBSD$ PORTNAME= lager_logger PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= elixir- MAINTAINER= olgeni@FreeBSD.org COMMENT= Lager backend for Elixir's Logger LICENSE= APACHE20 USES= elixir USE_GITHUB= yes GH_ACCOUNT= PSPDFKit-labs .include Index: head/devel/elixir-lager_logger/files/patch-mix.exs =================================================================== --- head/devel/elixir-lager_logger/files/patch-mix.exs (revision 397959) +++ head/devel/elixir-lager_logger/files/patch-mix.exs (revision 397960) @@ -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 Index: head/textproc/elixir-funnel/Makefile =================================================================== --- head/textproc/elixir-funnel/Makefile (revision 397959) +++ head/textproc/elixir-funnel/Makefile (revision 397960) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= funnel PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= textproc PKGNAMEPREFIX= elixir- MAINTAINER= olgeni@FreeBSD.org COMMENT= Streaming Elixir API built upon ElasticSearch's percolation LICENSE= APACHE20 USES= elixir USE_GITHUB= yes GH_ACCOUNT= chatgris MIX_BUILD_DEPS= devel/elixir-poison \ devel/erlang-poolboy \ misc/elixir-uuid \ www/elixir-httpoison MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} .include Index: head/textproc/elixir-funnel/files/patch-mix.exs =================================================================== --- head/textproc/elixir-funnel/files/patch-mix.exs (revision 397959) +++ head/textproc/elixir-funnel/files/patch-mix.exs (revision 397960) @@ -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 Index: head/textproc/elixir-sweet_xml/Makefile =================================================================== --- head/textproc/elixir-sweet_xml/Makefile (revision 397959) +++ head/textproc/elixir-sweet_xml/Makefile (revision 397960) @@ -1,17 +1,18 @@ # $FreeBSD$ PORTNAME= sweet_xml PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= textproc PKGNAMEPREFIX= elixir- MAINTAINER= olgeni@FreeBSD.org COMMENT= Wrapper around xmerl application for Elixir LICENSE= MIT USES= elixir USE_GITHUB= yes GH_ACCOUNT= gniquil .include Index: head/textproc/elixir-sweet_xml/files/patch-mix.exs =================================================================== --- head/textproc/elixir-sweet_xml/files/patch-mix.exs (revision 397959) +++ head/textproc/elixir-sweet_xml/files/patch-mix.exs (revision 397960) @@ -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"], Index: head/www/elixir-joken/Makefile =================================================================== --- head/www/elixir-joken/Makefile (revision 397959) +++ head/www/elixir-joken/Makefile (revision 397960) @@ -1,18 +1,19 @@ # $FreeBSD$ PORTNAME= joken PORTVERSION= 0.15.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= elixir- MAINTAINER= vanilla@FreeBSD.org COMMENT= JSON Web Token implementation in Elixir LICENSE= APACHE20 USES= elixir USE_GITHUB= yes GH_ACCOUNT= bryanjos .include Index: head/www/elixir-joken/files/patch-mix.exs =================================================================== --- head/www/elixir-joken/files/patch-mix.exs (revision 397959) +++ head/www/elixir-joken/files/patch-mix.exs (revision 397960) @@ -1,12 +1,14 @@ ---- 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] + package: package] end def application do Property changes on: head/www/elixir-joken/files/patch-mix.exs ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/www/elixir-webassembly/Makefile =================================================================== --- head/www/elixir-webassembly/Makefile (revision 397959) +++ head/www/elixir-webassembly/Makefile (revision 397960) @@ -1,18 +1,19 @@ # $FreeBSD$ PORTNAME= webassembly PORTVERSION= 0.5.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= elixir- MAINTAINER= olgeni@FreeBSD.org COMMENT= DSL for creating HTML structure straight with Elixir blocks. LICENSE= BSD2CLAUSE USES= elixir USE_GITHUB= yes GH_ACCOUNT= herenowcoder .include Index: head/www/elixir-webassembly/files/patch-mix.exs =================================================================== --- head/www/elixir-webassembly/files/patch-mix.exs (revision 397959) +++ head/www/elixir-webassembly/files/patch-mix.exs (revision 397960) @@ -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]]