diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-11 06:09:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-11 06:09:51 +0800 |
commit | 75af5c155b459dddb17c5b0c3392533985cd2b15 (patch) | |
tree | f8af53c9846c57c53515d5d04e685f3b75c2220c /news/pan2 | |
parent | ff0ba433c9f6210df0793c1ccb1d81500c94fb94 (diff) | |
download | freebsd-ports-gnome-75af5c155b459dddb17c5b0c3392533985cd2b15.tar.gz freebsd-ports-gnome-75af5c155b459dddb17c5b0c3392533985cd2b15.tar.zst freebsd-ports-gnome-75af5c155b459dddb17c5b0c3392533985cd2b15.zip |
Update to 0.13.2.
PR: 45136
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Diffstat (limited to 'news/pan2')
-rw-r--r-- | news/pan2/Makefile | 3 | ||||
-rw-r--r-- | news/pan2/distinfo | 2 | ||||
-rw-r--r-- | news/pan2/files/patch-temp | 23 |
3 files changed, 2 insertions, 26 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile index ee8f0b89608c..f0b5033fcabd 100644 --- a/news/pan2/Makefile +++ b/news/pan2/Makefile @@ -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/ \ diff --git a/news/pan2/distinfo b/news/pan2/distinfo index 6e8ca5ce5618..7b60557f161d 100644 --- a/news/pan2/distinfo +++ b/news/pan2/distinfo @@ -1 +1 @@ -MD5 (gnome2/pan-0.13.1.tar.bz2) = 7c46a27d30fc3f83ada9efd0d2df7509 +MD5 (gnome2/pan-0.13.2.tar.bz2) = ce3c121b109d2e2c9bb04730b776d50c diff --git a/news/pan2/files/patch-temp b/news/pan2/files/patch-temp index f8fb57c8677e..e69de29bb2d1 100644 --- a/news/pan2/files/patch-temp +++ b/news/pan2/files/patch-temp @@ -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; - |