summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-02 06:01:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-02 06:01:52 +0000
commit121a8ec566fd489317b7c33819ca016681f9bc5a (patch)
treef4dc3b98f7995e7cad54e353fd67782e9f3190e3 /mail
parent- force use of PTHREAD_LIBS (diff)
Update to 2.0.15.
Notes
Notes: svn path=/head/; revision=90017
Diffstat (limited to 'mail')
-rw-r--r--mail/balsa2/Makefile2
-rw-r--r--mail/balsa2/distinfo2
-rw-r--r--mail/balsa2/files/patch-src_main.c15
3 files changed, 5 insertions, 14 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile
index 2ee416a1b1ee..f2bdac3700b6 100644
--- a/mail/balsa2/Makefile
+++ b/mail/balsa2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= balsa2
-PORTVERSION= 2.0.14
+PORTVERSION= 2.0.15
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
ftp://ftp.newton.cx/pub/balsa/
diff --git a/mail/balsa2/distinfo b/mail/balsa2/distinfo
index c00ed64392d4..436499fdbe53 100644
--- a/mail/balsa2/distinfo
+++ b/mail/balsa2/distinfo
@@ -1 +1 @@
-MD5 (balsa-2.0.14.tar.bz2) = 91ec11aec9f100e3ad6c02bccae2da5d
+MD5 (balsa-2.0.15.tar.bz2) = dc00a4bd622c4a0c5d6b7dca397d4371
diff --git a/mail/balsa2/files/patch-src_main.c b/mail/balsa2/files/patch-src_main.c
index d7d48efb16aa..867e938adb30 100644
--- a/mail/balsa2/files/patch-src_main.c
+++ b/mail/balsa2/files/patch-src_main.c
@@ -1,6 +1,6 @@
---- src/main.c.orig Mon Mar 24 16:48:36 2003
-+++ src/main.c Sun Apr 13 01:00:36 2003
-@@ -152,7 +152,7 @@
+--- src/main.c.orig Mon Sep 15 06:45:59 2003
++++ src/main.c Thu Oct 2 01:50:21 2003
+@@ -150,7 +150,7 @@
gnome_program_init(PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv,
GNOME_PARAM_POPT_TABLE, options,
GNOME_PARAM_APP_PREFIX, BALSA_STD_PREFIX,
@@ -9,12 +9,3 @@
NULL);
}
-@@ -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