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 /net-p2p | |
parent | 14ca4847c551aa138b2644d5fab0d4ed52d64ca5 (diff) | |
download | freebsd-ports-graphics-e9261678c1eac89334b765b43666338f47df19a0.tar.gz freebsd-ports-graphics-e9261678c1eac89334b765b43666338f47df19a0.tar.zst freebsd-ports-graphics-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 'net-p2p')
-rw-r--r-- | net-p2p/retroshare/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index 9a5d43a3e7f..3d1768fbc7f 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -3,7 +3,7 @@ PORTNAME= retroshare PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= net-p2p |