Index: head/shells/fish/Makefile =================================================================== --- head/shells/fish/Makefile (revision 532044) +++ head/shells/fish/Makefile (revision 532045) @@ -1,48 +1,49 @@ # Created by: Kai Wang # $FreeBSD$ PORTNAME= fish PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= https://github.com/fish-shell/fish-shell/releases/download/${PORTVERSION}/ MAINTAINER= asomers@FreeBSD.org COMMENT= User friendly command line shell LICENSE= GPLv2 LIB_DEPENDS+= libpcre2-32.so:devel/pcre2 # The python dependency is only needed by shebangfix. At runtime python is # only needed by some optional scripts that aren't in PATH. USES= cmake cpe ncurses python:3.4+,build \ localbase compiler:c++11-lang shebangfix SHEBANG_FILES= share/tools/*.py share/tools/web_config/webconfig.py CONFLICTS_INSTALL= comms/mlan3 CPE_VENDOR= fishshell MANDIRS= ${DATADIR}/man/man1 OPTIONS_DEFAULT= MANPAGES DOCS NLS OPTIONS_DEFINE= MANPAGES DOCS NLS OPTIONS_SUB= yes MAKE_JOBS_UNSAFE=yes # sphinx stuff seems to be racy DOCS_BUILD_DEPENDS+= sphinx-build:textproc/py-sphinx MANPAGES_BUILD_DEPENDS+= sphinx-build:textproc/py-sphinx NLS_USES= gettext NLS_CMAKE_BOOL= WITH_GETTEXT post-install: .for i in fish fish_indent fish_key_reader @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} .endfor post-stage-MANPAGES-off: @${RM} -rf ${STAGEDIR}${MANPREFIX}/man/man1 @${RM} -rf ${STAGEDIR}${DATADIR}/man .include Index: head/shells/fish/files/patch-share_functions_fish__vcs__prompt.fish =================================================================== --- head/shells/fish/files/patch-share_functions_fish__vcs__prompt.fish (nonexistent) +++ head/shells/fish/files/patch-share_functions_fish__vcs__prompt.fish (revision 532045) @@ -0,0 +1,12 @@ +--- 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 Property changes on: head/shells/fish/files/patch-share_functions_fish__vcs__prompt.fish ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property