aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Sonack <nsonack@outlook.com>2023-12-28 19:22:33 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-12-30 16:22:13 +0000
commitcbaa671a45c1dd43897844bd364a19ccddcb70dc (patch)
treed78520e832a236f01097b3ef895febaf96272452
parent0d56f2f0939038e79f75ee772f94a0e50069b538 (diff)
downloadports-cbaa671a45c1dd43897844bd364a19ccddcb70dc.tar.gz
ports-cbaa671a45c1dd43897844bd364a19ccddcb70dc.zip
devel/open62541: Update to 1.3.9
-rw-r--r--devel/open62541/Makefile6
-rw-r--r--devel/open62541/distinfo6
-rw-r--r--devel/open62541/files/patch-CMakeLists.txt11
3 files changed, 6 insertions, 17 deletions
diff --git a/devel/open62541/Makefile b/devel/open62541/Makefile
index a69084ef9743..1a9ca5e2eeb8 100644
--- a/devel/open62541/Makefile
+++ b/devel/open62541/Makefile
@@ -1,6 +1,6 @@
PORTNAME= open62541
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.7
+DISTVERSION= 1.3.9
CATEGORIES= devel
MAINTAINER= nsonack@outlook.com
@@ -16,9 +16,9 @@ USE_LDCONFIG= yes
SHEBANG_GLOB= *.py
-CMAKE_ON= BUILD_SHARED_LIBS
+CMAKE_ON= BUILD_SHARED_LIBS \
+ CMAKE_DISABLE_FIND_PACKAGE_Git
CMAKE_OFF= UA_FORCE_WERROR
-BINARY_ALIAS= python3=${PYTHON_CMD}
PLIST_SUB= DISTVERSION=${DISTVERSION}
OPTIONS_DEFINE= OSSL
diff --git a/devel/open62541/distinfo b/devel/open62541/distinfo
index 21437221e6b1..41869815811f 100644
--- a/devel/open62541/distinfo
+++ b/devel/open62541/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1694436060
-SHA256 (open62541-open62541-v1.3.7_GH0.tar.gz) = d3f84f1e2632c15a3892dc6c89f0cd6b4137e990b8aef8fe245cd8e75fbb5388
-SIZE (open62541-open62541-v1.3.7_GH0.tar.gz) = 3871057
+TIMESTAMP = 1702055182
+SHA256 (open62541-open62541-v1.3.9_GH0.tar.gz) = 71764d4a060cfa07eae7aaabd176da38b155ef01c63103513339699fd8026e2f
+SIZE (open62541-open62541-v1.3.9_GH0.tar.gz) = 3874701
diff --git a/devel/open62541/files/patch-CMakeLists.txt b/devel/open62541/files/patch-CMakeLists.txt
deleted file mode 100644
index 30a6effc7f71..000000000000
--- a/devel/open62541/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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")
-