summaryrefslogtreecommitdiff
path: root/shells/ksh-devel/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-06-12 19:34:57 -0700
committerCy Schubert <cy@FreeBSD.org>2023-06-12 19:37:49 -0700
commit6f567e62fac522bf3005a01e23b4fdec9e4dc725 (patch)
treee8ef4f56eabc6947deab8e5f83b1c36d7b0c707b /shells/ksh-devel/Makefile
parentdevel/electron24: update to 24.5.0 (diff)
shells/ksh*: Fix ksh 1.0.5 Regression (issue #660) version 2
From the upstream patch description: Patch version two. In mac_copy(), don't internally backslash-escape a backslash in a glob pattern bracket expression. This also fixes the #549 regression reintroduced by the previous patch, at least for standard glob patterns. For this, we need to use the bracketexpr flag (introduced as a copyto() local variable in 6c73c8c) in mac_copy(), so we move it to the Mac_t struct, making it globally accessible. Initialisation is automatic.
Diffstat (limited to 'shells/ksh-devel/Makefile')
-rw-r--r--shells/ksh-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/ksh-devel/Makefile b/shells/ksh-devel/Makefile
index 50ec6bbbd593..90300f060f96 100644
--- a/shells/ksh-devel/Makefile
+++ b/shells/ksh-devel/Makefile
@@ -10,6 +10,7 @@
PORTNAME= ksh
PORTVERSION= ${AST_COMMIT_DATE}
+PORTREVISION= 1
CATEGORIES= shells
PKGNAMESUFFIX= -devel