diff options
author | markd <markd@pkgsrc.org> | 2003-09-17 23:28:28 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-09-17 23:28:28 +0000 |
commit | d5a417ce9c7f58fc463061acdf369d8fc8067d35 (patch) | |
tree | fc376e0b181e60ecd5fbf7d4814b7642020f1c27 /net/kdenetwork3 | |
parent | 3f6968b7105e83355a4ccae3b1013350650a53de (diff) | |
download | pkgsrc-d5a417ce9c7f58fc463061acdf369d8fc8067d35.tar.gz |
Update to KDE3.1.4.
Changes:
* kpf: Generate proper links in the HTML output for directories with spaces
and umlauts.
* knewsticker: Fix Bug 49114: KNewsticker news download still buggy?
* knewsticker: Fix Bug 52642: does not update an rdf feed when the new feed
has no entries
* knewsticker: Fix Bug 62129: Suggest button is not cancellable."
* knewsticker: Fix Bug 63224: knewsticker doesn't update news
* knewsticker: Fix Bug 63265: Ampersands in news source is shown as underline
* knewsticker: Filters now work properly with original (non-custom) newsfeed
names.
* knewsticker: Scrolltext now eats less CPU, scrolling speed slider influences
speed linearly.
* kmail: Fix crypto plugin loading.
* kmail: Fix decoding of subjected in embedded mime parts.
* kmail: Fix crash during configuring signatures.
* kmail: Fix portability issue in header field decoding.
* kmail: Fix bug that caused mailman to mangle headers.
* kmail: Fix mangling of multiline, quoted-printable encoded subject header.
* kmail: Roaming User Support.
* krfb: multihead fix.
* kget: Roaming User Support.
* knode: Roaming User Support.
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r-- | net/kdenetwork3/Makefile | 5 | ||||
-rw-r--r-- | net/kdenetwork3/distinfo | 8 | ||||
-rw-r--r-- | net/kdenetwork3/patches/patch-aa | 8 |
3 files changed, 10 insertions, 11 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 712efe46d8b..edf704ab33c 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2003/08/05 13:39:59 drochner Exp $ +# $NetBSD: Makefile,v 1.21 2003/09/17 23:28:28 markd Exp $ -DISTNAME= kdenetwork-3.1.3 -PKGREVISION= 1 +DISTNAME= kdenetwork-3.1.4 CATEGORIES= net COMMENT= Network modules for the KDE integrated X11 desktop diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo index 5ea3dd20253..80ab2aab848 100644 --- a/net/kdenetwork3/distinfo +++ b/net/kdenetwork3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2003/07/30 13:58:36 markd Exp $ +$NetBSD: distinfo,v 1.17 2003/09/17 23:28:28 markd Exp $ -SHA1 (kdenetwork-3.1.3.tar.bz2) = a1e1a4c6b27c0e6a6c4d136d3dcca21c38488f77 -Size (kdenetwork-3.1.3.tar.bz2) = 4989774 bytes -SHA1 (patch-aa) = 1050ca130a50a2f64c72e9e2933016339844ef88 +SHA1 (kdenetwork-3.1.4.tar.bz2) = 4fd70fc999cef1e22d01cc152274b61ae1e07ec2 +Size (kdenetwork-3.1.4.tar.bz2) = 4989720 bytes +SHA1 (patch-aa) = 204586688b36ea3374abdc73e5c819b5c020b1c8 SHA1 (patch-ac) = a0e2fbcf1348d5e91434878bac4977b649c94855 SHA1 (patch-ad) = 916bcbe11ca71f7a0f5f03c91fa18a6af9197be2 SHA1 (patch-ae) = 8b58afa071bd3f47577e5aeb46210ae77690b8bb diff --git a/net/kdenetwork3/patches/patch-aa b/net/kdenetwork3/patches/patch-aa index 0cf39d07ad7..870a8b80ad6 100644 --- a/net/kdenetwork3/patches/patch-aa +++ b/net/kdenetwork3/patches/patch-aa @@ -1,15 +1,15 @@ -$NetBSD: patch-aa,v 1.7 2003/07/30 13:58:37 markd Exp $ +$NetBSD: patch-aa,v 1.8 2003/09/17 23:28:29 markd Exp $ ---- configure.orig 2003-07-15 22:08:08.000000000 +1200 +--- configure.orig 2003-09-11 03:38:40.000000000 +1200 +++ configure -@@ -28619,65 +28619,6 @@ _ACEOF +@@ -28622,65 +28622,6 @@ _ACEOF - echo "$as_me:$LINENO: checking sizeof(size_t) == sizeof(unsigned long)" >&5 -echo $ECHO_N "checking sizeof(size_t) == sizeof(unsigned long)... $ECHO_C" >&6 - cat >conftest.$ac_ext <<_ACEOF --/* #line $LINENO "configure" */ +-#line $LINENO "configure" -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext |