From 1beaf6baa4babd262305497fd98cc65eabf8a65c Mon Sep 17 00:00:00 2001 From: Johan van Selst Date: Tue, 26 Feb 2008 07:31:41 +0000 Subject: - Update to 0.6.2 - Fix jabber support (turned off by default) --- net-im/climm/Makefile | 14 ++++++-------- net-im/climm/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 11 deletions(-) (limited to 'net-im/climm') diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 3e1f215fe6c8..89b1d0172910 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= climm -PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTVERSION= 0.6.2 CATEGORIES= net-im MASTER_SITES= http://www.climm.org/source/ \ http://http.bg.climm.org/source/ @@ -31,23 +30,22 @@ OPTIONS= LIBICONV "Iconv character set conversion" on \ P2P "Peer2peer connection support" on \ TCL "TCL scripting support" on \ SSL "SSL/OTR encryption support" on \ - REMOTE "Remote control fifo support" on -# XMPP "XMPP Jabber support" on + REMOTE "Remote control fifo support" on \ + XMPP "XMPP Jabber support" off .include -# XMPP support is currently broken - forcefully turn this off -WITHOUT_XMPP= true - .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --disable-ssl --disable-otr .else . if defined(WITHOUT_XMPP) CONFIGURE_ARGS+= --enable-ssl=openssl . else -CONFIGURE_ARGS+= --enable-ssl=gnutls +CONFIGURE_ARGS+= --enable-ssl=gnutls --with-libgnutls-prefix=${LOCALBASE} LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls . endif +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ARGS+= --with-libgcrypt-prefix=${LOCALBASE} LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt \ otr:${PORTSDIR}/security/libotr \ gpg-error:${PORTSDIR}/security/libgpg-error diff --git a/net-im/climm/distinfo b/net-im/climm/distinfo index 1487e3c3f0a9..638c690b006f 100644 --- a/net-im/climm/distinfo +++ b/net-im/climm/distinfo @@ -1,3 +1,3 @@ -MD5 (climm-0.6.1.tgz) = d315eac8ee64179ad1cceb2c3681b18c -SHA256 (climm-0.6.1.tgz) = 900b054c4cfc27e3f0363038705eaee5c2457a0b3d0ae5e587deaf7cfb94eea2 -SIZE (climm-0.6.1.tgz) = 1177518 +MD5 (climm-0.6.2.tgz) = cf43b4fdb91e60bacf27678eea3ae9c8 +SHA256 (climm-0.6.2.tgz) = 25e0aca09981f65eef2f77f61b8580a99b690f4a3ae9cf1441151ad551c5812d +SIZE (climm-0.6.2.tgz) = 1190182 -- cgit v1.2.3