View | Details | Raw Unified | Return to bug 245975
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	fish
4
PORTNAME=	fish
5
PORTVERSION=	3.1.0
5
PORTVERSION=	3.1.1
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	shells
7
CATEGORIES=	shells
8
MASTER_SITES=	https://github.com/fish-shell/fish-shell/releases/download/${PORTVERSION}/
8
MASTER_SITES=	https://github.com/fish-shell/fish-shell/releases/download/${PORTVERSION}/
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1582492621
1
TIMESTAMP = 1588000442
2
SHA256 (fish-3.1.0.tar.gz) = e5db1e6839685c56f172e1000c138e290add4aa521f187df4cd79d4eab294368
2
SHA256 (fish-3.1.1.tar.gz) = 07dc78eea3bc4cbd490b2f2a2e19e5771ac9e3b6b1a75893039ad8b34d6122b8
3
SIZE (fish-3.1.0.tar.gz) = 6810953
3
SIZE (fish-3.1.1.tar.gz) = 6816063
(-)files/patch-share_functions_fish__vcs__prompt.fish (-12 lines)
Lines 1-12 Link Here
1
--- share/functions/fish_vcs_prompt.fish.orig	2020-04-18 20:32:19 UTC
2
+++ share/functions/fish_vcs_prompt.fish
3
@@ -3,5 +3,8 @@ function fish_vcs_prompt --description "Print the prom
4
     # This is so we don't try svn if git already worked.
5
     fish_git_prompt
6
     or fish_hg_prompt
7
-    or fish_svn_prompt
8
+    # The svn prompt is disabled by default because it's quite slow on common svn repositories.
9
+    # To enable it uncomment it.
10
+    # You can also only use it in specific directories by checking $PWD.
11
+    # or fish_svn_prompt
12
 end
(-)pkg-plist (-2 lines)
Lines 328-334 Link Here
328
%%DATADIR%%/completions/aws.fish
328
%%DATADIR%%/completions/aws.fish
329
%%DATADIR%%/completions/badblocks.fish
329
%%DATADIR%%/completions/badblocks.fish
330
%%DATADIR%%/completions/base64.fish
330
%%DATADIR%%/completions/base64.fish
331
%%DATADIR%%/completions/bat.fish
332
%%DATADIR%%/completions/bb-wrapper.fish
331
%%DATADIR%%/completions/bb-wrapper.fish
333
%%DATADIR%%/completions/bc.fish
332
%%DATADIR%%/completions/bc.fish
334
%%DATADIR%%/completions/bd.fish
333
%%DATADIR%%/completions/bd.fish
Lines 753-759 Link Here
753
%%DATADIR%%/completions/resolvectl.fish
752
%%DATADIR%%/completions/resolvectl.fish
754
%%DATADIR%%/completions/return.fish
753
%%DATADIR%%/completions/return.fish
755
%%DATADIR%%/completions/rfkill.fish
754
%%DATADIR%%/completions/rfkill.fish
756
%%DATADIR%%/completions/rg.fish
757
%%DATADIR%%/completions/rgrep.fish
755
%%DATADIR%%/completions/rgrep.fish
758
%%DATADIR%%/completions/rm.fish
756
%%DATADIR%%/completions/rm.fish
759
%%DATADIR%%/completions/rmdir.fish
757
%%DATADIR%%/completions/rmdir.fish

Return to bug 245975