Skip to content

Commit

Permalink
net/knxd: fix build with upcoming fmt > 10.0.0 update
Browse files Browse the repository at this point in the history
For more details see PR:
knxd/knxd#549

PR:		273882
  • Loading branch information
Daniel Engberg authored and mfechner committed Sep 17, 2023
1 parent 079bd93 commit e55af8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions net/knxd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion net/knxd/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e55af8e

Please sign in to comment.