summaryrefslogtreecommitdiff
path: root/mail/balsa2
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-09-30 06:28:58 +0000
committerxtraeme <xtraeme>2003-09-30 06:28:58 +0000
commit8a487d05d01a58897e59a83cd68332eb2791fe78 (patch)
tree885c8e7c29afd2b0bd517d431df8083825f525df /mail/balsa2
parent5b31c8c22f1440bbdfc60cf3fd7e3b2edf94127f (diff)
downloadpkgsrc-8a487d05d01a58897e59a83cd68332eb2791fe78.tar.gz
Updated to 2.0.15.
Changes: - imap folder scanning speedup. - fix bugs: 121181, 121637, 121867 and others. - help updates.
Diffstat (limited to 'mail/balsa2')
-rw-r--r--mail/balsa2/Makefile4
-rw-r--r--mail/balsa2/distinfo7
-rw-r--r--mail/balsa2/patches/patch-ad13
3 files changed, 5 insertions, 19 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile
index c5a2219483c..db097fb60f3 100644
--- a/mail/balsa2/Makefile
+++ b/mail/balsa2/Makefile
@@ -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 --git a/mail/balsa2/distinfo b/mail/balsa2/distinfo
index c7319303cec..0decf9870e5 100644
--- a/mail/balsa2/distinfo
+++ b/mail/balsa2/distinfo
@@ -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 --git a/mail/balsa2/patches/patch-ad b/mail/balsa2/patches/patch-ad
deleted file mode 100644
index 35845cf2d8d..00000000000
--- a/mail/balsa2/patches/patch-ad
+++ /dev/null
@@ -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