head 1.2; access; symbols pkgsrc-2025Q4:1.1.0.12 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.10 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.8 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.6 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.4 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.2 pkgsrc-2024Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2026.02.12.08.15.03; author wiz; state dead; branches; next 1.1; commitid tZvhbWHt6f5fV3uG; 1.1 date 2024.08.22.12.41.59; author ryoon; state Exp; branches; next ; commitid 1QqqqpYZbxv5JOmF; desc @@ 1.2 log @gpa: update to 0.11.0. Pull upstream fix for building with latest gpgme. Noteworthy changes in version 0.11.0 (2024-12-10) ------------------------------------------------- * Ported to GTK 3. * See the ChangeLog or better https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpa.git for a list of changes over the last 6 years. @ text @$NetBSD: patch-configure,v 1.1 2024/08/22 12:41:59 ryoon Exp $ * Support newer security/libassuan2. --- configure.orig 2024-08-22 07:38:59.842998095 +0000 +++ configure @@@@ -8632,7 +8632,7 @@@@ $as_echo "no" >&6; } if test "$tmp" -gt 0 ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBASSUAN API version" >&5 $as_echo_n "checking LIBASSUAN API version... " >&6; } - if test "$req_libassuan_api" -eq "$tmp" ; then + if test "$req_libassuan_api" -le "$tmp" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: okay" >&5 $as_echo "okay" >&6; } else @ 1.1 log @security/gpa: Fix build with libassuan 3 @ text @d1 1 a1 1 $NetBSD$ @