shells/fish: update to 3.1.1
PR: 245975 Submitted by: Evilham <contact@evilham.com>
This commit is contained in:
parent
c45ecc2459
commit
bfacc2c0b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534268
@ -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}/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user