diff options
author | markd <markd> | 2003-09-17 23:39:01 +0000 |
---|---|---|
committer | markd <markd> | 2003-09-17 23:39:01 +0000 |
commit | 27fe1eb9947ecdc6fb9ddced80f565ce2c8852e8 (patch) | |
tree | affbd61580259f9a75088c7317f0f71db1215ee0 /misc/kdepim3 | |
parent | d5ad1d9cd8206fe5e177e0a5b32de015b7092ee2 (diff) | |
download | pkgsrc-27fe1eb9947ecdc6fb9ddced80f565ce2c8852e8.tar.gz |
Update to KDE3.1.4.
Changes:
* kpilot: Fix Bug 50560: address not synced correct with new address
information
* kpilot: Fix Bug 60659: Always using at least one of the addresses from
kaddressbook
* kpilot: Fix Bug 60691: KPilot vcal conduit changes day when syncing
repeating events
* kpilot: fix errors in build system.
Diffstat (limited to 'misc/kdepim3')
-rw-r--r-- | misc/kdepim3/Makefile | 5 | ||||
-rw-r--r-- | misc/kdepim3/distinfo | 8 | ||||
-rw-r--r-- | misc/kdepim3/patches/patch-ai | 8 |
3 files changed, 10 insertions, 11 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index abb57fc94f4..9e7ea6090ec 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2003/08/05 13:39:27 drochner Exp $ +# $NetBSD: Makefile,v 1.17 2003/09/17 23:39:01 markd Exp $ -DISTNAME= kdepim-3.1.3 -PKGREVISION= 1 +DISTNAME= kdepim-3.1.4 CATEGORIES= misc COMMENT= Personal Information Management tools for the KDE desktop diff --git a/misc/kdepim3/distinfo b/misc/kdepim3/distinfo index 3b52f3a3f3e..befde65552a 100644 --- a/misc/kdepim3/distinfo +++ b/misc/kdepim3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2003/07/30 14:19:38 markd Exp $ +$NetBSD: distinfo,v 1.14 2003/09/17 23:39:01 markd Exp $ -SHA1 (kdepim-3.1.3.tar.bz2) = 0fe5152bb9e2b1318c4cf9251213130eafd24f16 -Size (kdepim-3.1.3.tar.bz2) = 3293360 bytes +SHA1 (kdepim-3.1.4.tar.bz2) = 34dc5dbbe3389971cf7500864b148203a5d0bdf9 +Size (kdepim-3.1.4.tar.bz2) = 3299136 bytes SHA1 (patch-aa) = c9c14175eaf996d185e4de330e815cf86b6013c4 -SHA1 (patch-ai) = 8b6f3cde09fd39a9438fefa3207eb33449af5a51 +SHA1 (patch-ai) = 170c5a919ae0997b35dc082054b86f4f888ecc91 diff --git a/misc/kdepim3/patches/patch-ai b/misc/kdepim3/patches/patch-ai index b64ed99d66d..6d519e4d080 100644 --- a/misc/kdepim3/patches/patch-ai +++ b/misc/kdepim3/patches/patch-ai @@ -1,15 +1,15 @@ -$NetBSD: patch-ai,v 1.5 2003/07/30 14:19:39 markd Exp $ +$NetBSD: patch-ai,v 1.6 2003/09/17 23:39:02 markd Exp $ ---- configure.orig 2003-07-15 22:21:58.000000000 +1200 +--- configure.orig 2003-09-10 14:42:10.000000000 +1200 +++ configure -@@ -26281,64 +26281,6 @@ _ACEOF +@@ -26284,64 +26284,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 |