pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/fish



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov 26 16:42:13 UTC 2021

Modified Files:
        pkgsrc/shells/fish: Makefile

Log Message:
fish: remove python dependency

None of the scripts have a python interpreter in a shebang line, and they
are all examples, so python can be installed if wanted.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/shells/fish/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/fish/Makefile
diff -u pkgsrc/shells/fish/Makefile:1.31 pkgsrc/shells/fish/Makefile:1.32
--- pkgsrc/shells/fish/Makefile:1.31    Fri Jul 16 08:50:50 2021
+++ pkgsrc/shells/fish/Makefile Fri Nov 26 16:42:13 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2021/07/16 08:50:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.32 2021/11/26 16:42:13 wiz Exp $
 
 DISTNAME=              fish-3.3.1
+PKGREVISION=           1
 CATEGORIES=            shells
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=fish-shell/}
 GITHUB_PROJECT=                fish-shell
@@ -20,9 +21,6 @@ CMAKE_ARGS+=          -DCMAKE_INSTALL_SYSCONFDIR
 
 PKG_SHELL=             bin/fish
 
-REPLACE_PYTHON+=       share/tools/*.py
-REPLACE_PYTHON+=       share/tools/web_config/webconfig.py
-
 LDFLAGS.SunOS+=                -lintl
 
 .include "../../mk/bsd.prefs.mk"
@@ -55,7 +53,6 @@ post-extract:
 .include "../../devel/pcre2/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/gettext-tools/buildlink3.mk"
-.include "../../lang/python/application.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/atomic64.mk"
 .include "../../mk/curses.buildlink3.mk"



Home | Main Index | Thread Index | Old Index