svn commit: r476396 - head/devel/elixir-lager_logger
Antoine Brodin
antoine at FreeBSD.org
Sun Aug 5 07:30:32 UTC 2018
Author: antoine
Date: Sun Aug 5 07:30:31 2018
New Revision: 476396
URL: https://svnweb.freebsd.org/changeset/ports/476396
Log:
Mark BROKEN: fails to build
** (Mix) You're trying to run :lager_logger on Elixir v1.7.0 but it has declared in its mix.exs file it supports only Elixir >= 1.1.0 and < 1.7.0
Reported by: pkg-fallout
Modified:
head/devel/elixir-lager_logger/Makefile
Modified: head/devel/elixir-lager_logger/Makefile
==============================================================================
--- head/devel/elixir-lager_logger/Makefile Sun Aug 5 07:28:11 2018 (r476395)
+++ head/devel/elixir-lager_logger/Makefile Sun Aug 5 07:30:31 2018 (r476396)
@@ -11,6 +11,8 @@ COMMENT= Lager backend for Elixir's Logger
LICENSE= APACHE20
+BROKEN= fails to build
+
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= PSPDFKit-labs
More information about the svn-ports-all
mailing list