git: 3bd1be2a2e38 - main - devel/open62541: Update to version 1.3.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 14:58:07 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3bd1be2a2e38570464de8a71ccb6a957f88bccef
commit 3bd1be2a2e38570464de8a71ccb6a957f88bccef
Author: Nico Sonack <nsonack@herrhotzenplotz.de>
AuthorDate: 2023-09-11 12:48:27 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-09-12 14:55:24 +0000
devel/open62541: Update to version 1.3.7
I had to patch the version inside the CMakeLists.txt because it
otherwise produces a conflicting shared object.
Changelog: https://github.com/open62541/open62541/releases/tag/v1.3.7
Signed-off-by: Nico Sonack <nsonack@herrhotzenplotz.de>
PR: 273718
---
devel/open62541/Makefile | 2 +-
devel/open62541/distinfo | 6 +++---
devel/open62541/files/patch-CMakeLists.txt | 11 +++++++++++
3 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/devel/open62541/Makefile b/devel/open62541/Makefile
index 7f9803fd14e7..a69084ef9743 100644
--- a/devel/open62541/Makefile
+++ b/devel/open62541/Makefile
@@ -1,6 +1,6 @@
PORTNAME= open62541
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.6
+DISTVERSION= 1.3.7
CATEGORIES= devel
MAINTAINER= nsonack@outlook.com
diff --git a/devel/open62541/distinfo b/devel/open62541/distinfo
index 4630c1f8df71..21437221e6b1 100644
--- a/devel/open62541/distinfo
+++ b/devel/open62541/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1684251678
-SHA256 (open62541-open62541-v1.3.6_GH0.tar.gz) = 0751ce6273908b1e571f36591665f3d5b9451514c2478ea5f6b4b466d7da6b02
-SIZE (open62541-open62541-v1.3.6_GH0.tar.gz) = 3870528
+TIMESTAMP = 1694436060
+SHA256 (open62541-open62541-v1.3.7_GH0.tar.gz) = d3f84f1e2632c15a3892dc6c89f0cd6b4137e990b8aef8fe245cd8e75fbb5388
+SIZE (open62541-open62541-v1.3.7_GH0.tar.gz) = 3871057
diff --git a/devel/open62541/files/patch-CMakeLists.txt b/devel/open62541/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..30a6effc7f71
--- /dev/null
+++ b/devel/open62541/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2023-09-11 12:47:08 UTC
++++ CMakeLists.txt
+@@ -43,7 +43,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}
+ # overwritten with more detailed information if git is available.
+ set(OPEN62541_VER_MAJOR 1)
+ set(OPEN62541_VER_MINOR 3)
+-set(OPEN62541_VER_PATCH 6)
++set(OPEN62541_VER_PATCH 7)
+ set(OPEN62541_VER_LABEL "-undefined") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty"
+ set(OPEN62541_VER_COMMIT "unknown-commit")
+