pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/jj



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 29 17:25:00 UTC 2025

Modified Files:
        pkgsrc/devel/jj: Makefile PLIST

Log Message:
jj: improve previous for bash and fish. Ride bump.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/jj/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/jj/PLIST

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

Modified files:

Index: pkgsrc/devel/jj/Makefile
diff -u pkgsrc/devel/jj/Makefile:1.29 pkgsrc/devel/jj/Makefile:1.30
--- pkgsrc/devel/jj/Makefile:1.29       Tue Jul 29 17:19:48 2025
+++ pkgsrc/devel/jj/Makefile    Tue Jul 29 17:25:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2025/07/29 17:19:48 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2025/07/29 17:25:00 wiz Exp $
 
 DISTNAME=      jj-0.31.0
 PKGREVISION=   1
@@ -14,7 +14,7 @@ LICENSE=      apache-2.0
 .include "cargo-depends.mk"
 
 INSTALLATION_DIRS=     bin
-INSTALLATION_DIRS+=    share/bash-completion
+INSTALLATION_DIRS+=    share/bash-completion/completions
 INSTALLATION_DIRS+=    share/fish/vendor_completions.d
 INSTALLATION_DIRS+=    share/zsh/site-functions
 
@@ -27,9 +27,9 @@ do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/jj \
                ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKDIR}/bash \
-               ${DESTDIR}${PREFIX}/share/bash-completion
+               ${DESTDIR}${PREFIX}/share/bash-completion/completions/jj
        ${INSTALL_DATA} ${WRKDIR}/fish \
-               ${DESTDIR}${PREFIX}/share/fish/vendor_completions.d
+               ${DESTDIR}${PREFIX}/share/fish/vendor_completions.d/jj.fish
        ${INSTALL_DATA} ${WRKDIR}/zsh \
                ${DESTDIR}${PREFIX}/share/zsh/site-functions/_jj
 

Index: pkgsrc/devel/jj/PLIST
diff -u pkgsrc/devel/jj/PLIST:1.3 pkgsrc/devel/jj/PLIST:1.4
--- pkgsrc/devel/jj/PLIST:1.3   Tue Jul 29 17:19:48 2025
+++ pkgsrc/devel/jj/PLIST       Tue Jul 29 17:25:00 2025
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2025/07/29 17:19:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/07/29 17:25:00 wiz Exp $
 bin/jj
-share/bash-completion/bash
-share/fish/vendor_completions.d/fish
+share/bash-completion/completions/jj
+share/fish/vendor_completions.d/jj.fish
 share/zsh/site-functions/_jj



Home | Main Index | Thread Index | Old Index