git: ca3863ffe5a2 - main - x11-wm/nscde: Replace shells/ksh93 with shells/ksh dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Mar 2023 20:20:34 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca3863ffe5a2ee0539305de19d8d5fe5239437bc commit ca3863ffe5a2ee0539305de19d8d5fe5239437bc Author: Chris Moerz <freebsd@ny-central.org> AuthorDate: 2023-03-13 09:54:44 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-03-13 20:20:20 +0000 x11-wm/nscde: Replace shells/ksh93 with shells/ksh dependency shells/ksh is the continuation of the ksh2020 development. shells/ksh93 is the no longer developed legacy AT&T AST ksh. PR: 267501 Reported by: cy --- x11-wm/nscde/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/nscde/Makefile b/x11-wm/nscde/Makefile index 04a5cc94a923..b5107144cef1 100644 --- a/x11-wm/nscde/Makefile +++ b/x11-wm/nscde/Makefile @@ -1,6 +1,6 @@ PORTNAME= nscde DISTVERSION= 2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= https://github.com/NsCDE/NsCDE/releases/download/${DISTVERSION}/ @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.7.0:sysutils/py-psutil@${PY_FLAV font-bh-lucidatypewriter-100dpi>0:x11-fonts/font-bh-lucidatypewriter-100dpi \ fvwm2:x11-wm/fvwm2 \ gsed:textproc/gsed \ - ksh93:shells/ksh93 \ + ksh93:shells/ksh \ qt5-style-plugins>=5.0.0:x11-themes/qt5-style-plugins \ roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf \ stalonetray:x11/stalonetray \ @@ -82,7 +82,7 @@ SUDO_DESC= Use sudo to elevate privileges ASTKSH_RUN_DEPENDS= ksh93:shells/ast-ksh93 DOAS_RUN_DEPENDS= doas:security/doas -KSH2020_RUN_DEPENDS= ksh93:shells/ksh93 +KSH2020_RUN_DEPENDS= ksh93:shells/ksh SUDO_RUN_DEPENDS= sudo:security/sudo _SUDOFILES= data/fvwm/Functions.fvwmconf.in lib/scripts/SysActionDialog