aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-12-15 11:34:47 +0000
committerRene Ladan <rene@FreeBSD.org>2021-12-15 11:34:47 +0000
commit585143a4b1b3c781282e864a473fa7921db50e39 (patch)
treecec2abba5a5e0ccb94903730a23de24664ce1c79
parent908d2f0a6f990a62c01c27615c563679f7abb346 (diff)
downloadports-585143a4b1b3c781282e864a473fa7921db50e39.tar.gz
ports-585143a4b1b3c781282e864a473fa7921db50e39.zip
cleanup: Remove expired ports:
2021-12-15 security/putty-gtk2: putty-gtk2 is being phased out
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/putty-gtk2/Makefile15
3 files changed, 1 insertions, 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"