svn commit: r497004 - in head/security: gpgme gpgme-cpp gpgme-qt5 gpgme/files py-gpgme

Jason E. Hale jhale at FreeBSD.org
Thu Mar 28 05:22:06 UTC 2019


Author: jhale
Date: Thu Mar 28 05:22:03 2019
New Revision: 497004
URL: https://svnweb.freebsd.org/changeset/ports/497004

Log:
  Update security/*gpgme* to 1.13.0
  
  Changes:	https://lists.gnupg.org/pipermail/gnupg-devel/2019-March/034272.html

Added:
  head/security/gpgme/files/patch-configure   (contents, props changed)
Deleted:
  head/security/gpgme/files/patch-lang_cpp_src_engineinfo.h
  head/security/gpgme/files/patch-lang_qt_src_qgpgmeencryptjob.cpp
Modified:
  head/security/gpgme-cpp/pkg-plist
  head/security/gpgme-qt5/Makefile
  head/security/gpgme-qt5/pkg-plist
  head/security/gpgme/Makefile
  head/security/gpgme/distinfo
  head/security/gpgme/pkg-plist
  head/security/py-gpgme/pkg-plist

Modified: head/security/gpgme-cpp/pkg-plist
==============================================================================
--- head/security/gpgme-cpp/pkg-plist	Thu Mar 28 05:18:51 2019	(r497003)
+++ head/security/gpgme-cpp/pkg-plist	Thu Mar 28 05:22:03 2019	(r497004)
@@ -40,4 +40,4 @@ lib/cmake/Gpgmepp/GpgmeppConfig.cmake
 lib/cmake/Gpgmepp/GpgmeppConfigVersion.cmake
 lib/libgpgmepp.so
 lib/libgpgmepp.so.6
-lib/libgpgmepp.so.6.8.0
+lib/libgpgmepp.so.6.9.0

Modified: head/security/gpgme-qt5/Makefile
==============================================================================
--- head/security/gpgme-qt5/Makefile	Thu Mar 28 05:18:51 2019	(r497003)
+++ head/security/gpgme-qt5/Makefile	Thu Mar 28 05:22:03 2019	(r497004)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	0
 PKGNAMESUFFIX=	-${SLAVEPORT}
 
 MAINTAINER=	jhale at FreeBSD.org

Modified: head/security/gpgme-qt5/pkg-plist
==============================================================================
--- head/security/gpgme-qt5/pkg-plist	Thu Mar 28 05:18:51 2019	(r497003)
+++ head/security/gpgme-qt5/pkg-plist	Thu Mar 28 05:22:03 2019	(r497004)
@@ -76,4 +76,4 @@ lib/cmake/QGpgme/QGpgmeConfig.cmake
 lib/cmake/QGpgme/QGpgmeConfigVersion.cmake
 lib/libqgpgme.so
 lib/libqgpgme.so.7
-lib/libqgpgme.so.7.3.2
+lib/libqgpgme.so.7.3.3

Modified: head/security/gpgme/Makefile
==============================================================================
--- head/security/gpgme/Makefile	Thu Mar 28 05:18:51 2019	(r497003)
+++ head/security/gpgme/Makefile	Thu Mar 28 05:22:03 2019	(r497004)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	gpgme
-PORTVERSION=	1.12.0
-PORTREVISION?=	2
+PORTVERSION=	1.13.0
+PORTREVISION?=	0
 CATEGORIES?=	security
 MASTER_SITES=	GNUPG/gpgme
 
@@ -85,13 +85,11 @@ BUILD_DEPENDS+=	swig3.0:devel/swig30 \
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
 USES+=		python
 USE_PYTHON=	py3kplist flavors
-CONFIGURE_ENV+=	SWIG=${LOCALBASE}/bin/swig3.0
+CONFIGURE_ARGS+=--enable-languages="python"
+CONFIGURE_ENV+=	BSD_PYTHON="${PYTHON_CMD}" \
+		BSD_PYTHON_VERSION="${PYTHON_VER}" \
+		SWIG="${LOCALBASE}/bin/swig3.0"
 PLIST_SUB+=	VERSION=${PORTVERSION}
-.    if ${FLAVOR:Upy27:Mpy2*}
-CONFIGURE_ARGS+=--enable-languages="python2"
-.    else
-CONFIGURE_ARGS+=--enable-languages="python3"
-.    endif
 .  endif
 .endif
 
@@ -106,6 +104,9 @@ post-patch:
 .endif
 	@${REINPLACE_CMD} -e 's|^clfilesdir.*|clfilesdir=$$\(libdir\)/common-lisp/gpgme|g' \
 		${WRKSRC}/lang/cl/Makefile.in
+	@${REINPLACE_CMD} -e 's|-Wsuggest-override||g' \
+		${WRKSRC}/lang/cpp/src/Makefile.in \
+		${WRKSRC}/lang/qt/src/Makefile.in
 
 post-patch-DOXYGEN-off:
 	@${REINPLACE_CMD} -e '/SUBDIRS/s|doc||' \

Modified: head/security/gpgme/distinfo
==============================================================================
--- head/security/gpgme/distinfo	Thu Mar 28 05:18:51 2019	(r497003)
+++ head/security/gpgme/distinfo	Thu Mar 28 05:22:03 2019	(r497004)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539354845
-SHA256 (gpgme-1.12.0.tar.bz2) = b4dc951c3743a60e2e120a77892e9e864fb936b2e58e7c77e8581f4d050e8cd8
-SIZE (gpgme-1.12.0.tar.bz2) = 1658803
+TIMESTAMP = 1553690942
+SHA256 (gpgme-1.13.0.tar.bz2) = d4b23e47a9e784a63e029338cce0464a82ce0ae4af852886afda410f9e39c630
+SIZE (gpgme-1.13.0.tar.bz2) = 1820504

Added: head/security/gpgme/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/gpgme/files/patch-configure	Thu Mar 28 05:22:03 2019	(r497004)
@@ -0,0 +1,19 @@
+The configure script automatically detects all versions of Python and builds
+the bindings for each found version. This is a problem when building outside
+of a clean environment since the ports system can only build a package for one
+Python flavor at a time. The found versions of Python are overridden by
+environment variables set in the port Makefile.
+
+--- configure.orig	2019-03-26 17:29:46 UTC
++++ configure
+@@ -23851,6 +23851,10 @@ $as_echo "$as_me: WARNING:
+ 
+ 	fi
+ 
++	# Override the automatically found Pythons with the selected version from ports.
++	PYTHONS=$BSD_PYTHON
++	PYTHON_VERSIONS=$BSD_PYTHON_VERSION
++	
+ 	# Recover some values lost in the second attempt to find Python.
+ 	PYTHON="$(echo $PYTHONS | cut -d ' ' -f 1)"
+ 	PYTHON_VERSION="$(echo $PYTHON_VERSIONS | cut -d ' ' -f 1)"

Modified: head/security/gpgme/pkg-plist
==============================================================================
--- head/security/gpgme/pkg-plist	Thu Mar 28 05:18:51 2019	(r497003)
+++ head/security/gpgme/pkg-plist	Thu Mar 28 05:22:03 2019	(r497004)
@@ -2,10 +2,13 @@ bin/gpgme-config
 bin/gpgme-json
 bin/gpgme-tool
 include/gpgme.h
+lib/common-lisp/gpgme/gpgme-grovel.lisp
 lib/common-lisp/gpgme/gpgme-package.lisp
 lib/common-lisp/gpgme/gpgme.asd
 lib/common-lisp/gpgme/gpgme.lisp
 lib/libgpgme.so
 lib/libgpgme.so.11
-lib/libgpgme.so.11.21.0
+lib/libgpgme.so.11.22.0
+libdata/pkgconfig/gpgme-glib.pc
+libdata/pkgconfig/gpgme.pc
 share/aclocal/gpgme.m4

Modified: head/security/py-gpgme/pkg-plist
==============================================================================
--- head/security/py-gpgme/pkg-plist	Thu Mar 28 05:18:51 2019	(r497003)
+++ head/security/py-gpgme/pkg-plist	Thu Mar 28 05:22:03 2019	(r497004)
@@ -21,9 +21,9 @@
 %%PYTHON_SITELIBDIR%%/gpg/constants/event.py
 %%PYTHON_SITELIBDIR%%/gpg/constants/event.pyc
 %%PYTHON_SITELIBDIR%%/gpg/constants/event.pyo
-%%PYTHON_SITELIBDIR%%/gpg/constants/import.py
-%%PYTHON_SITELIBDIR%%/gpg/constants/import.pyc
-%%PYTHON_SITELIBDIR%%/gpg/constants/import.pyo
+%%PYTHON_SITELIBDIR%%/gpg/constants/import_type.py
+%%PYTHON_SITELIBDIR%%/gpg/constants/import_type.pyc
+%%PYTHON_SITELIBDIR%%/gpg/constants/import_type.pyo
 %%PYTHON_SITELIBDIR%%/gpg/constants/keylist/__init__.py
 %%PYTHON_SITELIBDIR%%/gpg/constants/keylist/__init__.pyc
 %%PYTHON_SITELIBDIR%%/gpg/constants/keylist/__init__.pyo


More information about the svn-ports-all mailing list