mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
fa360fded4
commit
7768adee2a
3 changed files with 13 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= tio
|
||||
DISTVERSION= 3.8
|
||||
DISTVERSION= 3.9
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1740185551
|
||||
SHA256 (tio-3.8.tar.xz) = a24c69e59b53cf72a147db2566b6ff3b6a018579684caa4b16ce36614b2b68d4
|
||||
SIZE (tio-3.8.tar.xz) = 3460060
|
||||
TIMESTAMP = 1745252981
|
||||
SHA256 (tio-3.9.tar.xz) = 06fe0c22e3e75274643c017928fbc85e86589bc1acd515d92f98eecd4bbab11b
|
||||
SIZE (tio-3.9.tar.xz) = 3460500
|
||||
|
|
9
comms/tio/files/patch-src_meson.build
Normal file
9
comms/tio/files/patch-src_meson.build
Normal 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@')
|
Loading…
Add table
Reference in a new issue