comms/tio: Update to 3.9

- Add patch to prevent executing of git

Changelog: https://github.com/tio/tio/releases/tag/v3.9
This commit is contained in:
Daniel Engberg 2025-04-21 16:35:37 +02:00
parent fa360fded4
commit 7768adee2a
3 changed files with 13 additions and 4 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= tio PORTNAME= tio
DISTVERSION= 3.8 DISTVERSION= 3.9
CATEGORIES= comms CATEGORIES= comms
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1740185551 TIMESTAMP = 1745252981
SHA256 (tio-3.8.tar.xz) = a24c69e59b53cf72a147db2566b6ff3b6a018579684caa4b16ce36614b2b68d4 SHA256 (tio-3.9.tar.xz) = 06fe0c22e3e75274643c017928fbc85e86589bc1acd515d92f98eecd4bbab11b
SIZE (tio-3.8.tar.xz) = 3460060 SIZE (tio-3.9.tar.xz) = 3460500

View file

@ -0,0 +1,9 @@
--- src/meson.build.orig 2025-04-21 16:31:39 UTC
+++ src/meson.build
@@ -1,5 +1,5 @@
# Generate version header
-version_h = vcs_tag(command : ['git', 'describe', '--tags', '--always', '--dirty'],
+version_h = vcs_tag(command : ['false'],
input : 'version.h.in',
output :'version.h',
replace_string:'@VERSION@')