aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/pinentry-qt4/Makefile12
3 files changed, 1 insertions, 13 deletions
diff --git a/MOVED b/MOVED
index ff820037b64c..134d3a9d417b 100644
--- a/MOVED
+++ b/MOVED
@@ -11981,3 +11981,4 @@ security/yubikey-piv-manager||2019-03-16|Has expired: Qt4 has been EOL since dec
textproc/xxdiff-scripts||2019-03-16|Has expired: Qt4 has been EOL since december 2015
x11/xcm||2019-03-16|Has expired: Qt4 has been EOL since december 2015
graphics/py-pivy||2019-03-16|Has expired: Qt4 has been EOL since december 2015
+security/pinentry-qt4||2019-03-17|Has expired: Qt4 has been EOL since december 2015
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"