summaryrefslogtreecommitdiff
path: root/news/pan2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-10 22:09:51 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-10 22:09:51 +0000
commit1ba1118f31b2f2daa6a4c2a18821945958ac1a45 (patch)
treecd48c0e5c2af98f7d75898f7f42acd944847f1c5 /news/pan2
parentMake palm/syncmal building on -current again. (diff)
Update to 0.13.2.
PR: 45136 Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Notes
Notes: svn path=/head/; revision=69857
Diffstat (limited to 'news/pan2')
-rw-r--r--news/pan2/Makefile3
-rw-r--r--news/pan2/distinfo2
-rw-r--r--news/pan2/files/patch-temp23
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;
-