diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-02-05 16:17:06 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-02-05 16:17:06 +0000 |
commit | 91e365d630f06550c027e8d6416042302496c4fb (patch) | |
tree | 39eb76ce76a50126ac09099f3cbbc3b7b481086a /net-im | |
parent | 0412e1a725a89281f5390bc9d0d2fb5c8cef318f (diff) | |
download | ports-91e365d630f06550c027e8d6416042302496c4fb.tar.gz ports-91e365d630f06550c027e8d6416042302496c4fb.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/climm/Makefile | 2 | ||||
-rw-r--r-- | net-im/gloox/Makefile | 4 | ||||
-rw-r--r-- | net-im/jabber.el/Makefile | 2 | ||||
-rw-r--r-- | net-im/jabber/Makefile | 2 | ||||
-rw-r--r-- | net-im/libpurple/Makefile | 2 | ||||
-rw-r--r-- | net-im/loudmouth/Makefile | 4 |
6 files changed, 8 insertions, 8 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 7f8b403dc828..d5f69676d83c 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -7,7 +7,7 @@ PORTNAME= climm PORTVERSION= 0.7.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= http://www.climm.org/source/ \ http://http.bg.climm.org/source/ diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index 46e57438e0dd..f2b2ff32a9bc 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -7,7 +7,7 @@ PORTNAME= gloox PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Jabber/XMPP client library LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ - gnutls.47:${PORTSDIR}/security/gnutls + gnutls.26:${PORTSDIR}/security/gnutls USE_AUTOTOOLS= libtool USE_BZIP2= yes diff --git a/net-im/jabber.el/Makefile b/net-im/jabber.el/Makefile index 3c161dee1caf..4fe5755f7da4 100644 --- a/net-im/jabber.el/Makefile +++ b/net-im/jabber.el/Makefile @@ -6,7 +6,7 @@ PORTNAME= jabber.el PORTVERSION= 0.8.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-im elisp MASTER_SITES= SF/emacs-jabber/emacs-jabber/${PORTVERSION} DISTNAME= emacs-jabber-${PORTVERSION} diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index 61c8fb4755db..4f73cc55a925 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -7,7 +7,7 @@ PORTNAME= jabber PORTVERSION= 1.6.1.1 -PORTREVISION= 10 +PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES= net-im ipv6 MASTER_SITES= http://download.jabberd.org/jabberd14/ \ diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index c84e6441d38a..c700d19c1b40 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -8,7 +8,7 @@ PORTNAME?= libpurple PORTVERSION= 2.10.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index d9cea4ef75e8..ae26d4726e5a 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -7,7 +7,7 @@ PORTNAME= loudmouth PORTVERSION= 1.4.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -32,7 +32,7 @@ OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on \ .include <bsd.port.pre.mk> .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss .endif |