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 | |
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')
-rw-r--r-- | net/kget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/kget/Makefile b/net/kget/Makefile index 1627d60ff61c..d86ea1335cb1 100644 --- a/net/kget/Makefile +++ b/net/kget/Makefile @@ -2,7 +2,7 @@ PORTNAME= kget PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net kde kde-kde4 MAINTAINER= kde@FreeBSD.org |