Skip to content

Commit

Permalink
Ports: Update vim editor to v8.2.5056 and set version to huge
Browse files Browse the repository at this point in the history
  • Loading branch information
djwisdom committed Dec 19, 2024
1 parent 05ccc4c commit e62c9d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`tr`](tr/) | tr (OpenBSD) | 6.7 | https://github.com/ibara/libpuffy |
| [`tree`](tree/) | tree | 2.1.3 | https://github.com/Old-Man-Programmer/tree |
| [`tuxracer`](tuxracer/) | Tux Racer | 0.61 | http://tuxracer.sourceforge.net/ |
| [`vim`](vim/) | Vim | 8.2.4554 | https://www.vim.org/ |
| [`vim`](vim/) | Vim | 8.2.5056 | https://www.vim.org/ |
| [`vitetris`](vitetris/) | vitetris | 0.59.1 | https://github.com/vicgeralds/vitetris |
| [`vlang`](vlang/) | V programming language | weekly.2021.31 | https://github.com/vlang/v |
| [`vttest`](vttest/) | vttest | 20240708 | https://invisible-island.net/vttest/ |
Expand Down
6 changes: 3 additions & 3 deletions Ports/vim/package.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=vim
version=8.2.4554
version=8.2.5056
workdir="${port}-${version}"
useconfigure="true"
files=(
"https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz#206c8fc2535df33b9ea62fa1c9acae66c981a3e3aa4de0f652ef3a25e2b92571"
"https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz#2a7ed006ba7c6af3210525606444a9c4bd45efb467e9df045eabc5a09bc428f9"
)
configopts=("--with-tlib=tinfo" "--with-features=normal")
configopts=("--with-tlib=tinfo" "--with-features=huge")
depends=("ncurses" "gettext")

export vim_cv_getcwd_broken=no
Expand Down

0 comments on commit e62c9d4

Please sign in to comment.