diff --git a/shells/fish/Makefile b/shells/fish/Makefile index a9c52150d6a4..9d35e4150d6f 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -1,62 +1,62 @@ # Created by: Kai Wang PORTNAME= fish -DISTVERSION= 3.2.1 +DISTVERSION= 3.2.2 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 LICENSE_FILE= ${WRKSRC}/COPYING 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 compiler:c++11-lang cpe localbase ncurses python:3.6+,env \ shebangfix tar:xz CPE_VENDOR= fishshell SHEBANG_FILES= share/tools/*.py share/tools/web_config/webconfig.py # sphinx stuff seems to be racy MAKE_JOBS_UNSAFE= yes CONFLICTS_INSTALL= comms/mlan3 MANDIRS= ${DATADIR}/man/man1 PORTDOCS= * OPTIONS_DEFINE= DOCS MANPAGES NLS OPTIONS_DEFAULT= DOCS MANPAGES NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CMAKE_BOOL= WITH_GETTEXT .include .if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MMANPAGES} CMAKE_ARGS+= -DBUILD_DOCS=TRUE BUILD_DEPENDS+= sphinx-build:textproc/py-sphinx .endif .if ${NCURSESBASE:M${LOCALBASE}} CMAKE_ARGS+= -DCURSES_NEED_NCURSES=TRUE .endif post-install: .for i in fish fish_indent fish_key_reader @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} .endfor post-stage-DOCS-on: @${RM} ${STAGEDIR}${DOCSDIR}/.buildinfo post-stage-MANPAGES-off: @${RM} -rf ${STAGEDIR}${MANPREFIX}/man/man1 @${RM} -rf ${STAGEDIR}${DATADIR}/man .include diff --git a/shells/fish/distinfo b/shells/fish/distinfo index 6bdf8b97164a..07ffb71c95b0 100644 --- a/shells/fish/distinfo +++ b/shells/fish/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616090214 -SHA256 (fish-3.2.1.tar.xz) = d8e49f4090d3778df17dd825e4a2a80192015682423cd9dd02b6675d65c3af5b -SIZE (fish-3.2.1.tar.xz) = 3409808 +TIMESTAMP = 1619185361 +SHA256 (fish-3.2.2.tar.xz) = 5944da1a8893d11b0828a4fd9136ee174549daffb3d0adfdd8917856fe6b4009 +SIZE (fish-3.2.2.tar.xz) = 3411748