svn commit: r449095 - head/devel/elixir-stemmer

Antoine Brodin antoine at FreeBSD.org
Fri Sep 1 18:23:12 UTC 2017


Author: antoine
Date: Fri Sep  1 18:23:11 2017
New Revision: 449095
URL: https://svnweb.freebsd.org/changeset/ports/449095

Log:
  Mark BROKEN: fails to build
  
  ** (Mix) You're trying to run :stemmer on Elixir v1.4.5 but it has declared in its mix.exs file it supports only Elixir ~> 1.5
  
  Reported by:	pkg-fallout

Modified:
  head/devel/elixir-stemmer/Makefile

Modified: head/devel/elixir-stemmer/Makefile
==============================================================================
--- head/devel/elixir-stemmer/Makefile	Fri Sep  1 18:23:06 2017	(r449094)
+++ head/devel/elixir-stemmer/Makefile	Fri Sep  1 18:23:11 2017	(r449095)
@@ -11,6 +11,8 @@ COMMENT=	English stemming implementation in Elixir
 
 LICENSE=	MIT
 
+BROKEN=		fails to build
+
 USES=		elixir
 USE_GITHUB=	yes
 GH_ACCOUNT=	fredwu


More information about the svn-ports-head mailing list