Received: by mail.netbsd.org (Postfix, from userid 605) id D099384DCD; Wed, 13 Feb 2019 17:41:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 57EA684DCC for ; Wed, 13 Feb 2019 17:41:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1kepSSgIWGjL for ; Wed, 13 Feb 2019 17:41:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id ADE9284CDA for ; Wed, 13 Feb 2019 17:41:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9AD7FB17; Wed, 13 Feb 2019 17:41:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550079701197640" MIME-Version: 1.0 Date: Wed, 13 Feb 2019 17:41:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190213174141.A9AD7FB17@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1550079701197640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 13 17:41:41 UTC 2019 Modified Files: pkgsrc/security/pinentry-gtk2: DESCR pkgsrc/security/pinentry-qt4: DESCR Log Message: pinentry*: improve DESCR To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/pinentry-gtk2/DESCR cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/pinentry-qt4/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550079701197640 Content-Disposition: inline Content-Length: 1121 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/pinentry-gtk2/DESCR diff -u pkgsrc/security/pinentry-gtk2/DESCR:1.2 pkgsrc/security/pinentry-gtk2/DESCR:1.3 --- pkgsrc/security/pinentry-gtk2/DESCR:1.2 Sat Jan 19 22:57:36 2019 +++ pkgsrc/security/pinentry-gtk2/DESCR Wed Feb 13 17:41:41 2019 @@ -2,3 +2,5 @@ This is a collection of simple PIN or pa utilize the Assuan protocol as described by the aegypten project. It provides programs for several graphical toolkits, such as FLTK, GTK+ and QT, as well as for the console, using curses. + +This package contains the GTK2 frontend. Index: pkgsrc/security/pinentry-qt4/DESCR diff -u pkgsrc/security/pinentry-qt4/DESCR:1.1 pkgsrc/security/pinentry-qt4/DESCR:1.2 --- pkgsrc/security/pinentry-qt4/DESCR:1.1 Thu Feb 25 11:30:03 2010 +++ pkgsrc/security/pinentry-qt4/DESCR Wed Feb 13 17:41:41 2019 @@ -2,3 +2,5 @@ This is a collection of simple PIN or pa utilize the Assuan protocol as described by the aegypten project. It provides programs for several graphical toolkits, such as GTK+ and QT, as well as for the console, using curses. + +This package contains the QT4 frontend. --_----------=_1550079701197640--