diff options
author | makc <makc@FreeBSD.org> | 2013-07-09 21:37:13 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-07-09 21:37:13 +0800 |
commit | f436572cb3d527e379828f10f0cecd040e3c65cb (patch) | |
tree | c3e3db64e99be240936d8b38dd75524456c3d2b1 /security/pinentry-qt4 | |
parent | a4893fae07b5f3b0b79647623e26629b3e3f82b4 (diff) | |
download | freebsd-ports-gnome-f436572cb3d527e379828f10f0cecd040e3c65cb.tar.gz freebsd-ports-gnome-f436572cb3d527e379828f10f0cecd040e3c65cb.tar.zst freebsd-ports-gnome-f436572cb3d527e379828f10f0cecd040e3c65cb.zip |
- Remove security/pinentry-qt: Qt3 ports are deprecated.
- minor fixes/changes.
Diffstat (limited to 'security/pinentry-qt4')
-rw-r--r-- | security/pinentry-qt4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pinentry-qt4/Makefile b/security/pinentry-qt4/Makefile index 37b8fa61ecd4..8ef844e95c46 100644 --- a/security/pinentry-qt4/Makefile +++ b/security/pinentry-qt4/Makefile @@ -1,8 +1,9 @@ # $FreeBSD$ PORTNAME= pinentry +PORTREVISION= 3 -COMMENT= QT4 version of the gnupg password dialog +COMMENT= Qt 4 version of the gnupg password dialog CONFLICTS_INSTALL= pinentry-[0-9]* pinentry-curses-* pinentry-gtk-* \ pinentry-gtk2-* pinentry-qt-* |