diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2023-10-01 12:16:07 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2023-10-01 12:18:48 +0000 |
commit | 64db1ca142ba0e7d11ba3383c7437af28d020463 (patch) | |
tree | 84bb150d15bf050729169e754412033b92c1ed17 | |
parent | d7e3894295f9c1491548cf0473f1b08ae3cbfeff (diff) | |
download | ports-64db1ca142ba0e7d11ba3383c7437af28d020463.tar.gz ports-64db1ca142ba0e7d11ba3383c7437af28d020463.zip |
net/wireguard: Mark DEPRECATED
This metaport was only useful when we had multiple wireguard ports in
the portstree. With the deprecation of net/wireguard-kmod this metaport
is also not needed anymore.
-rw-r--r-- | net/wireguard/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile index 0bbfde1a7435..53990d42c837 100644 --- a/net/wireguard/Makefile +++ b/net/wireguard/Makefile @@ -7,10 +7,12 @@ MAINTAINER= decke@FreeBSD.org COMMENT= Meta-port for Wireguard WWW= https://www.wireguard.com -RUN_DEPENDS= wg-quick:net/wireguard-tools +RUN_DEPENDS= wg-quick:net/wireguard-tools \ + ${KMODDIR}/if_wg.ko:net/wireguard-kmod -USES= metaport +DEPRECATED= Only useful for FreeBSD 12 which is EoL soon +EXPIRATION_DATE= 2023-12-31 -RUN_DEPENDS+= ${KMODDIR}/if_wg.ko:net/wireguard-kmod +USES= metaport .include <bsd.port.mk> |