Hi.

This updates security/pinentry to version 1.2.1.

NEWS:
 * qt: Support building with Qt 5.9.  [T5592]
 * curses: Handle an error at curses initialization.  [T5623]
 * curses: Specify fg/bg when an extention of Ncurses is not available.
 * qt: Fix translation of context menu entries.  [T5786]
 * qt: Further improve the accessibility.  [T5863]
 * qt: Fix moving focus to second input field when pressing Enter in
   first input field.  [T5866]
 * qt: Update the cursor position when reformatting the text.  [T5972]
 * qt: Use foreground raising code also with the confirm prompt.
 * Make the legacy qt4 version build again.  [T5569]
 * Make sure an entered PIN is always cleared from memory.  [T5977]
 * Build fixes for Windows.  [T5893]

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/pinentry/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- Makefile    11 Mar 2022 19:53:51 -0000      1.31
+++ Makefile    29 Aug 2022 21:03:10 -0000
@@ -2,11 +2,10 @@ COMMENT-main =        PIN or passphrase entry 
 COMMENT-gnome3 =PIN or passphrase entry dialog (GNOME 3 interface)
 COMMENT-qt5 =  PIN or passphrase entry dialog (Qt5 interface)
 
-VERSION =      1.2.0
+VERSION =      1.2.1
 DISTNAME =     pinentry-${VERSION}
 CATEGORIES =   security
 EXTRACT_SUFX = .tar.bz2
-REVISION =     0
 
 MASTER_SITES =         ${MASTER_SITE_GNUPG:=pinentry/}
 
@@ -22,6 +21,8 @@ WANTLIB += curses secret-1
 
 # C++11
 COMPILER =             base-clang ports-gcc
+
+USE_GMAKE =            Yes
 
 LIB_DEPENDS =          security/libassuan \
                        x11/gnome/libsecret
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/pinentry/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo    13 Jan 2022 14:12:37 -0000      1.9
+++ distinfo    29 Aug 2022 21:03:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (pinentry-1.2.0.tar.bz2) = EAcgRaPgQ9BYH5HNVnb8rH/+6VehZjat7apPWDphZHA=
-SIZE (pinentry-1.2.0.tar.bz2) = 498390
+SHA256 (pinentry-1.2.1.tar.bz2) = RXoYXlqFI4+5RalV3GNSq5YtyLSHILYvyfpIx1QKQGc=
+SIZE (pinentry-1.2.1.tar.bz2) = 547698

-- 
Antoine

Reply via email to