aboutsummaryrefslogtreecommitdiff
path: root/misc/elixir-uuid
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2016-09-21 07:52:30 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2016-09-21 07:52:30 +0000
commitb4e0533fcb9b8020fdf647f5877063173bd29b5e (patch)
tree5b291a4049934c0411d55ecf6a2163a858fb68f2 /misc/elixir-uuid
parent53d2a66ebd9a6c782a107d18227b57505b440f42 (diff)
downloadports-b4e0533fcb9b8020fdf647f5877063173bd29b5e.tar.gz
ports-b4e0533fcb9b8020fdf647f5877063173bd29b5e.zip
Update misc/elixir-uuid to version 1.1.5.
Notes
Notes: svn path=/head/; revision=422548
Diffstat (limited to 'misc/elixir-uuid')
-rw-r--r--misc/elixir-uuid/Makefile2
-rw-r--r--misc/elixir-uuid/distinfo6
-rw-r--r--misc/elixir-uuid/files/patch-mix.exs16
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.