aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2007-07-01 16:56:16 +0800
committernovel <novel@FreeBSD.org>2007-07-01 16:56:16 +0800
commitbee0ac58b31b49d4999c27a48b677263a9a1328d (patch)
tree1dc1a18dcb267cb449853409ce4cb453a6b0ab1c /net-im
parent3527296cf62e327247a65f5ae2959835705b3d5d (diff)
downloadfreebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.tar.gz
freebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.tar.zst
freebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.zip
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/Makefile4
-rw-r--r--net-im/gloox/Makefile3
-rw-r--r--net-im/libpurple/Makefile2
-rw-r--r--net-im/loudmouth/Makefile3
4 files changed, 7 insertions, 5 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile
index eb3e8be4ba67..8578ab188867 100644
--- a/net-im/gaim/Makefile
+++ b/net-im/gaim/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gaim
PORTVERSION= 1.5.0
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -58,7 +58,7 @@ PLIST_SUB+= EVO="@comment "
.endif
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-gnutls
.endif
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile
index bf1ecfbaae07..83135ea97dc7 100644
--- a/net-im/gloox/Makefile
+++ b/net-im/gloox/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gloox
PORTVERSION= 0.8.8
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://camaya.net/download/
@@ -15,7 +16,7 @@ COMMENT= Jabber/XMPP client library
LIB_DEPENDS= iksemel.3:${PORTSDIR}/textproc/iksemel \
idn.16:${PORTSDIR}/dns/libidn \
- gnutls.15:${PORTSDIR}/security/gnutls
+ gnutls.13:${PORTSDIR}/security/gnutls
USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index c470c0c6d2b2..353d9676124a 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -8,7 +8,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.0.2
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pidgin
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile
index 75f056bb71a2..d7f3932e62a4 100644
--- a/net-im/loudmouth/Makefile
+++ b/net-im/loudmouth/Makefile
@@ -7,6 +7,7 @@
PORTNAME= loudmouth
PORTVERSION= 1.2.3
+PORTREVISION= 1
CATEGORIES= net-im gnome
MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ \
${MASTER_SITE_GNOME}
@@ -29,7 +30,7 @@ OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_GNUTLS)
-LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-ssl
.endif