diff options
author | johans <johans@FreeBSD.org> | 2008-02-26 15:31:41 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2008-02-26 15:31:41 +0800 |
commit | 5ab5c0146ef2fd322137e2df538dd38ee9daf43a (patch) | |
tree | bbae1b38176a74e4ac8e83af8da58f7717acf524 /net-im | |
parent | 19b7238ee718eef0fd60944627500c6453bc3b47 (diff) | |
download | freebsd-ports-gnome-5ab5c0146ef2fd322137e2df538dd38ee9daf43a.tar.gz freebsd-ports-gnome-5ab5c0146ef2fd322137e2df538dd38ee9daf43a.tar.zst freebsd-ports-gnome-5ab5c0146ef2fd322137e2df538dd38ee9daf43a.zip |
- Update to 0.6.2
- Fix jabber support (turned off by default)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/climm/Makefile | 14 | ||||
-rw-r--r-- | net-im/climm/distinfo | 6 |
2 files changed, 9 insertions, 11 deletions
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 <bsd.port.pre.mk> -# 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 |