pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/balsa2 Updated to 2.0.15.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27f28c2a1721
branches:  trunk
changeset: 462303:27f28c2a1721
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Sep 30 06:28:58 2003 +0000

description:
Updated to 2.0.15.

Changes:

- imap folder scanning speedup.
- fix bugs: 121181, 121637, 121867 and others.
- help updates.

diffstat:

 mail/balsa2/Makefile         |   4 ++--
 mail/balsa2/distinfo         |   7 +++----
 mail/balsa2/patches/patch-ad |  13 -------------
 3 files changed, 5 insertions(+), 19 deletions(-)

diffs (47 lines):

diff -r efb0c6128c19 -r 27f28c2a1721 mail/balsa2/Makefile
--- a/mail/balsa2/Makefile      Tue Sep 30 02:12:23 2003 +0000
+++ b/mail/balsa2/Makefile      Tue Sep 30 06:28:58 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2003/09/09 19:15:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.9 2003/09/30 06:28:58 xtraeme Exp $
 #
 
-DISTNAME=              balsa-2.0.14
+DISTNAME=              balsa-2.0.15
 CATEGORIES=            mail gnome
 MASTER_SITES=          http://balsa.gnome.org/                         \
                        ftp://ftp.newton.cx/pub/balsa/
diff -r efb0c6128c19 -r 27f28c2a1721 mail/balsa2/distinfo
--- a/mail/balsa2/distinfo      Tue Sep 30 02:12:23 2003 +0000
+++ b/mail/balsa2/distinfo      Tue Sep 30 06:28:58 2003 +0000
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.3 2003/09/09 19:15:12 xtraeme Exp $
+$NetBSD: distinfo,v 1.4 2003/09/30 06:28:58 xtraeme Exp $
 
-SHA1 (balsa-2.0.14.tar.bz2) = c684ffa34f185ea3f4e57742e52d327529fc71b5
-Size (balsa-2.0.14.tar.bz2) = 2774405 bytes
+SHA1 (balsa-2.0.15.tar.bz2) = a52576184fb8c100db1e403ebe7d866368d2f3fe
+Size (balsa-2.0.15.tar.bz2) = 2786211 bytes
 SHA1 (patch-aa) = 115368550ab0be9be35cafdab5e354139b8c5634
 SHA1 (patch-ab) = 47083f65d404e64ee238bc3e4f3e25008f5f82c8
 SHA1 (patch-ac) = 8a6eb00c8969040bec4aac63075563fcc586754d
-SHA1 (patch-ad) = 963c35de785ba3d37c4a2df396cf391ef1aa9082
 SHA1 (patch-ae) = dc0bb9dbc5c1392c0dcc3a515d44d40fe26d93e3
 SHA1 (patch-af) = 53e77f5f5df0e05f503713f7be163589c2381f07
diff -r efb0c6128c19 -r 27f28c2a1721 mail/balsa2/patches/patch-ad
--- a/mail/balsa2/patches/patch-ad      Tue Sep 30 02:12:23 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2003/04/27 00:42:58 rh Exp $
-
---- src/main.c.orig    2003-04-26 18:03:15.000000000 +0200
-+++ src/main.c 2003-04-26 18:04:10.000000000 +0200
-@@ -355,7 +355,7 @@
-     /* FIXME: gnome_i18n_get_language seems to have gone away; 
-      * is this a reasonable replacement? */
-     setlocale(LC_CTYPE,
--              (const char *) gnome_i18n_get_language_list(LC_CTYPE)->data);
-+              (const char *) gnome_i18n_get_language_list("LC_CTYPE")->data);
- #endif
- 
- #ifdef HAVE_GPGME



Home | Main Index | Thread Index | Old Index