Received: by mail.netbsd.org (Postfix, from userid 605) id B34C084DC5; Tue, 1 Aug 2017 11:48:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4790E84DB8 for ; Tue, 1 Aug 2017 11:48:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZL7pXmG-nXIz for ; Tue, 1 Aug 2017 11:48:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B5D9A84D66 for ; Tue, 1 Aug 2017 11:48:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1600FACD; Tue, 1 Aug 2017 11:48:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1501588100208940" MIME-Version: 1.0 Date: Tue, 1 Aug 2017 11:48:20 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/security/gpgme To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170801114820.B1600FACD@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1501588100208940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Aug 1 11:48:20 UTC 2017 Modified Files: pkgsrc/security/gpgme: Makefile PLIST buildlink3.mk Log Message: Enable C++ binding that is required by misc/libreoffice 5.4.0.3 * Use C and C++ laguages * Bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 pkgsrc/security/gpgme/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/gpgme/PLIST cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/gpgme/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1501588100208940 Content-Disposition: inline Content-Length: 3476 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/gpgme/Makefile diff -u pkgsrc/security/gpgme/Makefile:1.81 pkgsrc/security/gpgme/Makefile:1.82 --- pkgsrc/security/gpgme/Makefile:1.81 Wed Apr 5 09:31:18 2017 +++ pkgsrc/security/gpgme/Makefile Tue Aug 1 11:48:20 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.81 2017/04/05 09:31:18 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2017/08/01 11:48:20 ryoon Exp $ DISTNAME= gpgme-1.8.0 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ EXTRACT_SUFX= .tar.bz2 @@ -10,6 +11,8 @@ HOMEPAGE= http://www.gnupg.org/related_s COMMENT= GnuPG Made Easy LICENSE= gnu-gpl-v2 +USE_LANGUAGES+= c c++ + USE_LIBTOOL= yes GNU_CONFIGURE= yes PTHREAD_OPTS+= require Index: pkgsrc/security/gpgme/PLIST diff -u pkgsrc/security/gpgme/PLIST:1.18 pkgsrc/security/gpgme/PLIST:1.19 --- pkgsrc/security/gpgme/PLIST:1.18 Fri Mar 31 10:31:57 2017 +++ pkgsrc/security/gpgme/PLIST Tue Aug 1 11:48:20 2017 @@ -1,9 +1,49 @@ -@comment $NetBSD: PLIST,v 1.18 2017/03/31 10:31:57 wiz Exp $ +@comment $NetBSD: PLIST,v 1.19 2017/08/01 11:48:20 ryoon Exp $ bin/gpgme-config bin/gpgme-tool +include/gpgme++/configuration.h +include/gpgme++/context.h +include/gpgme++/data.h +include/gpgme++/decryptionresult.h +include/gpgme++/defaultassuantransaction.h +include/gpgme++/editinteractor.h +include/gpgme++/encryptionresult.h +include/gpgme++/engineinfo.h +include/gpgme++/error.h +include/gpgme++/eventloopinteractor.h +include/gpgme++/exception.h +include/gpgme++/global.h +include/gpgme++/gpgadduserideditinteractor.h +include/gpgme++/gpgagentgetinfoassuantransaction.h +include/gpgme++/gpgmefw.h +include/gpgme++/gpgmepp_export.h +include/gpgme++/gpgmepp_version.h +include/gpgme++/gpgsetexpirytimeeditinteractor.h +include/gpgme++/gpgsetownertrusteditinteractor.h +include/gpgme++/gpgsignkeyeditinteractor.h +include/gpgme++/importresult.h +include/gpgme++/interfaces/assuantransaction.h +include/gpgme++/interfaces/dataprovider.h +include/gpgme++/interfaces/passphraseprovider.h +include/gpgme++/interfaces/progressprovider.h +include/gpgme++/key.h +include/gpgme++/keygenerationresult.h +include/gpgme++/keylistresult.h +include/gpgme++/notation.h +include/gpgme++/result.h +include/gpgme++/scdgetinfoassuantransaction.h +include/gpgme++/signingresult.h +include/gpgme++/swdbresult.h +include/gpgme++/tofuinfo.h +include/gpgme++/trustitem.h +include/gpgme++/verificationresult.h +include/gpgme++/vfsmountresult.h include/gpgme.h info/gpgme.info +lib/cmake/Gpgmepp/GpgmeppConfig.cmake +lib/cmake/Gpgmepp/GpgmeppConfigVersion.cmake lib/libgpgme.la +lib/libgpgmepp.la share/aclocal/gpgme.m4 share/common-lisp/source/gpgme/gpgme-package.lisp share/common-lisp/source/gpgme/gpgme.asd Index: pkgsrc/security/gpgme/buildlink3.mk diff -u pkgsrc/security/gpgme/buildlink3.mk:1.25 pkgsrc/security/gpgme/buildlink3.mk:1.26 --- pkgsrc/security/gpgme/buildlink3.mk:1.25 Fri Mar 31 10:31:57 2017 +++ pkgsrc/security/gpgme/buildlink3.mk Tue Aug 1 11:48:20 2017 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.25 2017/03/31 10:31:57 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.26 2017/08/01 11:48:20 ryoon Exp $ BUILDLINK_TREE+= gpgme @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gpgme GPGME_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gpgme+= gpgme>=0.9.0 -BUILDLINK_ABI_DEPENDS.gpgme+= gpgme>=1.8.0 +BUILDLINK_ABI_DEPENDS.gpgme+= gpgme>=1.8.0nb1 BUILDLINK_PKGSRCDIR.gpgme?= ../../security/gpgme .include "../../devel/librfuncs/buildlink3.mk" --_----------=_1501588100208940--