FreeBSD Bugzilla – Attachment 244670 Details for
Bug 272246
shells/fish: please add upstream patch that fixes zfs tab completion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix "zfs list" tab completion
0002-shells-fish-fix-ZFS-tab-completion.patch (text/plain), 1.51 KB, created by
Alan Somers
on 2023-09-05 23:17:26 UTC
(
hide
)
Description:
Fix "zfs list" tab completion
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2023-09-05 23:17:26 UTC
Size:
1.51 KB
patch
obsolete
>From 0b0224dc5faaef23fd7518abbcfc07a5f8d4a659 Mon Sep 17 00:00:00 2001 >From: Alan Somers <asomers@FreeBSD.org> >Date: Tue, 5 Sep 2023 17:14:14 -0600 >Subject: [PATCH 2/2] shells/fish: fix ZFS tab completion > >It's already fixed upstream, but not yet in any release, with no ETA. > >Reported by: dch >Sponsored by: Axcient >--- > shells/fish/Makefile | 4 ++++ > shells/fish/distinfo | 4 +++- > 2 files changed, 7 insertions(+), 1 deletion(-) > >diff --git a/shells/fish/Makefile b/shells/fish/Makefile >index bb41c40ac9d3..48b796aced88 100644 >--- a/shells/fish/Makefile >+++ b/shells/fish/Makefile >@@ -1,8 +1,12 @@ > PORTNAME= fish > DISTVERSION= 3.6.1 >+PORTREVISION= 1 > CATEGORIES= shells > MASTER_SITES= https://github.com/fish-shell/fish-shell/releases/download/${PORTVERSION}/ > >+PATCH_SITES= https://github.com/fish-shell/fish-shell/commit/ >+PATCHFILES+= 85504ca694ae099f023ae0febb363238d9c64e8d.patch:-p1 >+ > MAINTAINER= asomers@FreeBSD.org > COMMENT= User friendly command line shell > WWW= https://fishshell.com/ >diff --git a/shells/fish/distinfo b/shells/fish/distinfo >index 4297df8737bb..daa75ddae7d2 100644 >--- a/shells/fish/distinfo >+++ b/shells/fish/distinfo >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1684723601 >+TIMESTAMP = 1693954987 > SHA256 (fish-3.6.1.tar.xz) = 55402bb47ca6739d8aba25e41780905b5ce1bce0a5e0dd17dca908b5bc0b49b2 > SIZE (fish-3.6.1.tar.xz) = 2866100 >+SHA256 (85504ca694ae099f023ae0febb363238d9c64e8d.patch) = c8e3395463dab5d7b5a68fe8a16ef47b9aaef5a983ba909e9c132159290a5f08 >+SIZE (85504ca694ae099f023ae0febb363238d9c64e8d.patch) = 1505 >-- >2.40.1 >
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
Flags:
asomers
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 272246
: 244670