aboutsummaryrefslogtreecommitdiff
path: root/security/elixir-comeonin
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2017-07-15 13:04:34 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2017-07-15 13:04:34 +0000
commit6c19a201fdc1fa11e76a82b05293b687af3940a7 (patch)
tree852a159294a66c2b58bde4e5332c12238f38cfd0 /security/elixir-comeonin
parent4d5debd8a1c2efcbe860584d87c771d7dc856ee6 (diff)
downloadports-6c19a201fdc1fa11e76a82b05293b687af3940a7.tar.gz
ports-6c19a201fdc1fa11e76a82b05293b687af3940a7.zip
Update security/elixir-comeonin to version 3.2.
Notes
Notes: svn path=/head/; revision=445872
Diffstat (limited to 'security/elixir-comeonin')
-rw-r--r--security/elixir-comeonin/Makefile2
-rw-r--r--security/elixir-comeonin/distinfo6
-rw-r--r--security/elixir-comeonin/files/patch-mix.exs4
3 files changed, 6 insertions, 6 deletions
diff --git a/security/elixir-comeonin/Makefile b/security/elixir-comeonin/Makefile
index bf854b731c40..07a61703050d 100644
--- a/security/elixir-comeonin/Makefile
+++ b/security/elixir-comeonin/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= comeonin
-PORTVERSION= 3.0
+PORTVERSION= 3.2
DISTVERSIONPREFIX= v
CATEGORIES= security
PKGNAMEPREFIX= elixir-
diff --git a/security/elixir-comeonin/distinfo b/security/elixir-comeonin/distinfo
index 308f643b298a..1a5cfa19ac84 100644
--- a/security/elixir-comeonin/distinfo
+++ b/security/elixir-comeonin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481803232
-SHA256 (elixircnx-comeonin-v3.0_GH0.tar.gz) = 993bc5e5a3480e12eb0bf45cafee3de1046ce8cb1419be06b542af950920d85f
-SIZE (elixircnx-comeonin-v3.0_GH0.tar.gz) = 31151
+TIMESTAMP = 1500123493
+SHA256 (elixircnx-comeonin-v3.2_GH0.tar.gz) = c87934b837f4db14e54b26a7f5f48772386ed40361ab638e0ea94ebf17ea8777
+SIZE (elixircnx-comeonin-v3.2_GH0.tar.gz) = 31757
diff --git a/security/elixir-comeonin/files/patch-mix.exs b/security/elixir-comeonin/files/patch-mix.exs
index 6069239a89c7..bb3270b34fa3 100644
--- a/security/elixir-comeonin/files/patch-mix.exs
+++ b/security/elixir-comeonin/files/patch-mix.exs
@@ -1,10 +1,10 @@
---- mix.exs.orig 2016-12-15 12:02:47 UTC
+--- mix.exs.orig 2017-07-15 13:02:36 UTC
+++ mix.exs
@@ -16,7 +16,6 @@ defmodule Comeonin.Mixfile do
package: package(),
source_url: "https://github.com/riverrun/comeonin",
compilers: [:elixir_make] ++ Mix.compilers,
- deps: deps(),
- dialyzer: [plt_file: ".dialyzer/local.plt"]]
+ dialyzer: [plt_file: ".dialyzer/local.plt", remove_defaults: [:unknown]]]
end