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-im/centerim | |
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 'net-im/centerim')
-rw-r--r-- | net-im/centerim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile index 3b99db7b3d98..569c78139ae8 100644 --- a/net-im/centerim/Makefile +++ b/net-im/centerim/Makefile @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/releases/ \ ftp://ftp.centerim.org/releases/ |