aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2023-09-03 18:41:21 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2023-09-03 18:45:40 +0000
commite1c732e1da80676cad7f322712c447541f96afa7 (patch)
tree649e7168ca664901ff21bd04f664937e997d61f6
parent8dbb1ce404dd1ba1b527cad5a2690f32ff0493a3 (diff)
downloadports-e1c732e1da80676cad7f322712c447541f96afa7.tar.gz
ports-e1c732e1da80676cad7f322712c447541f96afa7.zip
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.
-rw-r--r--editors/vim/Makefile2
-rw-r--r--editors/vim/distinfo6
-rw-r--r--editors/vim/files/patch-src-auto-configure34
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"