pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/zoxide



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 24 09:27:53 UTC 2025

Modified Files:
        pkgsrc/sysutils/zoxide: Makefile

Log Message:
zoxide: needs fzf to work, so depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/zoxide/Makefile

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

Modified files:

Index: pkgsrc/sysutils/zoxide/Makefile
diff -u pkgsrc/sysutils/zoxide/Makefile:1.29 pkgsrc/sysutils/zoxide/Makefile:1.30
--- pkgsrc/sysutils/zoxide/Makefile:1.29        Fri May 30 07:39:40 2025
+++ pkgsrc/sysutils/zoxide/Makefile     Tue Jun 24 09:27:52 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2025/05/30 07:39:40 pin Exp $
+# $NetBSD: Makefile,v 1.30 2025/06/24 09:27:52 wiz Exp $
 
 DISTNAME=      zoxide-0.9.8
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ajeetdsouza/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -10,6 +11,8 @@ HOMEPAGE=     https://github.com/ajeetdsouza
 COMMENT=       Faster way to navigate your filesystem
 LICENSE=       mit
 
+DEPENDS+=      fzf>=0.51.0:../../sysutils/fzf
+
 .include "cargo-depends.mk"
 
 RUST_REQ=      1.85.0



Home | Main Index | Thread Index | Old Index