git: 26157a531cce - 2023Q3 - x11/cde*: Add missing shebang script

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Mon, 03 Jul 2023 12:56:37 UTC
The branch 2023Q3 has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=26157a531cceabcc1ecf1f9a662df80f1b279fab

commit 26157a531cceabcc1ecf1f9a662df80f1b279fab
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-07-03 12:42:00 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-07-03 12:56:04 +0000

    x11/cde*: Add missing shebang script
    
    During 2023Q3 testing (using pudriere bulk -t, which enables
    DEVELOPER mode), it was discovered that a tcl script was not getting
    fixed by shabangfix. This commit fixes that.
    
    Reported by:    dizzy
    
    (cherry picked from commit c3a960a1872c9b2575b02c2ac970600d6342fbd6)
    
    x11/cde*: Bump PORTREVISION for c3a960a1872c
    
    Fixes:  c3a960a1872c
    (cherry picked from commit e6bccee8e8b89fa4523188fe30ecb56c547c23f0)
---
 x11/cde-25/Makefile    | 5 +++--
 x11/cde-devel/Makefile | 4 +++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/x11/cde-25/Makefile b/x11/cde-25/Makefile
index 37bfc1c0a9fc..a938ab065675 100644
--- a/x11/cde-25/Makefile
+++ b/x11/cde-25/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cde
 DISTVERSION=	2.5.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11
 MASTER_SITES=	SF/cdesktopenv/src/
 .if !defined(MASTERDIR)
@@ -41,7 +41,8 @@ RUN_DEPENDS=	ksh93:shells/ksh			\
 USES=		autoreconf:build iconv:wchar_t gmake jpeg libtool motif perl5 \
 		shebangfix tcl:86 xorg
 SHEBANG_LANG=	pl
-SHEBANG_FILES=	programs/dtinfo/tools/bin/ccdate
+SHEBANG_FILES=	programs/dtinfo/tools/bin/ccdate \
+		programs/dtdocbook/tcl/docbook.tcl
 DT_PREFIX=	${PREFIX}/dt${DT_ID}
 USE_LDCONFIG=	${DT_PREFIX}/lib
 USE_RC_SUBR=	dtcms${DT_ID} dtlogin${DT_ID}
diff --git a/x11/cde-devel/Makefile b/x11/cde-devel/Makefile
index e02738e5beb2..84147e739cb3 100644
--- a/x11/cde-devel/Makefile
+++ b/x11/cde-devel/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cde
 PORTVERSION=	${COMMIT_DATE}
+PORTREVISION=	1
 CATEGORIES=	x11
 .if !defined(MASTERDIR)
 PKGNAMESUFFIX=	-devel
@@ -49,7 +50,8 @@ RUN_DEPENDS=	ksh93:shells/ksh			\
 USES=		autoreconf:build iconv:wchar_t gmake jpeg libtool motif perl5 \
 		shebangfix tcl:86 xorg
 SHEBANG_LANG=	pl
-SHEBANG_FILES=	programs/dtinfo/tools/bin/ccdate
+SHEBANG_FILES=	programs/dtinfo/tools/bin/ccdate \
+		programs/dtdocbook/tcl/docbook.tcl
 DT_PREFIX=	${PREFIX}/dt${DT_ID}
 USE_LDCONFIG=	${DT_PREFIX}/lib
 USE_RC_SUBR=	dtcms${DT_ID} dtlogin${DT_ID}