diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2016-11-26 23:41:16 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2016-11-26 23:41:16 +0000 |
commit | d32b8fe316925be3d05e22f643f44fedfae8b961 (patch) | |
tree | 1e863b1e1d51ff45d4b7cc6dddb94bc72e38f36b /security/gpgme/files/patch-lang_python_Makefile.in | |
parent | The Unicode Character Database (UCD) consists of a number of data files listing (diff) |
Update security/gpgme-* to 1.8.0
In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.
The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module.
Diffstat (limited to 'security/gpgme/files/patch-lang_python_Makefile.in')
-rw-r--r-- | security/gpgme/files/patch-lang_python_Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/gpgme/files/patch-lang_python_Makefile.in b/security/gpgme/files/patch-lang_python_Makefile.in index 37f497189bad..1f67296e4a70 100644 --- a/security/gpgme/files/patch-lang_python_Makefile.in +++ b/security/gpgme/files/patch-lang_python_Makefile.in @@ -1,6 +1,6 @@ ---- lang/python/Makefile.in.orig 2016-10-18 17:27:17 UTC +--- lang/python/Makefile.in.orig 2016-11-16 12:46:35 UTC +++ lang/python/Makefile.in -@@ -753,7 +753,7 @@ config.h: +@@ -756,7 +756,7 @@ config.h: all-local: copystamp for PYTHON in $(PYTHONS); do \ CFLAGS="$(CFLAGS)" \ @@ -8,8 +8,8 @@ + $$PYTHON setup.py build --verbose build_ext --swig=$(SWIG) ; \ done - dist/pyme3-$(VERSION).tar.gz dist/pyme3-$(VERSION).tar.gz.asc: copystamp -@@ -789,7 +789,8 @@ install-exec-local: + dist/gpg-$(VERSION).tar.gz dist/gpg-$(VERSION).tar.gz.asc: copystamp +@@ -792,7 +792,8 @@ install-exec-local: rm -f install_files.txt for PYTHON in $(PYTHONS); do \ $$PYTHON setup.py install \ |