diff options
author | jhale <jhale@FreeBSD.org> | 2016-11-27 07:41:16 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-11-27 07:41:16 +0800 |
commit | e9261678c1eac89334b765b43666338f47df19a0 (patch) | |
tree | 1e863b1e1d51ff45d4b7cc6dddb94bc72e38f36b /polish | |
parent | 14ca4847c551aa138b2644d5fab0d4ed52d64ca5 (diff) | |
download | freebsd-ports-gnome-e9261678c1eac89334b765b43666338f47df19a0.tar.gz freebsd-ports-gnome-e9261678c1eac89334b765b43666338f47df19a0.tar.zst freebsd-ports-gnome-e9261678c1eac89334b765b43666338f47df19a0.zip |
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 'polish')
-rw-r--r-- | polish/ekg2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile index dbac047d0d9e..b818b193a8af 100644 --- a/polish/ekg2/Makefile +++ b/polish/ekg2/Makefile @@ -3,7 +3,7 @@ PORTNAME= ekg2 PORTVERSION= 0.3.1 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= http://pl.ekg2.org/ |