svn commit: r392142 - head/Mk/Uses

Jimmy Olgeni olgeni at FreeBSD.org
Wed Jul 15 14:09:27 UTC 2015


Author: olgeni
Date: Wed Jul 15 14:09:26 2015
New Revision: 392142
URL: https://svnweb.freebsd.org/changeset/ports/392142

Log:
  Find more instances of ":only" dependencies in MIX_REWRITE.

Modified:
  head/Mk/Uses/elixir.mk

Modified: head/Mk/Uses/elixir.mk
==============================================================================
--- head/Mk/Uses/elixir.mk	Wed Jul 15 14:03:16 2015	(r392141)
+++ head/Mk/Uses/elixir.mk	Wed Jul 15 14:09:26 2015	(r392142)
@@ -72,7 +72,7 @@ RUN_DEPENDS+=	${depend:T}>=0:${PORTSDIR}
 .if !target(do-build)
 do-build:
 .if ${MIX_REWRITE} != ""
-	@${REINPLACE_CMD} -i '' -E -e "s@{.*only: :.*},?@@; s@{ *:([a-zA-Z0-9]+), *(github:|\"~).*}@{ :\1, path: \"${ELIXIR_LIB_ROOT}/\\1\", compile: false }@" ${WRKSRC}/mix.exs
+	@${REINPLACE_CMD} -i '' -E -e "s@{.*only: .*},?@@; s@{ *:([a-zA-Z0-9]+), *(github:|\"~).*}@{ :\1, path: \"${ELIXIR_LIB_ROOT}/\\1\", compile: false }@" ${WRKSRC}/mix.exs
 .endif
 	@${RM} -f ${WRKSRC}/mix.lock
 	@cd ${WRKSRC} && ${MIX_COMPILE}


More information about the svn-ports-head mailing list