summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorrecht <recht>2004-08-22 17:52:50 +0000
committerrecht <recht>2004-08-22 17:52:50 +0000
commitb6c99f37f8f335a75ff196df9da3134a67d38c1e (patch)
tree9373614eaa6e2f480a03089b6eb5c4181092281b /mail
parentc1bb33bb7e36f21f6507a6d084190ec1bd31f137 (diff)
downloadpkgsrc-b6c99f37f8f335a75ff196df9da3134a67d38c1e.tar.gz
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 (limited to 'mail')
-rw-r--r--mail/balsa2/Makefile4
-rw-r--r--mail/balsa2/distinfo8
-rw-r--r--mail/balsa2/patches/patch-ac16
3 files changed, 14 insertions, 14 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile
index 577e85c98a1..792c382acfe 100644
--- a/mail/balsa2/Makefile
+++ b/mail/balsa2/Makefile
@@ -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 --git a/mail/balsa2/distinfo b/mail/balsa2/distinfo
index 5704024a0da..491f2e02d4a 100644
--- a/mail/balsa2/distinfo
+++ b/mail/balsa2/distinfo
@@ -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 --git a/mail/balsa2/patches/patch-ac b/mail/balsa2/patches/patch-ac
index 73a4303e55d..0b44dfe764d 100644
--- a/mail/balsa2/patches/patch-ac
+++ b/mail/balsa2/patches/patch-ac
@@ -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)