Update to latest gpgme. >From diffing the headers from our old package and this, it seems a few bits of the interface have changed. Here are the dependencies:
devel/kf5/kwallet mail/claws-mail,-main mail/claws-mail,ldap,-main mail/mutt,gpgme mail/sylpheed net/centerim net/mcabber net/profanity net/retroshare security/gpa security/p5-Crypt-GpgME x11/gnome/libcryptui x11/gnome/seahorse x11/gnome/seahorse-sharing x11/kde-applications/gpgmepp x11/kde4/pimlibs x11/kde4/pim I have tested seahorse, which seems to not be affected. If you use any of the above with gpg, I would appreciate tests. OK? Index: Makefile =================================================================== RCS file: /home/edd/cvsync/ports/security/gpgme/Makefile,v retrieving revision 1.34 diff -u -p -r1.34 Makefile --- Makefile 11 Mar 2016 19:59:16 -0000 1.34 +++ Makefile 3 Sep 2016 20:17:31 -0000 @@ -2,19 +2,18 @@ COMMENT= GnuPG Made Easy -DISTNAME= gpgme-1.5.1 -REVISION= 1 +DISTNAME= gpgme-1.6.0 CATEGORIES= security devel -SHARED_LIBS += gpgme 19.0 # 24.0 -SHARED_LIBS += gpgme-pthread 19.0 # 24.0 +SHARED_LIBS += gpgme 20.0 # 25.0 +SHARED_LIBS += gpgme-pthread 20.0 # 25.0 HOMEPAGE= http://www.gnupg.org/gpgme.html # GPLv2 - LGPLv2.1 PERMIT_PACKAGE_CDROM= Yes -WANTLIB += assuan gpg-error pthread +WANTLIB += assuan c gpg-error pthread MASTER_SITES= ${MASTER_SITES_GNUPG:=gpgme/} EXTRACT_SUFX= .tar.bz2 Index: distinfo =================================================================== RCS file: /home/edd/cvsync/ports/security/gpgme/distinfo,v retrieving revision 1.11 diff -u -p -r1.11 distinfo --- distinfo 1 Nov 2014 09:34:40 -0000 1.11 +++ distinfo 3 Sep 2016 12:42:16 -0000 @@ -1,2 +1,2 @@ -SHA256 (gpgme-1.5.1.tar.bz2) = bC86+M7rMDJ31E7AIW2aEnFwH2W5HVlCJkz3zvtKEeM= -SIZE (gpgme-1.5.1.tar.bz2) = 964623 +SHA256 (gpgme-1.6.0.tar.bz2) = sJ3kGXrCgLECCA4J6uxiEdCB7/8ZY794Ic+PT5kWCZ0= +SIZE (gpgme-1.6.0.tar.bz2) = 983573 Index: pkg/PLIST =================================================================== RCS file: /home/edd/cvsync/ports/security/gpgme/pkg/PLIST,v retrieving revision 1.7 diff -u -p -r1.7 PLIST --- pkg/PLIST 1 Nov 2014 09:34:40 -0000 1.7 +++ pkg/PLIST 3 Sep 2016 13:01:17 -0000 @@ -1,5 +1,6 @@ @comment $OpenBSD: PLIST,v 1.7 2014/11/01 09:34:40 sthen Exp $ bin/gpgme-config +@bin bin/gpgme-tool include/gpgme.h @info info/gpgme.info lib/libgpgme-pthread.a -- Best Regards Edd Barrett http://www.theunixzoo.co.uk
