Update security/elixir-comeonin to version 3.2.

This commit is contained in:
Jimmy Olgeni 2017-07-15 13:04:34 +00:00
parent 4d5debd8a1
commit 6c19a201fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445872
3 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= comeonin
PORTVERSION= 3.0
PORTVERSION= 3.2
DISTVERSIONPREFIX= v
CATEGORIES= security
PKGNAMEPREFIX= elixir-

View file

@ -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

View file

@ -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