On Fri Feb 23, 2018 at 01:04:24PM +0000, Stuart Henderson wrote: > On 2018/02/23 13:52, Björn Ketelaars wrote: > > Enclosed a diff for bringing gpgme to the latest version [0]. No issues > > found with 'make test', or while build testing numerous consumers. > > rsadowski has a larger diff to update and add qgpgme, that I or someone > else needs to look at .. (subject "Re: NEW: security/qgpgme; Update > security/gpgme, mail/trojita; remove: x11/kde-applications/gpgmepp") >
Maybe something for pre 6.3? This diff includes a fix spotted by landry@ in a bulk. We need the gpg2 link at the build process. Index: Makefile =================================================================== RCS file: /cvs/ports/security/gpgme/Makefile,v retrieving revision 1.40 diff -u -p -u -p -r1.40 Makefile --- Makefile 30 Jan 2018 15:06:37 -0000 1.40 +++ Makefile 19 Mar 2018 16:30:17 -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 # 29.0 HOMEPAGE= https://www.gnupg.org/software/gpgme/index.html @@ -34,7 +33,7 @@ LIB_DEPENDS= devel/gettext \ # `./t-support.h:160: GPGME: Invalid crypto engine' # https://dev.gnupg.org/T3512 TEST_DEPENDS += security/gnupg2 -pre-test: +pre-build: ln -sf ${LOCALBASE}/bin/gpg2 ${WRKDIR}/bin/gpg # needed for the regression tests Index: distinfo =================================================================== RCS file: /cvs/ports/security/gpgme/distinfo,v retrieving revision 1.13 diff -u -p -u -p -r1.13 distinfo --- distinfo 2 Dec 2017 12:44:33 -0000 1.13 +++ distinfo 19 Mar 2018 16:30:17 -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
