aboutsummaryrefslogtreecommitdiff
path: root/shells/fish
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2020-05-07 15:36:07 +0000
committerAlan Somers <asomers@FreeBSD.org>2020-05-07 15:36:07 +0000
commitbfacc2c0b3f87d15f4d100bb54327e836bbf209f (patch)
tree2f15dc1dfce25ae2348e715aef60b2d2c1b221d7 /shells/fish
parentc45ecc24594ed755383962f44bc035cc18959af8 (diff)
downloadports-bfacc2c0b3f87d15f4d100bb54327e836bbf209f.tar.gz
ports-bfacc2c0b3f87d15f4d100bb54327e836bbf209f.zip
shells/fish: update to 3.1.1
PR: 245975 Submitted by: Evilham <contact@evilham.com>
Notes
Notes: svn path=/head/; revision=534268
Diffstat (limited to 'shells/fish')
-rw-r--r--shells/fish/Makefile3
-rw-r--r--shells/fish/distinfo6
-rw-r--r--shells/fish/files/patch-share_functions_fish__vcs__prompt.fish12
-rw-r--r--shells/fish/pkg-plist2
4 files changed, 4 insertions, 19 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile
index 46b3de8abbd5..8f9077be1d57 100644
--- a/shells/fish/Makefile
+++ b/shells/fish/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= fish
-PORTVERSION= 3.1.0
-PORTREVISION= 1
+PORTVERSION= 3.1.1
CATEGORIES= shells
MASTER_SITES= https://github.com/fish-shell/fish-shell/releases/download/${PORTVERSION}/
diff --git a/shells/fish/distinfo b/shells/fish/distinfo
index 505413af4d25..a52950395e3d 100644
--- a/shells/fish/distinfo
+++ b/shells/fish/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582492621
-SHA256 (fish-3.1.0.tar.gz) = e5db1e6839685c56f172e1000c138e290add4aa521f187df4cd79d4eab294368
-SIZE (fish-3.1.0.tar.gz) = 6810953
+TIMESTAMP = 1588000442
+SHA256 (fish-3.1.1.tar.gz) = 07dc78eea3bc4cbd490b2f2a2e19e5771ac9e3b6b1a75893039ad8b34d6122b8
+SIZE (fish-3.1.1.tar.gz) = 6816063
diff --git a/shells/fish/files/patch-share_functions_fish__vcs__prompt.fish b/shells/fish/files/patch-share_functions_fish__vcs__prompt.fish
deleted file mode 100644
index 9dd8f2f2c6f2..000000000000
--- a/shells/fish/files/patch-share_functions_fish__vcs__prompt.fish
+++ /dev/null
@@ -1,12 +0,0 @@
---- share/functions/fish_vcs_prompt.fish.orig 2020-04-18 20:32:19 UTC
-+++ share/functions/fish_vcs_prompt.fish
-@@ -3,5 +3,8 @@ function fish_vcs_prompt --description "Print the prom
- # This is so we don't try svn if git already worked.
- fish_git_prompt
- or fish_hg_prompt
-- or fish_svn_prompt
-+ # The svn prompt is disabled by default because it's quite slow on common svn repositories.
-+ # To enable it uncomment it.
-+ # You can also only use it in specific directories by checking $PWD.
-+ # or fish_svn_prompt
- end
diff --git a/shells/fish/pkg-plist b/shells/fish/pkg-plist
index 1783e963a92c..0d38a5953ccc 100644
--- a/shells/fish/pkg-plist
+++ b/shells/fish/pkg-plist
@@ -328,7 +328,6 @@ libdata/pkgconfig/fish.pc
%%DATADIR%%/completions/aws.fish
%%DATADIR%%/completions/badblocks.fish
%%DATADIR%%/completions/base64.fish
-%%DATADIR%%/completions/bat.fish
%%DATADIR%%/completions/bb-wrapper.fish
%%DATADIR%%/completions/bc.fish
%%DATADIR%%/completions/bd.fish
@@ -753,7 +752,6 @@ libdata/pkgconfig/fish.pc
%%DATADIR%%/completions/resolvectl.fish
%%DATADIR%%/completions/return.fish
%%DATADIR%%/completions/rfkill.fish
-%%DATADIR%%/completions/rg.fish
%%DATADIR%%/completions/rgrep.fish
%%DATADIR%%/completions/rm.fish
%%DATADIR%%/completions/rmdir.fish