From owner-svn-ports-all@freebsd.org Wed Oct 19 23:32:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76ACAC19434; Wed, 19 Oct 2016 23:32:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 368B3FB9; Wed, 19 Oct 2016 23:32:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JNWuJu000171; Wed, 19 Oct 2016 23:32:56 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JNWtrd000164; Wed, 19 Oct 2016 23:32:55 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610192332.u9JNWtrd000164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 19 Oct 2016 23:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424296 - in head/security: gpgme gpgme-cpp gpgme-qt5 gpgme/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 23:32:57 -0000 Author: jhale Date: Wed Oct 19 23:32:55 2016 New Revision: 424296 URL: https://svnweb.freebsd.org/changeset/ports/424296 Log: - Update to 1.7.1 - Check for c++11 compiler for the c++ and Qt bindings Modified: head/security/gpgme-cpp/pkg-plist head/security/gpgme-qt5/pkg-plist head/security/gpgme/Makefile head/security/gpgme/distinfo head/security/gpgme/files/patch-lang_python_Makefile.in head/security/gpgme/pkg-plist Modified: head/security/gpgme-cpp/pkg-plist ============================================================================== --- head/security/gpgme-cpp/pkg-plist Wed Oct 19 23:20:17 2016 (r424295) +++ head/security/gpgme-cpp/pkg-plist Wed Oct 19 23:32:55 2016 (r424296) @@ -38,4 +38,4 @@ lib/cmake/Gpgmepp/GpgmeppConfig.cmake lib/cmake/Gpgmepp/GpgmeppConfigVersion.cmake lib/libgpgmepp.so lib/libgpgmepp.so.6 -lib/libgpgmepp.so.6.0.1 +lib/libgpgmepp.so.6.2.0 Modified: head/security/gpgme-qt5/pkg-plist ============================================================================== --- head/security/gpgme-qt5/pkg-plist Wed Oct 19 23:20:17 2016 (r424295) +++ head/security/gpgme-qt5/pkg-plist Wed Oct 19 23:32:55 2016 (r424296) @@ -1,3 +1,4 @@ +include/QGpgME/AbstractImportJob include/QGpgME/AddUserIDJob include/QGpgME/ChangeExpiryJob include/QGpgME/ChangeOwnerTrustJob @@ -26,10 +27,12 @@ include/QGpgME/RefreshKeysJob include/QGpgME/SignEncryptJob include/QGpgME/SignJob include/QGpgME/SignKeyJob +include/QGpgME/SpecialJob include/QGpgME/TofuPolicyJob include/QGpgME/VerifyDetachedJob include/QGpgME/VerifyOpaqueJob include/QGpgME/WKSPublishJob +include/qgpgme/abstractimportjob.h include/qgpgme/adduseridjob.h include/qgpgme/changeexpiryjob.h include/qgpgme/changeownertrustjob.h @@ -59,6 +62,7 @@ include/qgpgme/refreshkeysjob.h include/qgpgme/signencryptjob.h include/qgpgme/signjob.h include/qgpgme/signkeyjob.h +include/qgpgme/specialjob.h include/qgpgme/tofupolicyjob.h include/qgpgme/verifydetachedjob.h include/qgpgme/verifyopaquejob.h @@ -67,5 +71,5 @@ include/qgpgme_version.h lib/cmake/Gpgmepp/QGpgmeConfig.cmake lib/cmake/Gpgmepp/QGpgmeConfigVersion.cmake lib/libqgpgme.so -lib/libqgpgme.so.6 -lib/libqgpgme.so.6.0.1 +lib/libqgpgme.so.7 +lib/libqgpgme.so.7.0.0 Modified: head/security/gpgme/Makefile ============================================================================== --- head/security/gpgme/Makefile Wed Oct 19 23:20:17 2016 (r424295) +++ head/security/gpgme/Makefile Wed Oct 19 23:32:55 2016 (r424296) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gpgme -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 PORTREVISION?= 0 CATEGORIES?= security MASTER_SITES= GNUPG/gpgme @@ -60,12 +60,13 @@ INSTALL_WRKSRC= ${WRKSRC}/lang/${BINDING . if ${SLAVEPORT} == "cpp" CONFIGURE_ARGS+=--enable-languages="cpp" +USES+= compiler:c++11-lang . endif . if ${SLAVEPORT} == "qt5" LIB_DEPENDS+= libgpgmepp.so:security/gpgme-cpp CONFIGURE_ARGS+=--enable-languages="cpp qt" -USES+= pkgconfig +USES+= compiler:c++11-lang pkgconfig USE_QT5= buildtools_build core testlib CONFLICTS_INSTALL= kdepimlibs-4.* . endif Modified: head/security/gpgme/distinfo ============================================================================== --- head/security/gpgme/distinfo Wed Oct 19 23:20:17 2016 (r424295) +++ head/security/gpgme/distinfo Wed Oct 19 23:32:55 2016 (r424296) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474521991 -SHA256 (gpgme-1.7.0.tar.bz2) = 71f55fed0f2b3eaf7a606e59772aa645ce3ffff322d361ce359951b3f755cc48 -SIZE (gpgme-1.7.0.tar.bz2) = 1281708 +TIMESTAMP = 1476904242 +SHA256 (gpgme-1.7.1.tar.bz2) = d0abe1449395315eac37e4e45076bbb82732cedf94210937b37776e10cdc2bb6 +SIZE (gpgme-1.7.1.tar.bz2) = 1285809 Modified: head/security/gpgme/files/patch-lang_python_Makefile.in ============================================================================== --- head/security/gpgme/files/patch-lang_python_Makefile.in Wed Oct 19 23:20:17 2016 (r424295) +++ head/security/gpgme/files/patch-lang_python_Makefile.in Wed Oct 19 23:32:55 2016 (r424296) @@ -1,15 +1,15 @@ ---- lang/python/Makefile.in.orig 2016-10-16 12:54:58 UTC +--- lang/python/Makefile.in.orig 2016-10-18 17:27:17 UTC +++ lang/python/Makefile.in -@@ -747,7 +747,7 @@ copystamp: $(COPY_FILES) $(COPY_FILES_PY +@@ -753,7 +753,7 @@ config.h: all-local: copystamp for PYTHON in $(PYTHONS); do \ - CFLAGS="$(CFLAGS) -I$(top_srcdir)" \ + CFLAGS="$(CFLAGS)" \ - $$PYTHON setup.py build --verbose ; \ + $$PYTHON setup.py build --verbose build_ext --swig=$(SWIG) ; \ done dist/pyme3-$(VERSION).tar.gz dist/pyme3-$(VERSION).tar.gz.asc: copystamp -@@ -780,7 +780,8 @@ install-exec-local: +@@ -789,7 +789,8 @@ install-exec-local: rm -f install_files.txt for PYTHON in $(PYTHONS); do \ $$PYTHON setup.py install \ Modified: head/security/gpgme/pkg-plist ============================================================================== --- head/security/gpgme/pkg-plist Wed Oct 19 23:20:17 2016 (r424295) +++ head/security/gpgme/pkg-plist Wed Oct 19 23:32:55 2016 (r424296) @@ -6,8 +6,8 @@ lib/common-lisp/gpgme/gpgme.asd lib/common-lisp/gpgme/gpgme.lisp lib/libgpgme-pthread.so lib/libgpgme-pthread.so.11 -lib/libgpgme-pthread.so.11.15.0 +lib/libgpgme-pthread.so.11.16.0 lib/libgpgme.so lib/libgpgme.so.11 -lib/libgpgme.so.11.15.0 +lib/libgpgme.so.11.16.0 share/aclocal/gpgme.m4