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
This commit is contained in:
parent
079bd935ee
commit
e55af8ed99
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue