diff options
-rw-r--r-- | devel/elixir-plug/Makefile | 2 | ||||
-rw-r--r-- | devel/elixir-plug/distinfo | 4 | ||||
-rw-r--r-- | devel/elixir-plug/files/patch-mix.exs | 24 |
3 files changed, 13 insertions, 17 deletions
diff --git a/devel/elixir-plug/Makefile b/devel/elixir-plug/Makefile index 2b34f71dc51a..c4db8e097a0e 100644 --- a/devel/elixir-plug/Makefile +++ b/devel/elixir-plug/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= plug -PORTVERSION= 0.13.0 +PORTVERSION= 0.13.1 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- diff --git a/devel/elixir-plug/distinfo b/devel/elixir-plug/distinfo index 66473e403ff8..1e96146347f9 100644 --- a/devel/elixir-plug/distinfo +++ b/devel/elixir-plug/distinfo @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-plug-v0.13.0_GH0.tar.gz) = aacb1167da4e29d63f4a99a30ab73a68510a5339202fd090f03405618da6e049 -SIZE (elixir-lang-plug-v0.13.0_GH0.tar.gz) = 102150 +SHA256 (elixir-lang-plug-v0.13.1_GH0.tar.gz) = eaf82bdb8be79605597a15d3ea416dec130abf1d97806f917043d90ac4fbc49b +SIZE (elixir-lang-plug-v0.13.1_GH0.tar.gz) = 103627 diff --git a/devel/elixir-plug/files/patch-mix.exs b/devel/elixir-plug/files/patch-mix.exs index f435347af40a..07aff16872e6 100644 --- a/devel/elixir-plug/files/patch-mix.exs +++ b/devel/elixir-plug/files/patch-mix.exs @@ -1,15 +1,11 @@ ---- mix.exs.orig 2015-07-01 09:49:57 UTC +--- mix.exs.orig 2015-07-27 05:39:41 UTC +++ mix.exs -@@ -24,11 +24,7 @@ defmodule Plug.Mixfile do - end - - def deps do -- [{:cowboy, "~> 1.0", optional: true}, -- {:earmark, "~> 0.1", only: :docs}, -- {:ex_doc, "~> 0.7", only: :docs}, -- {:inch_ex, only: :docs}, -- {:hackney, "~> 0.13", only: :test}] -+ [] - end - - defp package do +@@ -7,7 +7,7 @@ defmodule Plug.Mixfile do + [app: :plug, + version: @version, + elixir: "~> 1.0", +- deps: deps, ++ deps: [], + package: package, + description: "A specification and conveniences for composable " <> + "modules in between web applications", |