aboutsummaryrefslogtreecommitdiff
path: root/net-im/libpurple
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-06-17 04:22:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-06-17 04:22:57 +0000
commita5e4a6662010e3587d99b663d86346bb858c5130 (patch)
treed61c0529d921eba366bc47115986fc5d3c3be560 /net-im/libpurple
parente3aa7155b222869346e14cfb6bd90ec5cd400ffb (diff)
downloadports-a5e4a6662010e3587d99b663d86346bb858c5130.tar.gz
ports-a5e4a6662010e3587d99b663d86346bb858c5130.zip
* Update to 2.0.2
* Make GnuTLS the default SSL provider (over NSS) to avoid crashes reported by some users
Notes
Notes: svn path=/head/; revision=193705
Diffstat (limited to 'net-im/libpurple')
-rw-r--r--net-im/libpurple/Makefile10
-rw-r--r--net-im/libpurple/distinfo6
2 files changed, 8 insertions, 8 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index b0988196dea2..c470c0c6d2b2 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= libpurple
-PORTVERSION= 2.0.1
+PORTVERSION= 2.0.2
PORTREVISION?= 0
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -49,8 +49,8 @@ MAN1= pidgin.1 finch.1
PRPL_MODULES= gg,irc,jabber,msn,novell,oscar,qq,simple,yahoo,zephyr
OPTIONS= SILC "Secure Internet Live Conferencing support" off \
- GNUTLS "GNUTLS encryption support" off \
- NSS "Mozilla NSS encryption support" on \
+ GNUTLS "GNUTLS encryption support" on \
+ NSS "Mozilla NSS encryption support" off \
SASL "Cyrus SASL support (for jabberd)" off \
DBUS "Enable DBUS bindings" on \
PERL "Perl scripting" off \
@@ -101,14 +101,14 @@ CONFIGURE_ARGS+=--disable-cap
PLIST_SUB+= CAP="@comment not installed: "
.endif
-.if defined(WITH_GNUTLS)
+.if !defined(WITHOUT_GNUTLS)
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --enable-gnutls=yes
.else
CONFIGURE_ARGS+= --enable-gnutls=no
.endif
-.if !defined(WITHOUT_NSS)
+.if defined(WITH_NSS)
LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss
CONFIGURE_ARGS+= --enable-nss=yes \
--with-nspr-includes=${LOCALBASE}/include/nspr \
diff --git a/net-im/libpurple/distinfo b/net-im/libpurple/distinfo
index 7d35e61b13da..17a50aa7380a 100644
--- a/net-im/libpurple/distinfo
+++ b/net-im/libpurple/distinfo
@@ -1,3 +1,3 @@
-MD5 (pidgin-2.0.1.tar.bz2) = 51062e232c1ba5429d8be43623983fdf
-SHA256 (pidgin-2.0.1.tar.bz2) = 80f9908a604600950de8894e8107ba8f449543034e0220382d0c9f7361d151fc
-SIZE (pidgin-2.0.1.tar.bz2) = 7682458
+MD5 (pidgin-2.0.2.tar.bz2) = 613a357b2b1e030433fdfa680483d00f
+SHA256 (pidgin-2.0.2.tar.bz2) = e2d8d48b00d42cf935e3a7c8ed2d83d559be65cf3eca7cc88a8d0b7e4ba15a41
+SIZE (pidgin-2.0.2.tar.bz2) = 7838262