pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/balsa2 Update to Balsa-2.2.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/128af9061c42
branches:  trunk
changeset: 479787:128af9061c42
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Aug 22 17:52:50 2004 +0000

description:
Update to Balsa-2.2.3

changes:
- periodic expunge code crash fixed.
- fixed recovery from broken IMAP connections.
- startup speedup.
- some memory leaks fixed.

diffstat:

 mail/balsa2/Makefile         |   4 ++--
 mail/balsa2/distinfo         |   8 ++++----
 mail/balsa2/patches/patch-ac |  16 ++++++++--------
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (54 lines):

diff -r 1622607f2575 -r 128af9061c42 mail/balsa2/Makefile
--- a/mail/balsa2/Makefile      Sun Aug 22 17:52:26 2004 +0000
+++ b/mail/balsa2/Makefile      Sun Aug 22 17:52:50 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2004/08/15 22:08:40 recht Exp $
+# $NetBSD: Makefile,v 1.30 2004/08/22 17:52:50 recht Exp $
 
-DISTNAME=              balsa-2.2.2
+DISTNAME=              balsa-2.2.3
 CATEGORIES=            mail gnome
 MASTER_SITES=          http://balsa.gnome.org/                         \
                        ftp://ftp.newton.cx/pub/balsa/
diff -r 1622607f2575 -r 128af9061c42 mail/balsa2/distinfo
--- a/mail/balsa2/distinfo      Sun Aug 22 17:52:26 2004 +0000
+++ b/mail/balsa2/distinfo      Sun Aug 22 17:52:50 2004 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2004/08/15 22:08:40 recht Exp $
+$NetBSD: distinfo,v 1.9 2004/08/22 17:52:50 recht Exp $
 
-SHA1 (balsa-2.2.2.tar.bz2) = ee5961057f48bbbf6995728c0500dd95b705fd1e
-Size (balsa-2.2.2.tar.bz2) = 2771365 bytes
+SHA1 (balsa-2.2.3.tar.bz2) = 89b66c648813c3b3718d0f9e1fce8b53e0c2234e
+Size (balsa-2.2.3.tar.bz2) = 2764078 bytes
 SHA1 (patch-ab) = 47083f65d404e64ee238bc3e4f3e25008f5f82c8
-SHA1 (patch-ac) = 2479ee81784a76338860e5848ddcf4b4ae8449d5
+SHA1 (patch-ac) = d879e4afd6959cf5afe9fd941f51fb5ed367aa4f
 SHA1 (patch-ae) = 63ef5da19874848b221a594c6adbfadd21e7fd5f
 SHA1 (patch-af) = 53e77f5f5df0e05f503713f7be163589c2381f07
 SHA1 (patch-ag) = dcd7fb1435b3f576645566a0eaa13e4e8a0c2998
diff -r 1622607f2575 -r 128af9061c42 mail/balsa2/patches/patch-ac
--- a/mail/balsa2/patches/patch-ac      Sun Aug 22 17:52:26 2004 +0000
+++ b/mail/balsa2/patches/patch-ac      Sun Aug 22 17:52:50 2004 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.3 2004/07/23 15:09:57 recht Exp $
+$NetBSD: patch-ac,v 1.4 2004/08/22 17:52:50 recht Exp $
 
---- sounds/Makefile.in.orig    2004-07-10 08:39:57.000000000 +0200
-+++ sounds/Makefile.in 2004-07-23 12:08:11.000000000 +0200
-@@ -215,7 +215,7 @@
- EXTRA_DIST = $(balsa_SOUNDS) $(balsa_SOUNDLISTS)
+--- sounds/Makefile.in.orig    2004-08-15 20:16:56.000000000 +0200
++++ sounds/Makefile.in 2004-08-22 16:05:47.000000000 +0200
+@@ -213,7 +213,7 @@
+ balsa_SOUNDS = startup.wav newmail.wav
  balsasoundsdir = $(datadir)/sounds/balsa
  balsasounds_DATA = $(balsa_SOUNDS)
 -soundlistdir = $(sysconfdir)/sound/events
 +soundlistdir = ${prefix}/share/examples/balsa
- soundlist_DATA = $(balsa_SOUNDLISTS)
- all: all-am
- 
+ soundlist_in_files = balsa.soundlist.in email.soundlist.in
+ soundlist_DATA = $(soundlist_in_files:.soundlist.in=.soundlist)
+ EXTRA_DIST = $(balsa_SOUNDS) $(soundlist_in_files)



Home | Main Index | Thread Index | Old Index