From cffce1c7a56b4e844af406d65294e1b59b449cee Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Fri, 20 Dec 2024 23:03:25 +0100 Subject: [PATCH] net/libpfctl: update main version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FreeBSD main has renamed PF_RT_RPOOL to PF_RT_RPOOL_RDR. Update libpfctl to cope with this. Stable branches never had this code, so are not updated. Reported by: Olivier Cochard-Labbé Sponsored by: Rubicon Communications, LLC ("Netgate") --- net/libpfctl/Makefile | 5 ++--- net/libpfctl/distinfo | 4 ++-- net/libpfctl/files/patch-Makefile | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/net/libpfctl/Makefile b/net/libpfctl/Makefile index 027e712c185e..b8d4e7288db1 100644 --- a/net/libpfctl/Makefile +++ b/net/libpfctl/Makefile @@ -1,6 +1,5 @@ PORTNAME= libpfctl -PORTVERSION= 0.14 -PORTREVISION= 2 +PORTVERSION= 0.15 CATEGORIES= net MASTER_SITES= LOCAL/kp/ @@ -14,7 +13,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/libpfctl -_LIBPFCTL_HASH= 498934c5ff51 +_LIBPFCTL_HASH= 9efd215411bb _LIBPFCTL_REV= 4 PLIST_FILES= \ diff --git a/net/libpfctl/distinfo b/net/libpfctl/distinfo index 076eb6c57dfe..09d43f6efce0 100644 --- a/net/libpfctl/distinfo +++ b/net/libpfctl/distinfo @@ -17,5 +17,5 @@ TIMESTAMP = 1730536700 SHA256 (libpfctl-14.2_4.tar.gz) = 527c63aa4b9e7eed513fa0c669878faea2e935f3e505dd83f8b6d7b45d3fa986 SIZE (libpfctl-14.2_4.tar.gz) = 11690 TIMESTAMP = 1700229758 -SHA256 (libpfctl-498934c5ff51.tar.gz) = 58b2d78ce0996e54a10574383642e3877217a8a5099f1db3cb15234539a83931 -SIZE (libpfctl-498934c5ff51.tar.gz) = 13462 +SHA256 (libpfctl-9efd215411bb.tar.gz) = 040c8603f4f7d187f5ed11cd1d958a9e18604395be191bab21ed459d7255b403 +SIZE (libpfctl-498934c5ff51.tar.gz) = 18874 diff --git a/net/libpfctl/files/patch-Makefile b/net/libpfctl/files/patch-Makefile index 605352fe030e..07cfdfaa6e54 100644 --- a/net/libpfctl/files/patch-Makefile +++ b/net/libpfctl/files/patch-Makefile @@ -1,7 +1,6 @@ --- Makefile.orig 2021-04-19 10:09:35 UTC +++ Makefile @@ -2,7 +2,8 @@ - PACKAGE= lib${LIB} LIB= pfctl -INTERNALLIB= true