aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2023-09-05 23:14:14 +0000
committerAlan Somers <asomers@FreeBSD.org>2023-09-08 15:09:07 +0000
commit172aee05e04b38a163213014f1fd37f873eec2cf (patch)
tree444d1dd6ee372b8bcd8b946b756ad6454739b585
parentd3ad36d1d18566184fc1830f506d821da83e739d (diff)
downloadports-172aee05e04b38a163213014f1fd37f873eec2cf.tar.gz
ports-172aee05e04b38a163213014f1fd37f873eec2cf.zip
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)
-rw-r--r--shells/fish/Makefile4
-rw-r--r--shells/fish/distinfo4
2 files changed, 7 insertions, 1 deletions
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