git: aef441aede70 - 2023Q1 - x11/cde-*: Depend on the more modern shells/ksh
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Jan 2023 23:10:19 UTC
The branch 2023Q1 has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aef441aede70744d28ccea4f971a01e5d6bdebad
commit aef441aede70744d28ccea4f971a01e5d6bdebad
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-12-30 03:06:29 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-01-17 23:09:58 +0000
x11/cde-*: Depend on the more modern shells/ksh
Upstream already uses and depends on ksh93/ksh. Depend on it instead of the
older ast/ksh.
(cherry picked from commit 0ffb609ec452b6ad34ea3be0ec2167d9d5630031)
---
x11/cde-25/Makefile | 5 +++--
x11/cde-devel/Makefile | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/x11/cde-25/Makefile b/x11/cde-25/Makefile
index 7701453966f4..73067122110c 100644
--- a/x11/cde-25/Makefile
+++ b/x11/cde-25/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cde
DISTVERSION= 2.5.1
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= SF/cdesktopenv/src/
.if !defined(MASTERDIR)
@@ -23,7 +24,7 @@ DT_ID=
.endif
PLIST_SUB= DT_ID=${DT_ID}
-BUILD_DEPENDS= ksh93:shells/ksh93 \
+BUILD_DEPENDS= ksh93:shells/ksh \
bdftopcf:x11-fonts/bdftopcf \
mkfontscale>=0:x11-fonts/mkfontscale \
biconv:converters/iconv \
@@ -31,7 +32,7 @@ BUILD_DEPENDS= ksh93:shells/ksh93 \
${LOCALBASE}/libdata/pkgconfig/freetype2.pc:print/freetype2 \
onsgmls:textproc/opensp \
xrdb:x11/xrdb
-RUN_DEPENDS= ksh93:shells/ksh93 \
+RUN_DEPENDS= ksh93:shells/ksh \
${LOCALBASE}/bin/fc-cache:x11-fonts/fontconfig \
${LOCALBASE}/libdata/pkgconfig/freetype2.pc:print/freetype2 \
xrdb:x11/xrdb \
diff --git a/x11/cde-devel/Makefile b/x11/cde-devel/Makefile
index 579cfe4fca3e..2774b00592d3 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
@@ -30,7 +31,7 @@ DT_ID=
.endif
PLIST_SUB= DT_ID=${DT_ID}
-BUILD_DEPENDS= ksh93:shells/ksh93 \
+BUILD_DEPENDS= ksh93:shells/ksh \
bdftopcf:x11-fonts/bdftopcf \
mkfontscale>=0:x11-fonts/mkfontscale \
biconv:converters/iconv \
@@ -38,7 +39,7 @@ BUILD_DEPENDS= ksh93:shells/ksh93 \
${LOCALBASE}/libdata/pkgconfig/freetype2.pc:print/freetype2 \
onsgmls:textproc/opensp \
xrdb:x11/xrdb
-RUN_DEPENDS= ksh93:shells/ksh93 \
+RUN_DEPENDS= ksh93:shells/ksh \
${LOCALBASE}/bin/fc-cache:x11-fonts/fontconfig \
${LOCALBASE}/libdata/pkgconfig/freetype2.pc:print/freetype2 \
xrdb:x11/xrdb \