git: 172aee05e04b - main - shells/fish: fix ZFS tab completion

From: Alan Somers <asomers_at_FreeBSD.org>
Date: Fri, 08 Sep 2023 15:09:26 UTC
The branch main has been updated by asomers:

URL: https://cgit.FreeBSD.org/ports/commit/?id=172aee05e04b38a163213014f1fd37f873eec2cf

commit 172aee05e04b38a163213014f1fd37f873eec2cf
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2023-09-05 23:14:14 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2023-09-08 15:09:07 +0000

    shells/fish: fix ZFS tab completion
    
    It's already fixed upstream, but not yet in any release, with no ETA.
    
    PR:             272246
    Reported by:    dch
    Sponsored by:   Axcient
    Approved by:    fuz (ports)
---
 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