aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-09-17 13:41:05 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2023-09-17 13:43:09 +0000
commite55af8ed99076424c31932b9066d795c886fbdd7 (patch)
tree576beb32361c2870398bf75754f17b4576f09c4a
parent079bd935ee19ff824211a2229c0d0e232781af5d (diff)
downloadports-e55af8ed99076424c31932b9066d795c886fbdd7.tar.gz
ports-e55af8ed99076424c31932b9066d795c886fbdd7.zip
net/knxd: fix build with upcoming fmt > 10.0.0 update
For more details see PR: https://github.com/knxd/knxd/pull/549 PR: 273882
-rw-r--r--net/knxd/Makefile4
-rw-r--r--net/knxd/distinfo4
2 files changed, 7 insertions, 1 deletions
diff --git a/net/knxd/Makefile b/net/knxd/Makefile
index e1a396fd402d..f47cb14d1b1b 100644
--- a/net/knxd/Makefile
+++ b/net/knxd/Makefile
@@ -2,6 +2,10 @@ PORTNAME= knxd
PORTVERSION= 0.14.59
CATEGORIES= net
+# make is compatible with fmt >= 10, https://github.com/knxd/knxd/pull/549
+PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
+PATCHFILES= 797283251470786bffd6586571407337da899d30.patch:-p1
+
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Advanced router/gateway for KNX
WWW= https://github.com/knxd/knxd
diff --git a/net/knxd/distinfo b/net/knxd/distinfo
index ff06eee30ce3..864cdf22667b 100644
--- a/net/knxd/distinfo
+++ b/net/knxd/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1689767520
+TIMESTAMP = 1694957860
SHA256 (knxd-knxd-0.14.59_GH0.tar.gz) = 8b8314ad4265cd48e9a257a1bcfd162b1084422f765082b45cceabdd70c0c164
SIZE (knxd-knxd-0.14.59_GH0.tar.gz) = 290029
+SHA256 (797283251470786bffd6586571407337da899d30.patch) = bb6d18da632fca37d4822eb2358e8183394a730aa1547522ec2571bad8e1cd40
+SIZE (797283251470786bffd6586571407337da899d30.patch) = 3741