git: b1767abcb9a3 - main - net/libpfctl: update main version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Dec 2024 22:05:06 UTC
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1767abcb9a3f47484b39d989748b93d379fd32f commit b1767abcb9a3f47484b39d989748b93d379fd32f Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2024-12-20 22:03:25 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2024-12-20 22:04:56 +0000 net/libpfctl: update main version 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é <olivier@freebsd.org> Sponsored by: Rubicon Communications, LLC ("Netgate") --- net/libpfctl/Makefile | 4 ++-- net/libpfctl/distinfo | 4 ++-- net/libpfctl/files/patch-Makefile | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/net/libpfctl/Makefile b/net/libpfctl/Makefile index a2d17fea52c4..b8d4e7288db1 100644 --- a/net/libpfctl/Makefile +++ b/net/libpfctl/Makefile @@ -1,5 +1,5 @@ PORTNAME= libpfctl -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= net MASTER_SITES= LOCAL/kp/ @@ -13,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