--- devel/gitflow/Makefile (revision 495356) +++ devel/gitflow/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= gitflow PORTVERSION= 1.12.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= nbari@tequila.io --- devel/gitflow/files/patch-git-flow-init (nonexistent) +++ devel/gitflow/files/patch-git-flow-init (working copy) @@ -0,0 +1,22 @@ +From aad4610f5dfe133b323d4ccb97e44af0825b0d9d Mon Sep 17 00:00:00 2001 +From: Peter van der Does +Date: Sat, 2 Mar 2019 09:54:39 -0500 +Subject: [PATCH] Missing ) + +--- + git-flow-init | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/git-flow-init b/git-flow-init +index 0699ce75..4cc7ed96 100644 +--- git-flow-init ++++ git-flow-init +@@ -375,7 +375,7 @@ file= use given config file + # Support branches + if ! git config --get gitflow.prefix.support >/dev/null 2>&1 || flag force; then + if [ "$FLAGS_support" != "" ]; then +- default_suggestion=$(echo $FLAGS_support ++ default_suggestion=$(echo $FLAGS_support) + else + default_suggestion=$(git config --get gitflow.prefix.support || echo support/) + fi