mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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")
This commit is contained in:
committed by
Brad Davis
parent
941ba2f860
commit
cffce1c7a5
@@ -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= \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user