summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-05-29 14:14:29 +0000
committerwiz <wiz@pkgsrc.org>2012-05-29 14:14:29 +0000
commit524ab22d4b5821e3e5b5c9dd00b9967c3af0a151 (patch)
treee71d137c08c9a5e1381a5b93e0b1e8002363f6cc /news
parentc356d3ef444a34d6d0291c6343e3d65219ed6f78 (diff)
downloadpkgsrc-524ab22d4b5821e3e5b5c9dd00b9967c3af0a151.tar.gz
Update to 0.137:
0.137 "The Mattel and Mars Bar Quick Energy Chocobot Hour" * Bugfix release for errors regarding segfaults etc. with thread handling. * Colorize group names. (Heinrich Müller) * Fix three-horizontal-pane layout between sessions. (Heinrich Müller) * Stop tasks when there is no space left on device. (Heinrich Müller) * Honour default attachments folder setting if group folder is not set. (Heinrich Müller)
Diffstat (limited to 'news')
-rw-r--r--news/pan/Makefile4
-rw-r--r--news/pan/distinfo9
-rw-r--r--news/pan/patches/patch-pan_gui_e-cte-dialog.c15
3 files changed, 6 insertions, 22 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile
index adadf619cca..8f14f8fb86c 100644
--- a/news/pan/Makefile
+++ b/news/pan/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2012/04/09 23:00:48 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2012/05/29 14:14:29 wiz Exp $
#
-DISTNAME= pan-0.136
+DISTNAME= pan-0.137
CATEGORIES= news
MASTER_SITES= http://pan.rebelbase.com/download/releases/${DISTNAME:C/pan-//}/source/
EXTRACT_SUFX= .tar.bz2
diff --git a/news/pan/distinfo b/news/pan/distinfo
index beea0508771..421e06588ce 100644
--- a/news/pan/distinfo
+++ b/news/pan/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.20 2012/04/09 23:00:48 wiz Exp $
+$NetBSD: distinfo,v 1.21 2012/05/29 14:14:29 wiz Exp $
-SHA1 (pan-0.136.tar.bz2) = 05c5b3577ea7445d74b0be0ec91dfabe18c6717f
-RMD160 (pan-0.136.tar.bz2) = 1a168c8736427e1fd7894f484996f0180ac87ad3
-Size (pan-0.136.tar.bz2) = 1509412 bytes
-SHA1 (patch-pan_gui_e-cte-dialog.c) = a13a5bd87188aed6add39a2b8e16df0a02a11482
+SHA1 (pan-0.137.tar.bz2) = 372f1f6406e2fcd9ce413774730975560f546fcf
+RMD160 (pan-0.137.tar.bz2) = 1b79bc1123d871ba6b44fac79f40f87541f315de
+Size (pan-0.137.tar.bz2) = 1510668 bytes
SHA1 (patch-pan_usenet-utils_mime-utils.cc) = 3e807f25924907744fcffc6a857d9b8f55449243
diff --git a/news/pan/patches/patch-pan_gui_e-cte-dialog.c b/news/pan/patches/patch-pan_gui_e-cte-dialog.c
deleted file mode 100644
index b70b1049da9..00000000000
--- a/news/pan/patches/patch-pan_gui_e-cte-dialog.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-pan_gui_e-cte-dialog.c,v 1.1 2012/04/09 23:00:49 wiz Exp $
-
-Non-void function needs return value.
-
---- pan/gui/e-cte-dialog.c.orig 2012-04-08 15:30:36.000000000 +0000
-+++ pan/gui/e-cte-dialog.c
-@@ -128,7 +128,7 @@ e_cte_dialog (const char *title, const c
- GMimeContentEncoding value;
-
- if (!gtk_combo_box_get_active_iter (GTK_COMBO_BOX(picker), &iter))
-- return;
-+ return GMIME_CONTENT_ENCODING_DEFAULT;
-
- model = gtk_combo_box_get_model (GTK_COMBO_BOX(picker));
- gtk_tree_model_get (model, &iter, 1, &value, -1);