Index: ports-mgmt/poudriere/Makefile =================================================================== --- ports-mgmt/poudriere/Makefile (revision 545057) +++ ports-mgmt/poudriere/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= poudriere DISTVERSION= 3.3.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Index: ports-mgmt/poudriere/files/patch-src_share_poudriere_common.sh =================================================================== --- ports-mgmt/poudriere/files/patch-src_share_poudriere_common.sh (nonexistent) +++ ports-mgmt/poudriere/files/patch-src_share_poudriere_common.sh (working copy) @@ -0,0 +1,11 @@ +--- src/share/poudriere/common.sh.orig 2020-03-26 20:45:24 UTC ++++ src/share/poudriere/common.sh +@@ -122,7 +122,7 @@ _msg_n() { + arrow="=>>" + fi + if [ -n "${COLOR_ARROW}" ] || [ -z "${1##*\033[*}" ]; then +- printf "${COLOR_ARROW}${elapsed}${DRY_MODE}${arrow:+${COLOR_ARROW}${arrow}${COLOR_RESET} }${1}${COLOR_RESET}${NL}" ++ printf "${COLOR_ARROW}${elapsed}${DRY_MODE}${arrow:+${COLOR_ARROW}${arrow} }${COLOR_RESET}${1}${COLOR_RESET}${NL}" + else + printf "${elapsed}${DRY_MODE}${arrow:+${arrow} }${1}${NL}" + fi Index: ports-mgmt/poudriere-devel/Makefile =================================================================== --- ports-mgmt/poudriere-devel/Makefile (revision 545057) +++ ports-mgmt/poudriere-devel/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= poudriere DISTVERSION= 3.3.99.20200326 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Index: ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_common.sh =================================================================== --- ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_common.sh (nonexistent) +++ ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_common.sh (working copy) @@ -0,0 +1,11 @@ +--- src/share/poudriere/common.sh.orig 2020-03-26 20:29:02 UTC ++++ src/share/poudriere/common.sh +@@ -118,7 +118,7 @@ _msg_n() { + arrow="=>>" + fi + if [ -n "${COLOR_ARROW}" ] || [ -z "${1##*\033[*}" ]; then +- printf "${COLOR_ARROW}${elapsed}${DRY_MODE}${arrow:+${COLOR_ARROW}${arrow}${COLOR_RESET} }${*}${COLOR_RESET}${NL}" ++ printf "${COLOR_ARROW}${elapsed}${DRY_MODE}${arrow:+${COLOR_ARROW}${arrow} }${COLOR_RESET}${*}${COLOR_RESET}${NL}" + else + printf "${elapsed}${DRY_MODE}${arrow:+${arrow} }${*}${NL}" + fi