mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- Update maintainer email - Add patch to fix version reporting Changelog: https://github.com/open62541/open62541/releases/tag/v1.4.11.1 PR: 286143
11 lines
430 B
Text
11 lines
430 B
Text
--- CMakeLists.txt.orig 2025-03-14 15:52:43 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -40,7 +40,7 @@ set(OPEN62541_VER_MINOR 4)
|
|
# overwritten with more detailed information if git is available.
|
|
set(OPEN62541_VER_MAJOR 1)
|
|
set(OPEN62541_VER_MINOR 4)
|
|
-set(OPEN62541_VER_PATCH 10)
|
|
+set(OPEN62541_VER_PATCH 11)
|
|
set(OPEN62541_VER_LABEL "-undefined") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty"
|
|
set(OPEN62541_VER_COMMIT "unknown-commit")
|
|
|