git: 585143a4b1b3 - main - cleanup: Remove expired ports:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 15 Dec 2021 11:35:04 UTC
The branch main has been updated by rene:

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

commit 585143a4b1b3c781282e864a473fa7921db50e39
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2021-12-15 11:34:47 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2021-12-15 11:34:47 +0000

    cleanup: Remove expired ports:
    
    2021-12-15 security/putty-gtk2: putty-gtk2 is being phased out
---
 MOVED                        |  1 +
 security/Makefile            |  1 -
 security/putty-gtk2/Makefile | 15 ---------------
 3 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/MOVED b/MOVED
index fe4058aac1b9..1b56f4da858a 100644
--- a/MOVED
+++ b/MOVED
@@ -16613,3 +16613,4 @@ sysutils/bareos17-server|sysutils/bareos18-server|2021-12-05|Has expired: Deprec
 www/bareos17-webui|www/bareos18-webui|2021-12-05|Has expired: Deprecated, no new release since 2020
 math/eigen2||2021-12-07|Has expired: No longer available upstream, no consumers in ports
 emulators/qemu41||2021-12-10|Has expired: Use emulators/qemu or emulators/qemu-devel
+security/putty-gtk2||2021-12-15|Has expired: putty-gtk2 is being phased out
diff --git a/security/Makefile b/security/Makefile
index b38abcf22b13..279d5660d134 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -845,7 +845,6 @@
     SUBDIR += pulledpork
     SUBDIR += pure-sfv
     SUBDIR += putty
-    SUBDIR += putty-gtk2
     SUBDIR += putty-nogtk
     SUBDIR += pvk
     SUBDIR += pwauth
diff --git a/security/putty-gtk2/Makefile b/security/putty-gtk2/Makefile
deleted file mode 100644
index b608ba950027..000000000000
--- a/security/putty-gtk2/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Created by: Matthias Andree <mandree@FreeBSD.org>
-
-PKGNAMESUFFIX=		-gtk2
-
-DEPRECATED=		putty-gtk2 is being phased out
-EXPIRATION_DATE=	2021-12-15
-
-OPTIONS_SLAVE=		GTK2
-OPTIONS_EXCLUDE=	GTK3
-
-CONFLICTS_INSTALL=	pssh putty putty-nogtk
-
-MASTERDIR=		${.CURDIR}/../../security/putty
-
-.include "${MASTERDIR}/Makefile"