git: 91c1be95cdb6 - 2021Q2 - devel/gh: Resolve conflict with shells/fish
Lewis Cook
lcook at FreeBSD.org
Sun Apr 25 14:33:06 UTC 2021
The branch 2021Q2 has been updated by lcook:
URL: https://cgit.FreeBSD.org/ports/commit/?id=91c1be95cdb690669d0aaad41ba8854d8f1feb42
commit 91c1be95cdb690669d0aaad41ba8854d8f1feb42
Author: Lewis Cook <lcook at FreeBSD.org>
AuthorDate: 2021-04-25 14:25:01 +0000
Commit: Lewis Cook <lcook at FreeBSD.org>
CommitDate: 2021-04-25 14:31:08 +0000
devel/gh: Resolve conflict with shells/fish
PR: 255384
Reported by: Bjorn Neergaard <bjorn at neersighted.com>
(cherry picked from commit 36d76902abf2cb2e16da2dd31cf38e58adaf37a7)
---
devel/gh/Makefile | 6 +++---
devel/gh/pkg-plist | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/devel/gh/Makefile b/devel/gh/Makefile
index 197b39c7ada7..4e2fa862f2e8 100644
--- a/devel/gh/Makefile
+++ b/devel/gh/Makefile
@@ -1,7 +1,7 @@
-
PORTNAME= gh
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.1
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= lcook at FreeBSD.org
@@ -100,9 +100,9 @@ post-install-COMPLETIONS-on:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
${INSTALL_DATA} ${GO_WRKSRC}/bash \
${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}
- @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d
${INSTALL_DATA} ${GO_WRKSRC}/fish \
- ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish
+ ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/${PORTNAME}.fish
@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
${INSTALL_DATA} ${GO_WRKSRC}/zsh \
${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME}
diff --git a/devel/gh/pkg-plist b/devel/gh/pkg-plist
index 6f0020ac96bf..b9c916c6674f 100644
--- a/devel/gh/pkg-plist
+++ b/devel/gh/pkg-plist
@@ -1,5 +1,5 @@
%%COMPLETIONS%%etc/bash_completion.d/gh
-%%COMPLETIONS%%share/fish/completions/gh.fish
+%%COMPLETIONS%%share/fish/vendor_completions.d/gh.fish
%%COMPLETIONS%%share/zsh/site-functions/_gh
%%MANPAGES%%man/man1/gh-alias-delete.1.gz
%%MANPAGES%%man/man1/gh-alias-list.1.gz
More information about the dev-commits-ports-all
mailing list