git: e2ce35496ec3 - main - net/tightvnc: Deprecate and set expiration date to 2023-03-31

From: Koichiro Iwao <meta_at_FreeBSD.org>
Date: Tue, 07 Feb 2023 15:31:01 UTC
The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e2ce35496ec36b520b7a25aeea1f4111449dcf12

commit e2ce35496ec36b520b7a25aeea1f4111449dcf12
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2023-02-07 15:24:14 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-02-07 15:30:37 +0000

    net/tightvnc: Deprecate and set expiration date to 2023-03-31
    
    - Last release in 2009 [1]
    - New version 2.x is available for Windows only [2]
    - Multiple security vulnerabilities are reported and not yet fixed
      (CVE-2019-15678, CVE-2019-15679, CVE-2019-15680)
    
    [1] https://lwn.net/Articles/322943/
    [2] https://www.tightvnc.com/release-2.0.php
---
 net/tightvnc/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile
index cd0937b4b515..dda8cb87b7a4 100644
--- a/net/tightvnc/Makefile
+++ b/net/tightvnc/Makefile
@@ -12,6 +12,9 @@ WWW=		https://www.tightvnc.com/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENCE.TXT
 
+DEPRECATED=	Last release in 2009, newer version 2.x is available for Windows only.
+EXPIRATION_DATE=	2023-03-31
+
 RUN_DEPENDS=	showrgb:x11/rgb \
 		xauth:x11/xauth \
 		xorg-fonts>=7.2:x11-fonts/xorg-fonts