svn commit: r392556 - head/www/elixir-phoenix_ecto

Jimmy Olgeni olgeni at FreeBSD.org
Mon Jul 20 09:27:09 UTC 2015


Author: olgeni
Date: Mon Jul 20 09:27:08 2015
New Revision: 392556
URL: https://svnweb.freebsd.org/changeset/ports/392556

Log:
  Depend on www/elixir-phoenix_html to build all beam files.

Modified:
  head/www/elixir-phoenix_ecto/Makefile

Modified: head/www/elixir-phoenix_ecto/Makefile
==============================================================================
--- head/www/elixir-phoenix_ecto/Makefile	Mon Jul 20 09:22:25 2015	(r392555)
+++ head/www/elixir-phoenix_ecto/Makefile	Mon Jul 20 09:27:08 2015	(r392556)
@@ -3,6 +3,7 @@
 PORTNAME=	phoenix_ecto
 PORTVERSION=	0.6.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	elixir-
 
@@ -17,7 +18,8 @@ GH_ACCOUNT=	phoenixframework
 
 MIX_BUILD_DEPS=	databases/elixir-ecto \
 		devel/elixir-plug \
-		devel/elixir-poison
+		devel/elixir-poison \
+		www/elixir-phoenix_html
 MIX_RUN_DEPS:=	${MIX_BUILD_DEPS}
 MIX_REWRITE=	yes
 


More information about the svn-ports-head mailing list