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 | |
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')
-rw-r--r-- | net-im/ayttm/Makefile | 2 | ||||
-rw-r--r-- | net-im/centerim-devel/Makefile | 2 | ||||
-rw-r--r-- | net-im/centerim/Makefile | 2 | ||||
-rw-r--r-- | net-im/licq/Makefile | 2 | ||||
-rw-r--r-- | net-im/mcabber/Makefile | 1 | ||||
-rw-r--r-- | net-im/profanity/Makefile | 1 |
6 files changed, 6 insertions, 4 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index 2b403d64b005..55187ffd21d6 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -3,7 +3,7 @@ PORTNAME= ayttm PORTVERSION= 0.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= SF diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile index 92e6b954bf94..8f0421f5e80c 100644 --- a/net-im/centerim-devel/Makefile +++ b/net-im/centerim-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/mobshots/ \ ftp://ftp.centerim.org/mobshots/ 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/ diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 745b79690266..3170c9e1b6b7 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -3,7 +3,7 @@ PORTNAME= base PORTVERSION= ${LICQ_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2} diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 62ef51c03be0..77d38d383d15 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -3,6 +3,7 @@ PORTNAME= mcabber PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile index 16f00ae71f7c..9737bf860d1e 100644 --- a/net-im/profanity/Makefile +++ b/net-im/profanity/Makefile @@ -2,6 +2,7 @@ PORTNAME= profanity PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.profanity.im/ |