aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2019-03-17 17:00:28 +0800
committertcberner <tcberner@FreeBSD.org>2019-03-17 17:00:28 +0800
commit0d242c177885b5286374dc0730f5a46b84736785 (patch)
tree610b1c41d490903be41ebec0392711e09187d0d6 /security
parent306c7c6374ad838ff4c7e2b249c536ab9e86e303 (diff)
downloadfreebsd-ports-gnome-0d242c177885b5286374dc0730f5a46b84736785.tar.gz
freebsd-ports-gnome-0d242c177885b5286374dc0730f5a46b84736785.tar.zst
freebsd-ports-gnome-0d242c177885b5286374dc0730f5a46b84736785.zip
Qt4 deprecation
security/pinentry-qt4: Has expired: Qt4 has been EOL since december 2015 Approved by: portmgr (implicit)
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/pinentry-qt4/Makefile12
2 files changed, 0 insertions, 13 deletions
diff --git a/security/Makefile b/security/Makefile
index 8cb05036d281..1653f7a01463 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -856,7 +856,6 @@ PORTREVISION= 1
SUBDIR += pinentry-fltk
SUBDIR += pinentry-gnome3
SUBDIR += pinentry-gtk2
- SUBDIR += pinentry-qt4
SUBDIR += pinentry-qt5
SUBDIR += pinentry-tty
SUBDIR += pixiewps
diff --git a/security/pinentry-qt4/Makefile b/security/pinentry-qt4/Makefile
deleted file mode 100644
index de012637cc15..000000000000
--- a/security/pinentry-qt4/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= pinentry
-PORTREVISION= 0
-
-COMMENT= Qt 4 version of the GnuPG password dialog
-
-PINENTRY_GUI= qt4
-
-MASTERDIR= ${.CURDIR}/../pinentry
-
-.include "${MASTERDIR}/Makefile"