diff options
author | olgeni <olgeni@FreeBSD.org> | 2016-09-21 15:52:30 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2016-09-21 15:52:30 +0800 |
commit | 226a2f4d2fcc81ded3491f4edef9aeda5d22c66d (patch) | |
tree | 5b291a4049934c0411d55ecf6a2163a858fb68f2 /misc | |
parent | 52306cc79d2fa63c72242c3e34aec83b39835c05 (diff) | |
download | freebsd-ports-gnome-226a2f4d2fcc81ded3491f4edef9aeda5d22c66d.tar.gz freebsd-ports-gnome-226a2f4d2fcc81ded3491f4edef9aeda5d22c66d.tar.zst freebsd-ports-gnome-226a2f4d2fcc81ded3491f4edef9aeda5d22c66d.zip |
Update misc/elixir-uuid to version 1.1.5.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/elixir-uuid/Makefile | 2 | ||||
-rw-r--r-- | misc/elixir-uuid/distinfo | 6 | ||||
-rw-r--r-- | misc/elixir-uuid/files/patch-mix.exs | 16 |
3 files changed, 12 insertions, 12 deletions
diff --git a/misc/elixir-uuid/Makefile b/misc/elixir-uuid/Makefile index 1e0f50dc7dcc..00b2d179723e 100644 --- a/misc/elixir-uuid/Makefile +++ b/misc/elixir-uuid/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= elixir-uuid -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 DISTVERSIONPREFIX= v CATEGORIES= misc diff --git a/misc/elixir-uuid/distinfo b/misc/elixir-uuid/distinfo index 8bb491a8842b..f8fcbe0585b0 100644 --- a/misc/elixir-uuid/distinfo +++ b/misc/elixir-uuid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464595191 -SHA256 (zyro-elixir-uuid-v1.1.4_GH0.tar.gz) = 65cbb4e8fbf523ca6aa10570da3e8ad6fb67a7ac5dffad6b60d82833547b8afb -SIZE (zyro-elixir-uuid-v1.1.4_GH0.tar.gz) = 12187 +TIMESTAMP = 1474444038 +SHA256 (zyro-elixir-uuid-v1.1.5_GH0.tar.gz) = 349314312ae9229e320c3cfc72cdd7bc29dbf1d6dc910ce46bcb9c476a8de8a5 +SIZE (zyro-elixir-uuid-v1.1.5_GH0.tar.gz) = 12312 diff --git a/misc/elixir-uuid/files/patch-mix.exs b/misc/elixir-uuid/files/patch-mix.exs index 9762fcf89fca..4aba8f09889a 100644 --- a/misc/elixir-uuid/files/patch-mix.exs +++ b/misc/elixir-uuid/files/patch-mix.exs @@ -1,12 +1,12 @@ ---- mix.exs.orig 2015-07-08 10:43:54 UTC +--- mix.exs.orig 2016-09-21 07:51:15 UTC +++ mix.exs -@@ -9,8 +9,7 @@ defmodule UUID.Mixfile do - homepage_url: "http://hexdocs.pm/uuid", - elixir: "~> 1.0", - description: description, -- package: package, -- deps: deps] -+ package: package] +@@ -13,8 +13,7 @@ defmodule UUID.Mixfile do + source_ref: "v#{@version}"], + source_url: "https://github.com/zyro/elixir-uuid", + description: description(), +- package: package(), +- deps: deps()] ++ package: package()] end # Application configuration. |