diff options
author | markd <markd> | 2006-01-31 22:30:45 +0000 |
---|---|---|
committer | markd <markd> | 2006-01-31 22:30:45 +0000 |
commit | b9de47c5ec3e6811d82b820a5ea7ace69ed9e319 (patch) | |
tree | 98a35a4cb775c756eb6ded96eb2c5931dacbcb64 /net | |
parent | 896e07be8611eb447a86c009fae906cfaffc56d0 (diff) | |
download | pkgsrc-b9de47c5ec3e6811d82b820a5ea7ace69ed9e319.tar.gz |
Update to KDE 3.5.1
Changes:
* Kopete
o Fix disconnects/crashes after connecting to a Yahoo webcam
o Don't send picture information packets to Yahoo buddies when
connecting into invisible state, as one might use these packets to
reveal your real connection state
o Don't crash when deleting several contacts that are in several
groups
o Fix escaping of HTML in Yahoo messages
* KPPP
o fix initialization problem with some modems (Qualcomm 3G CDMA)
o support higher connection speeds (921600 bps)
Diffstat (limited to 'net')
-rw-r--r-- | net/kdenetwork3/Makefile | 5 | ||||
-rw-r--r-- | net/kdenetwork3/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index a98a49f646c..fbc2484b100 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2006/01/24 07:32:30 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2006/01/31 22:30:45 markd Exp $ DISTNAME= kdenetwork-${_KDE_VERSION} -PKGREVISION= 2 CATEGORIES= net COMMENT= Network modules for the KDE integrated X11 desktop @@ -9,6 +8,8 @@ CONFLICTS= kopete-[0-9]* .include "../../meta-pkgs/kde3/Makefile.kde3" +DEPENDS+= qca-tls>=1.0:../../security/qca-tls + USE_DIRS+= xdg-1.1 PTHREAD_OPTS+= require diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo index 70c204d42ad..32fd99edfcc 100644 --- a/net/kdenetwork3/distinfo +++ b/net/kdenetwork3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.35 2005/12/11 11:12:50 markd Exp $ +$NetBSD: distinfo,v 1.36 2006/01/31 22:30:45 markd Exp $ -SHA1 (kdenetwork-3.5.0.tar.bz2) = 38c7c021e324e2c3dd222dfc716a511e44d066c7 -RMD160 (kdenetwork-3.5.0.tar.bz2) = 42f313612f67b9261be264cc1fb50e3c538d2f60 -Size (kdenetwork-3.5.0.tar.bz2) = 7452959 bytes +SHA1 (kdenetwork-3.5.1.tar.bz2) = 5050b2f5e5605567b5e6785d0d6372cad7753c65 +RMD160 (kdenetwork-3.5.1.tar.bz2) = 6f3271dd50f4bebf1784c3822cab91a6b41d6fb6 +Size (kdenetwork-3.5.1.tar.bz2) = 7464777 bytes SHA1 (patch-aa) = e89ce73221ef840ed600ae53acad16eaad824fa0 SHA1 (patch-ab) = cd2fe9a73be928e391923947cb29cbbdeb79ae03 SHA1 (patch-ac) = a0e2fbcf1348d5e91434878bac4977b649c94855 |