git: e8af334ea352 - main - security/protonvpn-cli: Mark as deprecated
Date: Tue, 10 May 2022 13:53:41 UTC
The branch main has been updated by salvadore:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e8af334ea352b09784c39139a7cf76b5013ce2a5
commit e8af334ea352b09784c39139a7cf76b5013ce2a5
Author: Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-04-28 16:04:18 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-05-10 13:53:01 +0000
security/protonvpn-cli: Mark as deprecated
This version is deprecated and unsupported upstream. The port needs an
update, which would require a fair amount of effort. Use OpenVPN or
Wireguard with configuration files provided by ProtonVPN instead.
Reviewed by: diizzy, tcberner
Approved by: gerald (mentor)
---
security/protonvpn-cli/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/security/protonvpn-cli/Makefile b/security/protonvpn-cli/Makefile
index 78544cc4de69..46367e17a362 100644
--- a/security/protonvpn-cli/Makefile
+++ b/security/protonvpn-cli/Makefile
@@ -13,6 +13,9 @@ LICENSE_FILE_MIT= ${WRKSRC}/license.md
LICENSE_DISTFILES_MIT= ${DISTFILES:M*protonvpn-cli*}
LICENSE_DISTFILES_GPLv3= ${DISTFILES:M*scripts*}
+DEPRECATED= This version is deprecated and unsupported upstream. The port needs an update, which would require a fair amount of effort. Use OpenVPN or Wireguard with configuration files provided by ProtonVPN instead.
+EXPIRATION_DATE= 2022-06-25
+
RUN_DEPENDS= bash:shells/bash \
openvpn:security/openvpn \
wget:ftp/wget \