aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2026-09-01 21:16:53 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2026-09-01 21:42:37 +0000
commita6df3698389bfc0d7ba8603f1c75a6cab184ebe7 (patch)
tree748b95945b9a9c80b3623a603eb971ca4effa8e0
parenta303bb172385689b84036997c9ac0aa181fb04e1 (diff)
security/openconnect-gui: Remove deprecation notice and expiration date
As per new policies you need to track multiple branches. I don't have time, hardware or interest trying to additionally keep up with quarterly so I'll revert deprecation and expiration date Reported by: joneum
-rw-r--r--security/openconnect-gui/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/openconnect-gui/Makefile b/security/openconnect-gui/Makefile
index 5b8b4e48c3db..933debeada2e 100644
--- a/security/openconnect-gui/Makefile
+++ b/security/openconnect-gui/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openconnect-gui
PORTVERSION= 1.5.3
DISTVERSIONPREFIX=v
-PORTREVISION= 8
+PORTREVISION= 9
MASTER_SITES= https://gitlab.com/openconnect/openconnect-gui/-/archive/v${PORTVERSION}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
CATEGORIES= security net-vpn
@@ -13,9 +13,6 @@ WWW= https://github.com/openconnect/openconnect-gui
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-DEPRECATED= Outdated and depends on legacy QT5
-EXPIRATION_DATE=2026-09-30
-
BUILD_DEPENDS= openconnect:security/openconnect
LIB_DEPENDS= libgnutls.so:security/gnutls \
libspdlog.so:devel/spdlog \