From 9889e3aed35689fb10e735a0f7ec5fe609a10b4f Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 19 Dec 2025 13:43:50 +0000 Subject: [PATCH] update upstream version in SHARED_LIBS comment tweak DESCR --- security/gpgme/Makefile | 3 ++- security/gpgme/pkg/DESCR | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index e6d100acab5..9bf5718ca57 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,11 +1,12 @@ COMMENT= GnuPG Made Easy VERSION = 2.0.1 +REVISION = 0 DISTNAME = gpgme-${VERSION} CATEGORIES = security devel -SHARED_LIBS += gpgme 25.0 # 44.1 +SHARED_LIBS += gpgme 25.0 # 45.1 HOMEPAGE = https://www.gnupg.org/software/gpgme/ diff --git a/security/gpgme/pkg/DESCR b/security/gpgme/pkg/DESCR index a039950836f..e1f87ac1ccf 100644 --- a/security/gpgme/pkg/DESCR +++ b/security/gpgme/pkg/DESCR @@ -1,7 +1,7 @@ -GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier -for applications. +GnuPG Made Easy (GPGME) is a library designed to make access to +GnuPG easier for applications. It provides a high-level crypto API +for encryption, decryption, signing, signature verification and key +management. -It provides a High-Level Crypto API for encryption, decryption, signing, -signature verification and key management. Currently it uses GnuPG as it's -backend but the API isn't restricted to this engine; in fact it is planned to -add other backends to it. +Currently it uses GnuPG's OpenPGP backend as its default but the +API isn't restricted to this engine.