aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kdepim44/files
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2003-07-29 04:26:22 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2003-07-29 04:26:22 +0000
commitac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca (patch)
treee774043ee6ff3c3d53fd74afbfa1a6efb14d22e3 /deskutils/kdepim44/files
parenta64b51263a686de76321c6baecd611e2e35e3297 (diff)
downloadports-ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca.tar.gz
ports-ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca.zip
Update KDE to the latest official release, KDE 3.1.3
Official KDE 3.1.3 announcement: http://www.kde.org/announcements/announce-3.1.3.php (may not work until a few hours after this commit - we jumped the gun a little in order to have the update in place at the time the security notifications for KDE 3.1.2 will be released together with the announcement of KDE 3.1.3). Changelog from 3.1.2 to 3.1.3 release: http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php Thanks and credits need to go to the whole KDE-FreeBSD team, as well as everyone on kde@freebsd.org for providing feedback, reporting bugs and just using the KDE ports. Approved by: will (real mentor asleep)
Notes
Notes: svn path=/head/; revision=85806
Diffstat (limited to 'deskutils/kdepim44/files')
-rw-r--r--deskutils/kdepim44/files/patch-libkpimexchange-core-exchangeaccount.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/kdepim44/files/patch-libkpimexchange-core-exchangeaccount.cpp b/deskutils/kdepim44/files/patch-libkpimexchange-core-exchangeaccount.cpp
new file mode 100644
index 000000000000..92223a7c826a
--- /dev/null
+++ b/deskutils/kdepim44/files/patch-libkpimexchange-core-exchangeaccount.cpp
@@ -0,0 +1,11 @@
+--- libkpimexchange/core/exchangeaccount.cpp.old Mon Jul 21 16:59:08 2003
++++ libkpimexchange/core/exchangeaccount.cpp Mon Jul 21 16:59:29 2003
+@@ -255,7 +255,7 @@
+ return result;
+ }
+
+-static QString ExchangeAccount::tryMailbox( const QString& _url, const QString& user, const QString& password ) {
++QString ExchangeAccount::tryMailbox( const QString& _url, const QString& user, const QString& password ) {
+ KURL url = KURL( _url );
+ url.setUser( user );
+ url.setPass( password );