git: 996b407b205a - main - net-mgmt/collectd5: Fix patch paths preventing this from applying properly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Dec 2023 21:17:00 UTC
The branch main has been updated by brd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=996b407b205a96d37d5be90be6e8a42d020d2b2e
commit 996b407b205a96d37d5be90be6e8a42d020d2b2e
Author: Brad Davis <brd@FreeBSD.org>
AuthorDate: 2023-12-01 21:08:27 +0000
Commit: Brad Davis <brd@FreeBSD.org>
CommitDate: 2023-12-01 21:16:26 +0000
net-mgmt/collectd5: Fix patch paths preventing this from applying properly
Fixes: 5b63443a6e
Pointy hat to: brd (me)
---
net-mgmt/collectd5/files/patch-src__pf.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-mgmt/collectd5/files/patch-src__pf.c b/net-mgmt/collectd5/files/patch-src__pf.c
index 79ffa899938b..136a8d307c6b 100644
--- a/net-mgmt/collectd5/files/patch-src__pf.c
+++ b/net-mgmt/collectd5/files/patch-src__pf.c
@@ -4,10 +4,10 @@ Date: Tue Nov 7 03:35:47 2023 -0700
FreeBSD's PF has a new interface so leverage libpfctl to access it so the right interface is used depending on the version
-diff --git a/src/pf.c b/src/pf.c
+diff --git src/pf.c src/pf.c
index 9681d366..eef9540d 100644
---- a/src/pf.c
-+++ b/src/pf.c
+--- src/pf.c
++++ src/pf.c
@@ -35,6 +35,9 @@
#endif