diff options
Diffstat (limited to 'shells/fish/Makefile')
-rw-r--r-- | shells/fish/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index cacee4df796f..42035832bc06 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -1,13 +1,8 @@ PORTNAME= fish -DISTVERSION= 4.0.2 -PORTREVISION= 3 +DISTVERSION= 4.0.6 CATEGORIES= shells MASTER_SITES= https://github.com/fish-shell/fish-shell/releases/download/${PORTVERSION}/ -PATCH_SITES= https://github.com/fish-shell/fish-shell/pull/ -# https://github.com/fish-shell/fish-shell/pull/11486 -PATCHFILES+= 11486.patch:-p1 - MAINTAINER= asomers@FreeBSD.org COMMENT= User friendly command line shell WWW= https://fishshell.com/ |