mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 2.2.4.
This commit is contained in:
parent
dc18106873
commit
f02eb61ea2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117617
3 changed files with 3 additions and 16 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= balsa
|
||||
PORTVERSION= 2.2.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.2.4
|
||||
CATEGORIES= mail gnome
|
||||
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/
|
||||
DISTNAME= balsa-${PORTVERSION}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (balsa-2.2.3.tar.bz2) = 9b6c87ab3a1e1271c311ba38c15fb40c
|
||||
SIZE (balsa-2.2.3.tar.bz2) = 2764078
|
||||
MD5 (balsa-2.2.4.tar.bz2) = c58770f6203dc23c4d630da3daf2b106
|
||||
SIZE (balsa-2.2.4.tar.bz2) = 2749555
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
--- libbalsa/mailbox_imap.c.orig Tue Aug 10 02:38:45 2004
|
||||
+++ libbalsa/mailbox_imap.c Tue Aug 10 02:38:53 2004
|
||||
@@ -2230,8 +2230,8 @@
|
||||
{
|
||||
unsigned *msgno_arr, *msgno_map, len, i, no_max;
|
||||
GArray *tmp;
|
||||
- len = array->len;
|
||||
ImapResponse rc;
|
||||
+ len = array->len;
|
||||
|
||||
if(mbox->view->sort_field == LB_MAILBOX_SORT_NO) {
|
||||
g_array_sort_with_data(array, (GCompareDataFunc)lbmi_compare_func,
|
Loading…
Add table
Reference in a new issue