git: 070490406dc8 - main - security/gnupg-pkcs11-scd: update to 0.11.0

From: Mathieu Arnold <mat_at_FreeBSD.org>
Date: Tue, 06 May 2025 11:20:41 UTC
The branch main has been updated by mat:

URL: https://cgit.FreeBSD.org/ports/commit/?id=070490406dc8af455a67464ebeb36bc4503b3f71

commit 070490406dc8af455a67464ebeb36bc4503b3f71
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2025-05-06 11:17:04 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2025-05-06 11:20:20 +0000

    security/gnupg-pkcs11-scd: update to 0.11.0
---
 security/gnupg-pkcs11-scd/Makefile              |  3 +--
 security/gnupg-pkcs11-scd/distinfo              |  6 +++---
 security/gnupg-pkcs11-scd/files/patch-configure | 13 -------------
 3 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/security/gnupg-pkcs11-scd/Makefile b/security/gnupg-pkcs11-scd/Makefile
index 4e141fa975f7..0a75d8a76601 100644
--- a/security/gnupg-pkcs11-scd/Makefile
+++ b/security/gnupg-pkcs11-scd/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	gnupg-pkcs11-scd
-DISTVERSION=	0.10.0
-PORTREVISION=	2
+DISTVERSION=	0.11.0
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/alonbl/${PORTNAME}/releases/download/${DISTNAME}/
 
diff --git a/security/gnupg-pkcs11-scd/distinfo b/security/gnupg-pkcs11-scd/distinfo
index 0f6b8b587533..53d29ead9716 100644
--- a/security/gnupg-pkcs11-scd/distinfo
+++ b/security/gnupg-pkcs11-scd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649057256
-SHA256 (gnupg-pkcs11-scd-0.10.0.tar.bz2) = 29bf29e7780f921c6d3a11f608e2b0483c1bb510c5afa8473090249dd57c5249
-SIZE (gnupg-pkcs11-scd-0.10.0.tar.bz2) = 149036
+TIMESTAMP = 1746528375
+SHA256 (gnupg-pkcs11-scd-0.11.0.tar.bz2) = 954787e562f2b3d9294212c32dd0d81a2cd37aca250e6685002d2893bb959087
+SIZE (gnupg-pkcs11-scd-0.11.0.tar.bz2) = 154497
diff --git a/security/gnupg-pkcs11-scd/files/patch-configure b/security/gnupg-pkcs11-scd/files/patch-configure
deleted file mode 100644
index f75bd055ca8d..000000000000
--- a/security/gnupg-pkcs11-scd/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
-Patch to be able to use libassuan 3.x
-
---- configure.orig	2024-07-09 07:00:07 UTC
-+++ configure
-@@ -6801,7 +6801,7 @@ if test -z "${LIBASSUAN_LIBS}"; then
- 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libassuan" >&5
- $as_echo_n "checking for libassuan... " >&6; }
- 	test -x "${with_libassuan_prefix}/bin/libassuan-config" || as_fn_error $? "Cannot locate libassuan" "$LINENO" 5
--	"${with_libassuan_prefix}/bin/libassuan-config" --version | grep "^2\." > /dev/null || as_fn_error $? "Need assuan-2" "$LINENO" 5
-+	"${with_libassuan_prefix}/bin/libassuan-config" --version | grep "^3\." > /dev/null || as_fn_error $? "Need assuan-3" "$LINENO" 5
- 
- 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
- $as_echo "found" >&6; }