Received: by mail.netbsd.org (Postfix, from userid 605) id 9E35384D7A; Sat, 19 Jan 2019 22:57:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 011AD84D6F for ; Sat, 19 Jan 2019 22:57:37 +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 P9Vdlc54NtjM for ; Sat, 19 Jan 2019 22:57:36 +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 67B5F84D2A for ; Sat, 19 Jan 2019 22:57:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5CC1DFB16; Sat, 19 Jan 2019 22:57:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547938656191810" MIME-Version: 1.0 Date: Sat, 19 Jan 2019 22:57:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/pinentry-gtk2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190119225736.5CC1DFB16@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. --_----------=_1547938656191810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 19 22:57:36 UTC 2019 Modified Files: pkgsrc/security/pinentry-gtk2: DESCR Makefile Log Message: pinentry-gtk2: update to 1.1.0nb5. Explicitly disable some optional dependencies. Update COMMENT and DESCR. From Michael Bäuerle via pkgsrc-wip. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/pinentry-gtk2/DESCR cvs rdiff -u -r1.46 -r1.47 pkgsrc/security/pinentry-gtk2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1547938656191810 Content-Disposition: inline Content-Length: 1870 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.1 pkgsrc/security/pinentry-gtk2/DESCR:1.2 --- pkgsrc/security/pinentry-gtk2/DESCR:1.1 Sun Feb 7 15:36:58 2010 +++ pkgsrc/security/pinentry-gtk2/DESCR Sat Jan 19 22:57:36 2019 @@ -1,4 +1,4 @@ This is a collection of simple PIN or passphrase entry dialogs which 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. +It provides programs for several graphical toolkits, such as FLTK, +GTK+ and QT, as well as for the console, using curses. Index: pkgsrc/security/pinentry-gtk2/Makefile diff -u pkgsrc/security/pinentry-gtk2/Makefile:1.46 pkgsrc/security/pinentry-gtk2/Makefile:1.47 --- pkgsrc/security/pinentry-gtk2/Makefile:1.46 Wed Nov 14 22:22:21 2018 +++ pkgsrc/security/pinentry-gtk2/Makefile Sat Jan 19 22:57:36 2019 @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.46 2018/11/14 22:22:21 kleink Exp $ +# $NetBSD: Makefile,v 1.47 2019/01/19 22:57:36 wiz Exp $ PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gtk2-/} -PKGREVISION= 4 -COMMENT= Applications for entering PINs or Passphrases, gtk2 enabled +PKGREVISION= 5 +COMMENT= Applications for entering PINs or Passphrases, GTK+ enabled .include "../../security/pinentry/Makefile.common" USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --enable-pinentry-gtk2 -CONFIGURE_ARGS+= --disable-pinentry-qt4 +CONFIGURE_ARGS+= --disable-pinentry-qt CONFIGURE_ARGS+= --disable-pinentry-curses CONFIGURE_ARGS+= --disable-pinentry-emacs #CONFIGURE_ARGS+= --disable-fallback-curses CONFIGURE_ARGS+= --disable-pinentry-gnome3 +CONFIGURE_ARGS+= --disable-pinentry-fltk +CONFIGURE_ARGS+= --disable-libsecret INSTALL_DIRS= gtk+-2 --_----------=_1547938656191810--