diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2023-10-16 14:29:15 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2023-10-16 14:33:47 +0000 |
| commit | 78bd6ba702c8d5a946194ccb56051926b4938ebe (patch) | |
| tree | e4f314894b4395c2b4b3319d610c79ea266ea850 /net/relayd | |
| parent | b56921168ac7f5e1da4fdc1c0aea2b5b83e20f06 (diff) | |
Diffstat (limited to 'net/relayd')
| -rw-r--r-- | net/relayd/Makefile | 8 | ||||
| -rw-r--r-- | net/relayd/distinfo | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net/relayd/Makefile b/net/relayd/Makefile index ccc6eded8181..49689f780818 100644 --- a/net/relayd/Makefile +++ b/net/relayd/Makefile @@ -1,5 +1,5 @@ PORTNAME= relayd -DISTVERSION= 7.3.2023.05.09-p4 +DISTVERSION= 7.3.2023.05.09-p5 CATEGORIES= net MASTER_SITES= https://github.com/KlaraSystems/freebsd-relayd/releases/download/${DISTVERSION}/ @@ -9,11 +9,15 @@ WWW= https://github.com/KlaraSystems/freebsd-relayd LICENSE= ISCL -USES= ssl uidfix +LIB_DEPENDS= libpfctl.so:net/libpfctl + +USES= localbase:ldflags ssl uidfix USE_RC_SUBR= relayd HAS_CONFIGURE= yes +LDFLAGS+= -lpfctl + USERS= _relayd GROUPS= _relayd diff --git a/net/relayd/distinfo b/net/relayd/distinfo index 91543e27745e..e4636bfe793a 100644 --- a/net/relayd/distinfo +++ b/net/relayd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690727024 -SHA256 (relayd-7.3.2023.05.09-p4.tar.gz) = c07b0d8174b777decc8a8aecb86c23d2108d1e30eec672b30428c90e1c8c99be -SIZE (relayd-7.3.2023.05.09-p4.tar.gz) = 1310720 +TIMESTAMP = 1697181690 +SHA256 (relayd-7.3.2023.05.09-p5.tar.gz) = a3a3cae8f6c69f3aff8bc167a88c3c38723f50481d1be9c2002ec71cd60c78e3 +SIZE (relayd-7.3.2023.05.09-p5.tar.gz) = 1310720 |
