aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-03-27 14:57:59 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-03-27 14:57:59 +0000
commit6bc6f3a9e07f4647594e7ad34d21cff7b6cd3418 (patch)
tree95ab4f85bf7bf8cb530a6cecc47ac36a30dcab4b /net-im
parent37e8aaec0258c9c628ea0ecb9fd1f26a00577d4b (diff)
downloadports-6bc6f3a9e07f4647594e7ad34d21cff7b6cd3418.tar.gz
ports-6bc6f3a9e07f4647594e7ad34d21cff7b6cd3418.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/climm/Makefile2
-rw-r--r--net-im/empathy/Makefile1
-rw-r--r--net-im/gloox/Makefile1
-rw-r--r--net-im/jabber/Makefile2
-rw-r--r--net-im/jabber/files/patch-jabberd-mio_tls.cc109
-rw-r--r--net-im/libpurple/Makefile2
-rw-r--r--net-im/licq-jabber/Makefile2
-rw-r--r--net-im/loudmouth/Makefile33
-rw-r--r--net-im/loudmouth/distinfo4
-rw-r--r--net-im/loudmouth/files/patch-configure28
-rw-r--r--net-im/loudmouth/files/patch-loudmouth_Makefile.in12
-rw-r--r--net-im/loudmouth/files/patch-loudmouth_lm-error.c11
-rw-r--r--net-im/loudmouth/files/patch-loudmouth_lm-ssl-gnutls.c28
-rw-r--r--net-im/loudmouth/pkg-descr2
-rw-r--r--net-im/loudmouth/pkg-plist38
-rw-r--r--net-im/telepathy-gabble/Makefile2
-rw-r--r--net-im/telepathy-salut/Makefile2
17 files changed, 140 insertions, 139 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index 760d68a45bce..17f5357f0dad 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= climm
PORTVERSION= 0.7.1
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= net-im
MASTER_SITES= http://www.climm.org/source/ \
http://http.bg.climm.org/source/
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile
index 1dca04896768..c3af2dd801df 100644
--- a/net-im/empathy/Makefile
+++ b/net-im/empathy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= empathy
PORTVERSION= 3.12.11
+PORTREVISION= 1
CATEGORIES= net-im gnome
MASTER_SITES= GNOME
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile
index 213d4d60669b..0150fd15bb15 100644
--- a/net-im/gloox/Makefile
+++ b/net-im/gloox/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gloox
PORTVERSION= 1.0.14
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://camaya.net/download/
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile
index 97971611d957..0b8d81bd94bc 100644
--- a/net-im/jabber/Makefile
+++ b/net-im/jabber/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jabber
PORTVERSION= 1.6.1.1
-PORTREVISION= 18
+PORTREVISION= 19
PORTEPOCH= 1
CATEGORIES= net-im ipv6
MASTER_SITES= http://download.jabberd.org/jabberd14/%SUBDIR%/
diff --git a/net-im/jabber/files/patch-jabberd-mio_tls.cc b/net-im/jabber/files/patch-jabberd-mio_tls.cc
index 433dd4eba8d7..9351bd709479 100644
--- a/net-im/jabber/files/patch-jabberd-mio_tls.cc
+++ b/net-im/jabber/files/patch-jabberd-mio_tls.cc
@@ -1,5 +1,5 @@
---- jabberd/mio_tls.cc.orig 2008-03-06 10:21:01.669677189 +0100
-+++ jabberd/mio_tls.cc 2008-03-06 10:35:04.744064592 +0100
+--- jabberd/mio_tls.cc.orig 2007-07-16 23:20:44 UTC
++++ jabberd/mio_tls.cc
@@ -39,7 +39,6 @@
#include <set>
#include <string>
@@ -8,7 +8,7 @@
#include <vector>
#include <list>
#include <iostream>
-@@ -612,7 +611,7 @@
+@@ -612,7 +611,7 @@ static void mio_tls_process_credentials(
}
// load OpenPGP key/certificate
@@ -17,7 +17,7 @@
if (ret < 0) {
log_error(NULL, "Error loading OpenPGP key pub=%s/priv=%s: %s", pubfile, privfile, gnutls_strerror(ret));
continue;
-@@ -631,7 +630,7 @@
+@@ -631,7 +630,7 @@ static void mio_tls_process_credentials(
}
// load the OpenPGP keyring
@@ -26,7 +26,7 @@
if (ret < 0) {
log_error(NULL, "Error loading OpenPGP keyring %s: %s", file, gnutls_strerror(ret));
continue;
-@@ -640,23 +639,6 @@
+@@ -640,23 +639,6 @@ static void mio_tls_process_credentials(
continue;
}
@@ -50,7 +50,7 @@
// setup protocols to use
if (j_strcmp(xmlnode_get_localname(cur), "protocols") == 0) {
char const *const protocols_data = xmlnode_get_data(cur);
-@@ -916,7 +898,7 @@
+@@ -916,7 +898,7 @@ bool mio_tls_early_init() {
/* load asn1 tree to be used by libtasn1 */
ret = asn1_array2tree(subjectAltName_asn1_tab, &mio_tls_asn1_tree, NULL);
if (ret != ASN1_SUCCESS) {
@@ -59,7 +59,88 @@
return false;
/* XXX we have to delete the structure on shutdown using asn1_delete_structure(&mio_tls_asn1_tree) */
}
-@@ -1498,7 +1480,6 @@
+@@ -1302,80 +1284,32 @@ int mio_ssl_starttls(mio m, int originat
+
+ // overwrite protocol priorities?
+ if (mio_tls_protocols.find(identity) != mio_tls_protocols.end()) {
+- ret = gnutls_protocol_set_priority(session, mio_tls_protocols[identity]);
+- if (ret < 0) {
+- log_notice(identity, "error setting protocol priority: %s", gnutls_strerror(ret));
+- }
+ } else if (mio_tls_protocols.find("*") != mio_tls_protocols.end()) {
+- ret = gnutls_protocol_set_priority(session, mio_tls_protocols["*"]);
+- if (ret < 0) {
+- log_notice(identity, "error setting protocol priority: %s", gnutls_strerror(ret));
+- }
+ }
+
+ // overwrite kx algorithm priorities?
+ if (mio_tls_kx.find(identity) != mio_tls_kx.end()) {
+- ret = gnutls_kx_set_priority(session, mio_tls_kx[identity]);
+- if (ret < 0) {
+- log_notice(identity, "error setting kx algorithm priority: %s", gnutls_strerror(ret));
+- }
+ } else if (mio_tls_kx.find("*") != mio_tls_kx.end()) {
+- ret = gnutls_kx_set_priority(session, mio_tls_kx["*"]);
+- if (ret < 0) {
+- log_notice(identity, "error setting kx algorithm priority: %s", gnutls_strerror(ret));
+- }
+ }
+
+ // overwrite cipher priorities?
+ if (mio_tls_ciphers.find(identity) != mio_tls_ciphers.end()) {
+- ret = gnutls_cipher_set_priority(session, mio_tls_ciphers[identity]);
+- if (ret < 0) {
+- log_notice(identity, "error setting cipher algorithm priority: %s", gnutls_strerror(ret));
+- }
+ } else if (mio_tls_ciphers.find("*") != mio_tls_ciphers.end()) {
+- ret = gnutls_cipher_set_priority(session, mio_tls_ciphers["*"]);
+- if (ret < 0) {
+- log_notice(identity, "error setting cipher algorithm priority: %s", gnutls_strerror(ret));
+- }
+ }
+
+ // overwrite certificate priorities?
+ if (mio_tls_certtypes.find(identity) != mio_tls_certtypes.end()) {
+- ret = gnutls_certificate_type_set_priority(session, mio_tls_certtypes[identity]);
+- if (ret < 0) {
+- log_notice(identity, "error setting certificate priorities: %s", gnutls_strerror(ret));
+- }
+ } else if (mio_tls_certtypes.find("*") != mio_tls_certtypes.end()) {
+- ret = gnutls_certificate_type_set_priority(session, mio_tls_certtypes["*"]);
+- if (ret < 0) {
+- log_notice(identity, "error setting certificate priorities: %s", gnutls_strerror(ret));
+- }
+ }
+
+ // overwrite mac algorithm priorities?
+ if (mio_tls_mac.find(identity) != mio_tls_mac.end()) {
+- ret = gnutls_mac_set_priority(session, mio_tls_mac[identity]);
+- if (ret < 0) {
+- log_notice(identity, "error setting mac algorithm priorities: %s", gnutls_strerror(ret));
+- }
+ } else if (mio_tls_mac.find("*") != mio_tls_mac.end()) {
+- ret = gnutls_mac_set_priority(session, mio_tls_mac["*"]);
+- if (ret < 0) {
+- log_notice(identity, "error setting mac algorithm priorities: %s", gnutls_strerror(ret));
+- }
+ }
+
+ // overwrite compression algorithm priorities?
+ if (mio_tls_compression.find(identity) != mio_tls_compression.end()) {
+- ret = gnutls_compression_set_priority(session, mio_tls_compression[identity]);
+- if (ret < 0) {
+- log_notice(identity, "error setting compression algorithm priorities: %s", gnutls_strerror(ret));
+- }
+ } else if (mio_tls_compression.find("*") != mio_tls_compression.end()) {
+- ret = gnutls_compression_set_priority(session, mio_tls_compression["*"]);
+- if (ret < 0) {
+- log_notice(identity, "error setting compression algorithm priorities: %s", gnutls_strerror(ret));
+- }
+ }
+
+ /* setting certificate credentials */
+@@ -1498,7 +1432,6 @@ static int mio_tls_check_openpgp(mio m,
const gnutls_datum_t *cert_list = NULL;
unsigned int cert_list_size = 0;
@@ -67,7 +148,7 @@
// get the certificate (it's only a single one for OpenPGP)
cert_list = gnutls_certificate_get_peers(static_cast<gnutls_session_t>(m->ssl), &cert_list_size);
if (cert_list == NULL || cert_list_size <= 0) {
-@@ -1566,7 +1547,6 @@
+@@ -1566,7 +1499,6 @@ static int mio_tls_check_openpgp(mio m,
// free memory
gnutls_openpgp_key_deinit(pgpkey);
pool_free(jidpool);
@@ -75,7 +156,7 @@
return 0;
}
-@@ -1684,14 +1664,14 @@
+@@ -1684,14 +1616,14 @@ static int mio_tls_check_x509(mio m, cha
/* init subjectAltName_element */
ret = asn1_create_element(mio_tls_asn1_tree, "PKIX1.SubjectAltName", &subjectAltName_element);
if (ret != ASN1_SUCCESS) {
@@ -92,7 +173,7 @@
asn1_delete_structure(&subjectAltName_element);
break;
}
-@@ -1712,7 +1692,7 @@
+@@ -1712,7 +1644,7 @@ static int mio_tls_check_x509(mio m, cha
break;
}
if (ret != ASN1_SUCCESS) {
@@ -101,7 +182,7 @@
break;
}
-@@ -1732,7 +1712,7 @@
+@@ -1732,7 +1664,7 @@ static int mio_tls_check_x509(mio m, cha
ret = asn1_read_value(subjectAltName_element, access_string, dNSName, &dNSName_len);
if (ret != ASN1_SUCCESS) {
@@ -110,7 +191,7 @@
break;
}
-@@ -1772,7 +1752,7 @@
+@@ -1772,7 +1704,7 @@ static int mio_tls_check_x509(mio m, cha
/* get the OID of the otherName */
ret = asn1_read_value(subjectAltName_element, access_string_type, otherNameType, &otherNameType_len);
if (ret != ASN1_SUCCESS) {
@@ -119,7 +200,7 @@
break;
}
-@@ -1785,7 +1765,7 @@
+@@ -1785,7 +1717,7 @@ static int mio_tls_check_x509(mio m, cha
/* get the value of the otherName */
ret = asn1_read_value(subjectAltName_element, access_string_value, otherNameValue, &otherNameValue_len);
if (ret != ASN1_SUCCESS) {
@@ -128,7 +209,7 @@
break;
}
-@@ -1799,21 +1779,21 @@
+@@ -1799,21 +1731,21 @@ static int mio_tls_check_x509(mio m, cha
ret = asn1_create_element(mio_tls_asn1_tree, "PKIX1.DirectoryString", &directoryString_element);
if (ret != ASN1_SUCCESS) {
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 60540a3c0d3c..5999ddc80f89 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.10.12
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= net-im
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
DISTNAME= pidgin-${PORTVERSION}
diff --git a/net-im/licq-jabber/Makefile b/net-im/licq-jabber/Makefile
index d100f370b700..d9dd4ef21182 100644
--- a/net-im/licq-jabber/Makefile
+++ b/net-im/licq-jabber/Makefile
@@ -2,7 +2,7 @@
PORTNAME= jabber
PORTVERSION= 1.8.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
MAINTAINER= dinoex@FreeBSD.org
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile
index 1ab625ec2511..b9a502b49517 100644
--- a/net-im/loudmouth/Makefile
+++ b/net-im/loudmouth/Makefile
@@ -3,27 +3,28 @@
# $MCom: ports/trunk/net-im/loudmouth/Makefile 19914 2014-09-25 22:33:21Z kwm $
PORTNAME= loudmouth
-PORTVERSION= 1.4.3
-PORTREVISION= 11
-CATEGORIES= net-im gnome
-MASTER_SITES= GNOME
+PORTVERSION= 1.5.3
+CATEGORIES= net-im
+MASTER_SITES= https://mcabber.com/files/loudmouth/ \
+ http://www.lilotux.net/~mikael/mcabber/files/loudmouth/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Lightweight Jabber client library
-LICENSE= GPLv2
+LICENSE= LGPL21+
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
-USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
+USES= gettext gmake libtool pkgconfig tar:bzip2
USE_GNOME= glib20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-CONFIGURE_ARGS= --disable-gtk-doc
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -Wl,-Bsymbolic -L${LOCALBASE}/lib
+CONFIGURE_ARGS= --disable-gtk-doc --disable-rebuilds \
+ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
INSTALL_TARGET= install-strip
+OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT=GNUTLS
OPTIONS_RADIO= SSL
OPTIONS_RADIO_SSL= GNUTLS OPENSSL
@@ -32,21 +33,13 @@ OPTIONS_RADIO_SSL= GNUTLS OPENSSL
.if ${PORT_OPTIONS:MGNUTLS}
LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls
-RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
-.endif
-
-.if ${PORT_OPTIONS:MOPENSSL}
+CONFIGURE_ARGS+=--with-ssl=gnutls
+.elif ${PORT_OPTIONS:MOPENSSL}
USE_OPENSSL= yes
CONFIGURE_ARGS+=--with-ssl=openssl
RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
-.endif
-
-.if !${PORT_OPTIONS:MGNUTLS} && !${PORT_OPTIONS:MOPENSSL}
+.else
CONFIGURE_ARGS+=--without-ssl
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
- ${WRKSRC}/loudmouth/lm-ssl-gnutls.c
-
.include <bsd.port.mk>
diff --git a/net-im/loudmouth/distinfo b/net-im/loudmouth/distinfo
index 703c9f195e78..0ec15d3ab041 100644
--- a/net-im/loudmouth/distinfo
+++ b/net-im/loudmouth/distinfo
@@ -1,2 +1,2 @@
-SHA256 (loudmouth-1.4.3.tar.bz2) = 95a93f5d009b71ea8193d994aa11f311bc330a3efe1b7cd74dc48f11c7f929e3
-SIZE (loudmouth-1.4.3.tar.bz2) = 366818
+SHA256 (loudmouth-1.5.3.tar.bz2) = 54329415cb1bacb783c20f5f1f975de4fc460165d0d8a1e3b789367b5f69d32c
+SIZE (loudmouth-1.5.3.tar.bz2) = 375974
diff --git a/net-im/loudmouth/files/patch-configure b/net-im/loudmouth/files/patch-configure
deleted file mode 100644
index 2c37af283331..000000000000
--- a/net-im/loudmouth/files/patch-configure
+++ /dev/null
@@ -1,28 +0,0 @@
---- configure.orig 2009-08-17 03:50:55.000000000 -0400
-+++ configure 2009-08-17 03:50:59.000000000 -0400
-@@ -21983,12 +21983,14 @@ fi
- if test x$libgnutls_config_prefix != x ; then
- libgnutls_config_args="$libgnutls_config_args --prefix=$libgnutls_config_prefix"
- if test x${LIBGNUTLS_CONFIG+set} != xset ; then
-- LIBGNUTLS_CONFIG=$libgnutls_config_prefix/bin/libgnutls-config
-+ LIBGNUTLS_CONFIG=pkg-config
- fi
- fi
-
-+ libgnutls_config_args="$libgnutls_config_args gnutls"
-+
- # Extract the first word of "libgnutls-config", so it can be a program name with args.
--set dummy libgnutls-config; ac_word=$2
-+set dummy pkg-config; ac_word=$2
- { echo "$as_me:$LINENO: checking for $ac_word" >&5
- echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
- if test "${ac_cv_path_LIBGNUTLS_CONFIG+set}" = set; then
-@@ -22037,7 +22039,7 @@ echo $ECHO_N "checking for libgnutls - v
- else
- LIBGNUTLS_CFLAGS=`$LIBGNUTLS_CONFIG $libgnutls_config_args --cflags`
- LIBGNUTLS_LIBS=`$LIBGNUTLS_CONFIG $libgnutls_config_args --libs`
-- libgnutls_config_version=`$LIBGNUTLS_CONFIG $libgnutls_config_args --version`
-+ libgnutls_config_version=`$LIBGNUTLS_CONFIG $libgnutls_config_args --modversion`
-
-
- ac_save_CFLAGS="$CFLAGS"
diff --git a/net-im/loudmouth/files/patch-loudmouth_Makefile.in b/net-im/loudmouth/files/patch-loudmouth_Makefile.in
deleted file mode 100644
index 99c8782e6ced..000000000000
--- a/net-im/loudmouth/files/patch-loudmouth_Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- loudmouth/Makefile.in.orig 2008-07-06 15:44:25.000000000 -0400
-+++ loudmouth/Makefile.in 2008-07-06 15:43:53.000000000 -0400
-@@ -306,8 +306,7 @@ libloudmouthinclude_HEADERS = \
-
- libloudmouth_1_la_LIBADD = \
- $(LOUDMOUTH_LIBS) \
-- $(LIBIDN_LIBS) \
-- -lresolv
-+ $(LIBIDN_LIBS)
-
- libloudmouth_1_la_LDFLAGS = \
- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
diff --git a/net-im/loudmouth/files/patch-loudmouth_lm-error.c b/net-im/loudmouth/files/patch-loudmouth_lm-error.c
deleted file mode 100644
index 61f65fce2447..000000000000
--- a/net-im/loudmouth/files/patch-loudmouth_lm-error.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- loudmouth/lm-error.c.orig 2012-05-22 10:05:29.000000000 +0200
-+++ loudmouth/lm-error.c 2012-05-22 10:05:41.000000000 +0200
-@@ -19,7 +19,7 @@
- */
-
- #include <config.h>
--#include <glib/gerror.h>
-+#include <glib.h>
- #include "lm-error.h"
-
- /**
diff --git a/net-im/loudmouth/files/patch-loudmouth_lm-ssl-gnutls.c b/net-im/loudmouth/files/patch-loudmouth_lm-ssl-gnutls.c
deleted file mode 100644
index 5a202430c684..000000000000
--- a/net-im/loudmouth/files/patch-loudmouth_lm-ssl-gnutls.c
+++ /dev/null
@@ -1,28 +0,0 @@
---- loudmouth/lm-ssl-gnutls.c.orig 2010-04-17 15:56:39.000000000 -0400
-+++ loudmouth/lm-ssl-gnutls.c 2010-04-17 15:56:43.000000000 -0400
-@@ -32,7 +32,7 @@
-
- #include <gnutls/x509.h>
-
--#define CA_PEM_FILE "/etc/ssl/certs/ca-certificates.crt"
-+#define CA_PEM_FILE "%%LOCALBASE%%/share/certs/ca-root-nss.crt"
-
- struct _LmSSL {
- LmSSLBase base;
-@@ -200,6 +200,7 @@ _lm_ssl_begin (LmSSL *ssl, gint fd, cons
- { GNUTLS_CRT_X509, GNUTLS_CRT_OPENPGP, 0 };
- const int compression_priority[] =
- { GNUTLS_COMP_DEFLATE, GNUTLS_COMP_NULL, 0 };
-+ gnutls_priority_t priorities_cache;
-
- gnutls_init (&ssl->gnutls_session, GNUTLS_CLIENT);
- gnutls_set_default_priority (ssl->gnutls_session);
-@@ -213,6 +214,8 @@ _lm_ssl_begin (LmSSL *ssl, gint fd, cons
-
- gnutls_transport_set_ptr (ssl->gnutls_session,
- (gnutls_transport_ptr_t)(glong) fd);
-+ gnutls_priority_init (&priorities_cache, "NONE:+VERS-TLS1.0:+AES-128-CBC:+RSA:+SHA1:+COMP-NULL:NORMAL:%COMPAT", NULL);
-+ gnutls_priority_set (ssl->gnutls_session, priorities_cache);
-
- ret = gnutls_handshake (ssl->gnutls_session);
-
diff --git a/net-im/loudmouth/pkg-descr b/net-im/loudmouth/pkg-descr
index bd4242f0e024..6fda35f7d6d7 100644
--- a/net-im/loudmouth/pkg-descr
+++ b/net-im/loudmouth/pkg-descr
@@ -1,3 +1,5 @@
Loudmouth is a lightweight and easy-to-use C library for programming with the
Jabber protocol. It's designed to be easy to get started with and yet
extensible to let you do anything the Jabber protocol allows.
+
+WWW: https://mcabber.com/
diff --git a/net-im/loudmouth/pkg-plist b/net-im/loudmouth/pkg-plist
index a7824e37d336..656f333df002 100644
--- a/net-im/loudmouth/pkg-plist
+++ b/net-im/loudmouth/pkg-plist
@@ -12,21 +12,23 @@ lib/libloudmouth-1.so
lib/libloudmouth-1.so.0
lib/libloudmouth-1.so.0.1.0
libdata/pkgconfig/loudmouth-1.0.pc
-share/gtk-doc/html/loudmouth/ch01.html
-share/gtk-doc/html/loudmouth/home.png
-share/gtk-doc/html/loudmouth/index.html
-share/gtk-doc/html/loudmouth/index.sgml
-share/gtk-doc/html/loudmouth/left.png
-share/gtk-doc/html/loudmouth/loudmouth-lm-connection.html
-share/gtk-doc/html/loudmouth/loudmouth-lm-error.html
-share/gtk-doc/html/loudmouth/loudmouth-lm-message-handler.html
-share/gtk-doc/html/loudmouth/loudmouth-lm-message.html
-share/gtk-doc/html/loudmouth/loudmouth-lm-message-node.html
-share/gtk-doc/html/loudmouth/loudmouth-lm-proxy.html
-share/gtk-doc/html/loudmouth/loudmouth-lm-ssl.html
-share/gtk-doc/html/loudmouth/loudmouth-lm-utils.html
-share/gtk-doc/html/loudmouth/loudmouth.devhelp
-share/gtk-doc/html/loudmouth/loudmouth.devhelp2
-share/gtk-doc/html/loudmouth/right.png
-share/gtk-doc/html/loudmouth/style.css
-share/gtk-doc/html/loudmouth/up.png
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/ch01.html
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/home.png
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/index.html
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/index.sgml
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/left-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/left.png
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/loudmouth-LmConnection.html
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/loudmouth-LmError.html
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/loudmouth-LmMessage.html
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/loudmouth-LmMessageHandler.html
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/loudmouth-LmMessageNode.html
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/loudmouth-LmProxy.html
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/loudmouth-LmSSL.html
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/loudmouth-Miscellaneous-Utility-Functions.html
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/loudmouth.devhelp2
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/right-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/right.png
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/style.css
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/up-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/loudmouth/up.png
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile
index 1901dc6b0887..8ce22807122c 100644
--- a/net-im/telepathy-gabble/Makefile
+++ b/net-im/telepathy-gabble/Makefile
@@ -3,7 +3,7 @@
PORTNAME= telepathy-gabble
PORTVERSION= 0.18.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
diff --git a/net-im/telepathy-salut/Makefile b/net-im/telepathy-salut/Makefile
index 3d3d7a1d5478..0335a10c15d2 100644
--- a/net-im/telepathy-salut/Makefile
+++ b/net-im/telepathy-salut/Makefile
@@ -4,7 +4,7 @@
PORTNAME= telepathy-salut
PORTVERSION= 0.8.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/