git: 36cc2986fb4d - main - devel/open62541: update to version 1.4.13

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Tue, 02 Sep 2025 21:11:30 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=36cc2986fb4d01f2cbb3948c34f4e8ef9791e723

commit 36cc2986fb4d01f2cbb3948c34f4e8ef9791e723
Author:     Nico Sonack <nsonack@herrhotzenplotz.de>
AuthorDate: 2025-09-01 04:29:48 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-09-02 21:07:26 +0000

    devel/open62541: update to version 1.4.13
    
    Changelog: https://github.com/open62541/open62541/releases/tag/v1.4.13
---
 devel/open62541/Makefile                   |  2 +-
 devel/open62541/distinfo                   |  6 +++---
 devel/open62541/files/patch-CMakeLists.txt | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/devel/open62541/Makefile b/devel/open62541/Makefile
index 29af86ada595..efa382f68545 100644
--- a/devel/open62541/Makefile
+++ b/devel/open62541/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	open62541
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.4.11
+DISTVERSION=	1.4.13
 CATEGORIES=	devel
 
 MAINTAINER=	nsonack@herrhotzenplotz.de
diff --git a/devel/open62541/distinfo b/devel/open62541/distinfo
index d14307e4553e..2e4a218a7dec 100644
--- a/devel/open62541/distinfo
+++ b/devel/open62541/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1744778532
-SHA256 (open62541-open62541-v1.4.11_GH0.tar.gz) = 6fd1b5db655ee13e216958470481bd0307482c4ecc2bddbdee2cfc3a5438bbf6
-SIZE (open62541-open62541-v1.4.11_GH0.tar.gz) = 4217634
+TIMESTAMP = 1756502035
+SHA256 (open62541-open62541-v1.4.13_GH0.tar.gz) = 491f8c526ecd6f2240f29cf3a00b0498587474b8f0ced1b074589f54533542aa
+SIZE (open62541-open62541-v1.4.13_GH0.tar.gz) = 4220294
diff --git a/devel/open62541/files/patch-CMakeLists.txt b/devel/open62541/files/patch-CMakeLists.txt
deleted file mode 100644
index f5ac90912abe..000000000000
--- a/devel/open62541/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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")
-