1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Update to 0.13.2.

PR:	45136
Submitted by:	Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
This commit is contained in:
Joe Marcus Clarke 2002-11-10 22:09:51 +00:00
parent cb7e899ef2
commit 1ba1118f31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69857
3 changed files with 2 additions and 26 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= pan2
PORTVERSION= 0.13.1
PORTREVISION= 1
PORTVERSION= 0.13.2
CATEGORIES= news gnome
MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \
http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ \

View File

@ -1 +1 @@
MD5 (gnome2/pan-0.13.1.tar.bz2) = 7c46a27d30fc3f83ada9efd0d2df7509
MD5 (gnome2/pan-0.13.2.tar.bz2) = ce3c121b109d2e2c9bb04730b776d50c

View File

@ -1,23 +0,0 @@
--- pan/articlelist.c 29 Sep 2002 12:46:18 -0000 1.577
+++ pan/articlelist.c 20 Oct 2002 22:19:18 -0000
@@ -3412,9 +3412,6 @@
if (fetch_new_on_group_load && !group_is_folder(group))
queue_insert_tasks (g_slist_append(NULL,task_headers_new(group,HEADERS_NEW)), 0);
- /* switching done. safe to do another switch */
- g_static_mutex_unlock (&switch_mutex);
-
debug_exit ("set_group_mainthread_end");
return 0;
}
@@ -3475,6 +3472,9 @@
/* hard work over, pass back to main thread */
gui_queue_add (set_group_mainthread_end, argset);
+
+ /* safe to do another switch */
+ g_static_mutex_unlock (&switch_mutex);
debug_exit ("set_group_worker");
return NULL;