pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/fish4



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Nov  2 20:16:17 UTC 2025

Modified Files:
        pkgsrc/shells/fish4: Makefile

Log Message:
shells/fish4: remove unneeded CONFLICTS entry


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/shells/fish4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/fish4/Makefile
diff -u pkgsrc/shells/fish4/Makefile:1.3 pkgsrc/shells/fish4/Makefile:1.4
--- pkgsrc/shells/fish4/Makefile:1.3    Sun Nov  2 19:01:16 2025
+++ pkgsrc/shells/fish4/Makefile        Sun Nov  2 20:16:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/11/02 19:01:16 vins Exp $
+# $NetBSD: Makefile,v 1.4 2025/11/02 20:16:17 vins Exp $
 
 DISTNAME=      fish-4.1.2
 CATEGORIES=    shells
@@ -14,8 +14,6 @@ HOMEPAGE=     https://fishshell.com/
 COMMENT=       User friendly command line shell for UNIX-like operating systems
 LICENSE=       gnu-gpl-v2
 
-CONFLICTS+=    fish-[0-9]*
-
 .include "cargo-depends.mk"
 
 VENDORSRC=     ${WRKDIR}/vendor



Home | Main Index | Thread Index | Old Index