mirror of https://git.FreeBSD.org/ports.git
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:
parent
65ae2d7ad8
commit
640e5969e0
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue