Index | Thread | Search

From:
Florian Viehweger <openbsd@out-of-creativity.de>
Subject:
remove RUNDEP gnugetopt from fish v3 and v4
To:
ports@openbsd.org
Date:
Sun, 11 May 2025 10:54:44 +0200

Download raw body.

Thread
Hi,

the following diff removes RUNDEP gnugetopt from fish version 3 and 4.

It doesn't seem to be used anymore and I have not noticed any bad
effects in the last few days for v4 on my amd64 machine.

Also no differences for 'make port-lib-depends-check', portcheck and
'make test' for v3 and v4.

Comments?

Thank you!


Index: main/Makefile
===================================================================
RCS file: /daten/openbsdmirror/cvs/mirror/ports/shells/fish/main/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- main/Makefile	1 May 2025 20:45:07 -0000	1.2
+++ main/Makefile	11 May 2025 08:12:19 -0000
@@ -3,6 +3,7 @@ COMMENT =		friendly interactive shell
 V =			4.0.2
 
 DISTNAME =		fish-${V}
+REVISION =		0
 
 SITES =			https://github.com/fish-shell/fish-shell/releases/download/${V}/
 DIST_TUPLE +=		github fish-shell rust-pcre2 0.2.9-utf32 .
@@ -37,8 +38,7 @@ BUILD_DEPENDS =		devel/gettext,-tools \
 LIB_DEPENDS =		devel/pcre2 \
 			devel/gettext,-runtime
 
-RUN_DEPENDS =		devel/desktop-file-utils \
-			misc/gnugetopt
+RUN_DEPENDS =		devel/desktop-file-utils
 
 MODPY_ADJ_FILES =	share/tools/create_manpage_completions.py \
 			share/tools/deroff.py \
Index: v3/Makefile
===================================================================
RCS file: /daten/openbsdmirror/cvs/mirror/ports/shells/fish/v3/Makefile,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 Makefile
--- v3/Makefile	31 Mar 2025 19:18:43 -0000	1.1
+++ v3/Makefile	11 May 2025 08:12:19 -0000
@@ -3,7 +3,7 @@ COMMENT =		friendly interactive shell
 V =			3.7.1
 
 DISTNAME =		fish-$V
-REVISION =		3
+REVISION =		4
 
 CATEGORIES =		shells
 
@@ -34,8 +34,7 @@ BUILD_DEPENDS =		devel/gettext,-tools \
 LIB_DEPENDS =		devel/pcre2 \
 			devel/gettext,-runtime
 
-RUN_DEPENDS =		devel/desktop-file-utils \
-			misc/gnugetopt
+RUN_DEPENDS =		devel/desktop-file-utils
 
 MODPY_ADJ_FILES =	share/tools/create_manpage_completions.py \
 			share/tools/deroff.py \

-- 
greetings,

Florian Viehweger