--- Makefile (revision 419110) +++ Makefile (working copy) @@ -10,6 +10,7 @@ PORTNAME= stack PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= GH \ https://github.com/applicative-tech/stack-dependencies/releases/download/${PORTVERSION}/:deps @@ -30,7 +31,11 @@ RUN_DEPENDS+= gcc:lang/gcc LIB_DEPENDS+= libutil.so.8:misc/compat8x -USES= gmake +# Needed for 'stack setup' +RUN_DEPENDS+= ca_root_nss>0:security/ca_root_nss \ + gmake:devel/gmake +USES= gmake perl5 + USE_GITHUB= yes GH_ACCOUNT= applicative-tech GH_PROJECT= stack-dependencies --- files/patch-Makefile (nonexistent) +++ files/patch-Makefile (working copy) @@ -0,0 +1,11 @@ +--- Makefile.orig 2016-07-23 16:05:37 UTC ++++ Makefile +@@ -34,7 +34,7 @@ _stack.zsh: _stack.bash + # zsh completion reuses bash completion file via zsh's bashcompinit function + ${ECHO} "#compdef stack" > ${@} + ${ECHO} "autoload -U +X bashcompinit && bashcompinit" >> ${@} +- ${CAT} ${>} >> ${@} ++ ${CAT} _stack.bash >> ${@} + + install: all + ${INSTALL_PROGRAM} stack ${STAGEDIR}${PREFIX}/bin