FreeBSD Bugzilla – Attachment 214240 Details for
Bug 246290
textproc/ripgrep: do install completion file for fish
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Install rg.fish
ripgrep_fish2.diff (text/plain), 1.03 KB, created by
Alan Somers
on 2020-05-07 17:47:17 UTC
(
hide
)
Description:
Install rg.fish
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2020-05-07 17:47:17 UTC
Size:
1.03 KB
patch
obsolete
>Index: textproc/ripgrep/Makefile >=================================================================== >--- textproc/ripgrep/Makefile (revision 534268) >+++ textproc/ripgrep/Makefile (working copy) >@@ -5,7 +5,7 @@ > > PORTNAME= ripgrep > DISTVERSION= 12.0.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc > > MAINTAINER= petteri.valkonen@iki.fi >@@ -84,6 +84,7 @@ > PLIST_FILES= bin/rg \ > etc/bash_completion.d/rg.bash \ > man/man1/rg.1.gz \ >+ share/fish/vendor_completions.d/rg.fish \ > share/zsh/site-functions/_rg > > PORTDOCS= CHANGELOG.md FAQ.md GUIDE.md >@@ -115,6 +116,9 @@ > @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ > ${INSTALL_DATA} ${RIPGREP_OUTDIR}/rg.bash \ > ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/ >+ ${INSTALL_DATA} ${RIPGREP_OUTDIR}/rg.fish \ >+ ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/ > @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ > ${INSTALL_DATA} ${WRKSRC}/complete/_rg \ > ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246290
: 214240