Enclosed a diff for bringing gpgme to the latest version [0]. No issues found with 'make test', or while build testing numerous consumers.
OK? [0] https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob_plain;f=NEWS;hb=6a42eb5f3809d5eb3767667c190b395d028886e7 Index: Makefile =================================================================== RCS file: /cvs/ports/security/gpgme/Makefile,v retrieving revision 1.40 diff -u -p -r1.40 Makefile --- Makefile 30 Jan 2018 15:06:37 -0000 1.40 +++ Makefile 23 Feb 2018 12:39:13 -0000 @@ -2,11 +2,10 @@ COMMENT= GnuPG Made Easy -DISTNAME= gpgme-1.9.0 -REVISION= 0 +DISTNAME= gpgme-1.10.0 CATEGORIES= security devel -SHARED_LIBS += gpgme 21.0 # 29.0 +SHARED_LIBS= gpgme 22.0 # 30.0 HOMEPAGE= https://www.gnupg.org/software/gpgme/index.html Index: distinfo =================================================================== RCS file: /cvs/ports/security/gpgme/distinfo,v retrieving revision 1.13 diff -u -p -r1.13 distinfo --- distinfo 2 Dec 2017 12:44:33 -0000 1.13 +++ distinfo 23 Feb 2018 12:39:13 -0000 @@ -1,2 +1,2 @@ -SHA256 (gpgme-1.9.0.tar.bz2) = Gyn+24v613XnDq+sWwWQYhaDstmGnbmUVo5kAfQDTOs= -SIZE (gpgme-1.9.0.tar.bz2) = 1344222 +SHA256 (gpgme-1.10.0.tar.bz2) = Go/tEZfDuZw19AMGa7NEomIk0pKvwEjP38TM1WkKBpM= +SIZE (gpgme-1.10.0.tar.bz2) = 1370162
