FreeBSD Bugzilla – Attachment 211877 Details for
Bug 244355
textproc/ripgrep: don't install completion file for fish
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Don't install rg.fish
ripgrep_fish.diff (text/plain), 1.00 KB, created by
Alan Somers
on 2020-02-24 00:40:34 UTC
(
hide
)
Description:
Don't install rg.fish
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2020-02-24 00:40:34 UTC
Size:
1.00 KB
patch
obsolete
>Index: textproc/ripgrep/Makefile >=================================================================== >--- textproc/ripgrep/Makefile (revision 526924) >+++ textproc/ripgrep/Makefile (working copy) >@@ -5,7 +5,7 @@ > > PORTNAME= ripgrep > DISTVERSION= 11.0.2 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= textproc > > MAINTAINER= petteri.valkonen@iki.fi >@@ -94,7 +94,6 @@ > PLIST_FILES= bin/rg \ > etc/bash_completion.d/rg.bash \ > man/man1/rg.1.gz \ >- share/fish/completions/rg.fish \ > share/zsh/site-functions/_rg > > PORTDOCS= CHANGELOG.md FAQ.md GUIDE.md >@@ -126,9 +125,6 @@ > @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ > ${INSTALL_DATA} ${RIPGREP_OUTDIR}/rg.bash \ > ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ >- @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions/ >- ${INSTALL_DATA} ${RIPGREP_OUTDIR}/rg.fish \ >- ${STAGEDIR}${PREFIX}/share/fish/completions/ > @${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 244355
: 211877