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,38 +1,37 @@ 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}/ MAINTAINER= mat@FreeBSD.org COMMENT= PKCS\#11 enabled gnupg scd WWW= https://github.com/alonbl/gnupg-pkcs11-scd LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libassuan.so:security/libassuan \ libgcrypt.so:security/libgcrypt \ libgnutls.so:security/gnutls \ libgpg-error.so:security/libgpg-error \ libpkcs11-helper.so:security/pkcs11-helper USES= pkgconfig ssl tar:bz2 GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-libassuan-prefix=${LOCALBASE} \ --with-libgcrypt-prefix=${LOCALBASE} \ --with-libgpg-error-prefix=${LOCALBASE} \ --without-docs \ --without-openssl OPTIONS_DEFINE= EXAMPLES post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/gnupg-pkcs11-scd/gnupg-pkcs11-scd.conf.example \ ${STAGEDIR}${EXAMPLESDIR}/gnupg-pkcs11-scd.conf .include 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; }