git: d7e3894295f9 - main - net/wireguard-kmod: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Oct 2023 12:20:30 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7e3894295f9c1491548cf0473f1b08ae3cbfeff commit d7e3894295f9c1491548cf0473f1b08ae3cbfeff Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2023-10-01 12:02:33 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2023-10-01 12:18:47 +0000 net/wireguard-kmod: Mark DEPRECATED This port was only useful up to the point where wg(4) was available in the kernel (FreeBSD 13.2+) and as a backup for FreeBSD 12 users. --- net/wireguard-kmod/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/wireguard-kmod/Makefile b/net/wireguard-kmod/Makefile index 178ef6bc3e10..1a5ba342ff49 100644 --- a/net/wireguard-kmod/Makefile +++ b/net/wireguard-kmod/Makefile @@ -12,6 +12,9 @@ WWW= https://git.zx2c4.com/wireguard-freebsd/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../COPYING +DEPRECATED= Only useful for FreeBSD 12 which is EoL soon +EXPIRATION_DATE= 2023-12-31 + USES= kmod tar:xz uidfix WRKSRC_SUBDIR= src