pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news/pan Update to 0.137:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e50da2092381
branches:  trunk
changeset: 604320:e50da2092381
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 29 14:14:29 2012 +0000

description:
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:

 news/pan/Makefile                             |   4 ++--
 news/pan/distinfo                             |   9 ++++-----
 news/pan/patches/patch-pan_gui_e-cte-dialog.c |  15 ---------------
 3 files changed, 6 insertions(+), 22 deletions(-)

diffs (47 lines):

diff -r fa0e36a70736 -r e50da2092381 news/pan/Makefile
--- a/news/pan/Makefile Tue May 29 14:12:49 2012 +0000
+++ b/news/pan/Makefile Tue May 29 14:14:29 2012 +0000
@@ -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 -r fa0e36a70736 -r e50da2092381 news/pan/distinfo
--- a/news/pan/distinfo Tue May 29 14:12:49 2012 +0000
+++ b/news/pan/distinfo Tue May 29 14:14:29 2012 +0000
@@ -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 -r fa0e36a70736 -r e50da2092381 news/pan/patches/patch-pan_gui_e-cte-dialog.c
--- a/news/pan/patches/patch-pan_gui_e-cte-dialog.c     Tue May 29 14:12:49 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index