sysutils/vtm: Update 2025.05.21 => 2025.05.28

Changelogs:
https://github.com/directvt/vtm/releases/tag/v2025.05.27
https://github.com/directvt/vtm/releases/tag/v2025.05.28

Add record to pkg-message about incompatibility with previous versions.

PR:	287159
This commit is contained in:
Yusuf Yaman 2025-05-30 19:38:07 +03:00 committed by Vladimir Druzenko
parent 65ae2d7ad8
commit 640e5969e0
3 changed files with 22 additions and 6 deletions

View File

@ -1,7 +1,6 @@
PORTNAME= vtm
DISTVERSIONPREFIX= v
DISTVERSION= 2025.05.21
DISTVERSIONSUFFIX= a
DISTVERSION= 2025.05.28
CATEGORIES= sysutils
MAINTAINER= nxjoseph@protonmail.com
@ -31,7 +30,7 @@ CXXFLAGS+= -stdlib=libstdc++
.endif
post-patch:
${REINPLACE_CMD} 's/lua-5.4/lua-${LUA_VER}/g' \
@${REINPLACE_CMD} 's/lua-5.4/lua-${LUA_VER}/g' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1748072121
SHA256 (directvt-vtm-v2025.05.21a_GH0.tar.gz) = 7e124df15b59fd7c6bec99bf1010ba3dd64ebd13d27200d84b66d833313a0e14
SIZE (directvt-vtm-v2025.05.21a_GH0.tar.gz) = 1931349
TIMESTAMP = 1748598649
SHA256 (directvt-vtm-v2025.05.28_GH0.tar.gz) = 302eced60e7f2517fe8efbe5d658638f6c046e88dee9681204d0a2fb886e4cb3
SIZE (directvt-vtm-v2025.05.28_GH0.tar.gz) = 1933926

17
sysutils/vtm/pkg-message Normal file
View File

@ -0,0 +1,17 @@
[
{ type: upgrade
maximum_version: 2025.05.28
message: <<EOM
Upgrades to vtm 2025.05.28
==========================
vtm 2025.05.28 contains changes that are made to
configuration settings which are backward-incompatible
for previous versions of vtm. The configuration settings
file has changed significantly due to the introduction
of Pure XML with dynamic element referencing and templating.
See also: https://github.com/directvt/vtm/releases/tag/v2025.05.27
EOM
}
]