diff options
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 2 | ||||
-rw-r--r-- | editors/vim/distinfo | 6 | ||||
-rw-r--r-- | editors/vim/files/patch-src-auto-configure | 28 |
3 files changed, 18 insertions, 18 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index e1bff9a2dfb7..a2d99117dc91 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,5 +1,5 @@ PORTNAME= vim -PORTVERSION= 9.1.1362 +PORTVERSION= 9.1.1378 DISTVERSIONPREFIX= v CATEGORIES= editors diff --git a/editors/vim/distinfo b/editors/vim/distinfo index 6c199923feb3..8d54f27a9d48 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746315566 -SHA256 (vim-vim-v9.1.1362_GH0.tar.gz) = 4282a7e75e4099f46e1d44a9e32edb691bea4892826e5b252923e3329295be3c -SIZE (vim-vim-v9.1.1362_GH0.tar.gz) = 18790833 +TIMESTAMP = 1746899563 +SHA256 (vim-vim-v9.1.1378_GH0.tar.gz) = 34b682d4aa45d9220c7188662b05a45e1b2e34ceb3271df43b1ced0e25752557 +SIZE (vim-vim-v9.1.1378_GH0.tar.gz) = 18802935 diff --git a/editors/vim/files/patch-src-auto-configure b/editors/vim/files/patch-src-auto-configure index 92663ae12d5f..49b764d16d1b 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 2023-09-03 18:37:03 UTC +--- src/auto/configure.orig 2025-05-10 17:54:52 UTC +++ src/auto/configure -@@ -938,7 +938,7 @@ pdfdir='${docdir}' +@@ -936,7 +936,7 @@ localedir='${datarootdir}/locale' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' @@ -9,25 +9,25 @@ ac_prev= ac_dashdash= -@@ -5659,7 +5659,7 @@ if test ${vi_cv_version_lua_luajit+y} +@@ -5955,7 +5955,7 @@ else case e in #( 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 '/'` + else case e in #( +- e) vi_cv_version_lua_luajit=`${vi_cv_path_luajit} -e "print(_VERSION)" | sed 's/.* //'` ;; ++ e) vi_cv_version_lua_luajit=`${vi_cv_path_luajit} -e "print(_VERSION)" | sed 's/.* //' | tr -d '/'` ;; + esac fi { 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} +@@ -6017,7 +6017,7 @@ else case e in #( 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 '.'` + else case e in #( +- e) vi_cv_version_plain_lua=`${vi_cv_path_plain_lua} -e "print(_VERSION)" | sed 's/.* //'` ;; ++ e) vi_cv_version_plain_lua=`${vi_cv_path_plain_lua} -e "print(_VERSION)" | sed 's/.* //' | tr -d '.'` ;; + esac fi { 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 +@@ -6138,7 +6138,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.b LIBS=$libs_save fi if test "x$lua_ok" = "xyes"; then @@ -36,7 +36,7 @@ LUA_SRC="if_lua.c" LUA_OBJ="objects/if_lua.o" LUA_PRO="if_lua.pro" -@@ -5895,7 +5895,8 @@ printf "%s\n" "yes" >&6; } +@@ -6195,7 +6195,8 @@ printf "%s\n" "yes" >&6; } printf "%s\n" "#define DYNAMIC_LUA 1" >>confdefs.h LUA_LIBS="" |