svn commit: r435140 - in head/security/elixir-comeonin: . files
Jimmy Olgeni
olgeni at FreeBSD.org
Wed Mar 1 11:22:15 UTC 2017
Author: olgeni
Date: Wed Mar 1 11:22:14 2017
New Revision: 435140
URL: https://svnweb.freebsd.org/changeset/ports/435140
Log:
Update security/elixir-comeonin to version 3.0.
Modified:
head/security/elixir-comeonin/Makefile
head/security/elixir-comeonin/distinfo
head/security/elixir-comeonin/files/patch-mix.exs
Modified: head/security/elixir-comeonin/Makefile
==============================================================================
--- head/security/elixir-comeonin/Makefile Wed Mar 1 11:18:09 2017 (r435139)
+++ head/security/elixir-comeonin/Makefile Wed Mar 1 11:22:14 2017 (r435140)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= comeonin
-PORTVERSION= 2.3
+PORTVERSION= 3.0
DISTVERSIONPREFIX= v
CATEGORIES= security
PKGNAMEPREFIX= elixir-
@@ -16,8 +16,9 @@ USES= elixir gmake
USE_GITHUB= yes
GH_ACCOUNT= elixircnx
-MIX_BUILD_DEPS= security/elixir-comeonin_i18n
-MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
+MIX_BUILD_DEPS= devel/elixir-make \
+ security/elixir-comeonin_i18n
+MIX_RUN_DEPS:= security/elixir-comeonin_i18n
post-build:
${STRIP_CMD} ${WRKSRC}/priv/bcrypt_nif.so
Modified: head/security/elixir-comeonin/distinfo
==============================================================================
--- head/security/elixir-comeonin/distinfo Wed Mar 1 11:18:09 2017 (r435139)
+++ head/security/elixir-comeonin/distinfo Wed Mar 1 11:22:14 2017 (r435140)
@@ -1,2 +1,3 @@
-SHA256 (elixircnx-comeonin-v2.3_GH0.tar.gz) = 7122c209ae2b09965487b5cf1fcb1f82a6d127bca9221a73c824b3b25d81ddea
-SIZE (elixircnx-comeonin-v2.3_GH0.tar.gz) = 31879
+TIMESTAMP = 1481803232
+SHA256 (elixircnx-comeonin-v3.0_GH0.tar.gz) = 993bc5e5a3480e12eb0bf45cafee3de1046ce8cb1419be06b542af950920d85f
+SIZE (elixircnx-comeonin-v3.0_GH0.tar.gz) = 31151
Modified: head/security/elixir-comeonin/files/patch-mix.exs
==============================================================================
--- head/security/elixir-comeonin/files/patch-mix.exs Wed Mar 1 11:18:09 2017 (r435139)
+++ head/security/elixir-comeonin/files/patch-mix.exs Wed Mar 1 11:22:14 2017 (r435140)
@@ -1,10 +1,10 @@
---- mix.exs.orig 2015-12-17 02:11:33 UTC
+--- mix.exs.orig 2016-12-15 12:02:47 UTC
+++ mix.exs
-@@ -120,7 +120,6 @@ defmodule Comeonin.Mixfile do
- package: package,
- source_url: "https://github.com/elixircnx/comeonin",
- compilers: [:comeonin] ++ Mix.compilers,
-- deps: deps
- ]
+@@ -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"]]
end
More information about the svn-ports-all
mailing list