git: e1c732e1da80 - main - editors/vim: Update to 9.0.1857
Date: Sun, 03 Sep 2023 18:45:47 UTC
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1c732e1da80676cad7f322712c447541f96afa7 commit e1c732e1da80676cad7f322712c447541f96afa7 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2023-09-03 18:41:21 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2023-09-03 18:45:40 +0000 editors/vim: Update to 9.0.1857 On 5 August, 2023, Bram Moolenaar, the long-time maintainer and architect of Vim, passed away. In addition to being a legendary software engineer and open-source advocate, he was a major philanthropist. His impact on the OSS world was immense, as was his dedication to speaking out for those whose voices are too often missed.. The Vim project remains in good hands with the Vim community. --- editors/vim/Makefile | 2 +- editors/vim/distinfo | 6 +++--- editors/vim/files/patch-src-auto-configure | 34 +++++++++++++++--------------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/editors/vim/Makefile b/editors/vim/Makefile index a9262cf77962..3891648fc8a1 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,5 +1,5 @@ PORTNAME= vim -PORTVERSION= 9.0.1678 +PORTVERSION= 9.0.1857 DISTVERSIONPREFIX= v CATEGORIES= editors diff --git a/editors/vim/distinfo b/editors/vim/distinfo index 379bdd294a57..f3c71b907453 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691502475 -SHA256 (vim-vim-v9.0.1678_GH0.tar.gz) = e0b52a997b4f6180c5d8a5dae717075d99650c3e2e7761d1878a3dd7011ec315 -SIZE (vim-vim-v9.0.1678_GH0.tar.gz) = 17069551 +TIMESTAMP = 1693766132 +SHA256 (vim-vim-v9.0.1857_GH0.tar.gz) = 9eddb3e1685a574cf87ac2d5407a807ed1410dfb0f5fa5be37e62afa0035a4c5 +SIZE (vim-vim-v9.0.1857_GH0.tar.gz) = 17247395 diff --git a/editors/vim/files/patch-src-auto-configure b/editors/vim/files/patch-src-auto-configure index 39bc29256854..92663ae12d5f 100644 --- a/editors/vim/files/patch-src-auto-configure +++ b/editors/vim/files/patch-src-auto-configure @@ -1,6 +1,6 @@ ---- src/auto/configure.orig 2018-04-21 15:08:14 UTC +--- src/auto/configure.orig 2023-09-03 18:37:03 UTC +++ src/auto/configure -@@ -903,7 +903,7 @@ pdfdir='${docdir}' +@@ -938,7 +938,7 @@ pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' @@ -9,25 +9,25 @@ ac_prev= ac_dashdash= -@@ -5369,7 +5369,7 @@ $as_echo_n "checking Lua version of LuaJ - if ${vi_cv_version_lua_luajit+:} false; then : - $as_echo_n "(cached) " >&6 - else +@@ -5659,7 +5659,7 @@ if test ${vi_cv_version_lua_luajit+y} + then : + printf %s "(cached) " >&6 + else $as_nop - vi_cv_version_lua_luajit=`${vi_cv_path_luajit} -e "print(_VERSION)" | sed 's/.* //'` + vi_cv_version_lua_luajit=`${vi_cv_path_luajit} -e "print(_VERSION)" | sed 's/.* //' | tr -d '/'` fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $vi_cv_version_lua_luajit" >&5 - $as_echo "$vi_cv_version_lua_luajit" >&6; } -@@ -5423,7 +5423,7 @@ $as_echo_n "checking Lua version... " >& - if ${vi_cv_version_plain_lua+:} false; then : - $as_echo_n "(cached) " >&6 - else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $vi_cv_version_lua_luajit" >&5 + printf "%s\n" "$vi_cv_version_lua_luajit" >&6; } +@@ -5719,7 +5719,7 @@ if test ${vi_cv_version_plain_lua+y} + then : + printf %s "(cached) " >&6 + else $as_nop - vi_cv_version_plain_lua=`${vi_cv_path_plain_lua} -e "print(_VERSION)" | sed 's/.* //'` + vi_cv_version_plain_lua=`${vi_cv_path_plain_lua} -e "print(_VERSION)" | sed 's/.* //' | tr -d '.'` fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $vi_cv_version_plain_lua" >&5 - $as_echo "$vi_cv_version_plain_lua" >&6; } -@@ -5514,7 +5514,7 @@ rm -f core conftest.err conftest.$ac_obj + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $vi_cv_version_plain_lua" >&5 + printf "%s\n" "$vi_cv_version_plain_lua" >&6; } +@@ -5838,7 +5838,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.b LIBS=$libs_save fi if test "x$lua_ok" = "xyes"; then @@ -36,8 +36,8 @@ LUA_SRC="if_lua.c" LUA_OBJ="objects/if_lua.o" LUA_PRO="if_lua.pro" -@@ -5571,7 +5571,8 @@ $as_echo "yes" >&6; } - $as_echo "#define DYNAMIC_LUA 1" >>confdefs.h +@@ -5895,7 +5895,8 @@ printf "%s\n" "yes" >&6; } + printf "%s\n" "#define DYNAMIC_LUA 1" >>confdefs.h LUA_LIBS="" - LUA_CFLAGS="-DDYNAMIC_LUA_DLL=\\\"${vi_cv_dll_name_lua}\\\" $LUA_CFLAGS"