From bf2a56eca365e1f14e463d6a731b207e6088a83b Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 15 Jun 2015 09:24:31 +0000 Subject: Fix fallout of Perl update. Bump rervision of kdelibs3. --- misc/kdepim3/distinfo | 3 ++- misc/kdepim3/patches/patch-dcopidlng_kdocAstUtil.pm | 14 ++++++++++++++ x11/kdelibs3/distinfo | 3 ++- x11/kdelibs3/patches/patch-dcop_dcopidlng_kdocAstUtil.pm | 14 ++++++++++++++ 4 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 misc/kdepim3/patches/patch-dcopidlng_kdocAstUtil.pm create mode 100644 x11/kdelibs3/patches/patch-dcop_dcopidlng_kdocAstUtil.pm diff --git a/misc/kdepim3/distinfo b/misc/kdepim3/distinfo index 568552722cc..1d20b44fe4d 100644 --- a/misc/kdepim3/distinfo +++ b/misc/kdepim3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.68 2013/05/17 13:19:10 joerg Exp $ +$NetBSD: distinfo,v 1.69 2015/06/15 09:24:31 joerg Exp $ SHA1 (kdepim-3.5.10.tar.bz2) = 537da60fe3564ecc0ed2802e744fbf96386909a9 RMD160 (kdepim-3.5.10.tar.bz2) = 52a834dc8eb377d397404a16a09c8a59b568b305 @@ -19,6 +19,7 @@ SHA1 (patch-as) = bfcde6d85ca844ebe4cff93ca0ed42deb2cefbff SHA1 (patch-at) = 670b61b45eed92c854808991e6241f29bee47554 SHA1 (patch-certmanager_lib_backends_qgpgme_qgpgmejob.cpp) = f6d7967f5456cb574a1046255229c8c731b7ebba SHA1 (patch-configure) = c25992299b78b3c45f9f5f3dfcbd5f92a4df89ac +SHA1 (patch-dcopidlng_kdocAstUtil.pm) = d1679f33c6ed4fa25ab978da57b4b690a3797878 SHA1 (patch-karm_karmstorage.h) = e30049edeef91dd365138d545bd744a4556cbbdc SHA1 (patch-karm_task.h) = 6a87ec8898ed41f330a8b5aea556237f17dfbc68 SHA1 (patch-kitchensync_src_configguildap.h) = a08a79894d08757fd315bec83033f49e3f41f3c6 diff --git a/misc/kdepim3/patches/patch-dcopidlng_kdocAstUtil.pm b/misc/kdepim3/patches/patch-dcopidlng_kdocAstUtil.pm new file mode 100644 index 00000000000..da0e544c9e2 --- /dev/null +++ b/misc/kdepim3/patches/patch-dcopidlng_kdocAstUtil.pm @@ -0,0 +1,14 @@ +$NetBSD: patch-dcopidlng_kdocAstUtil.pm,v 1.1 2015/06/15 09:24:31 joerg Exp $ + +--- dcopidlng/kdocAstUtil.pm.orig 2015-06-14 19:23:52.000000000 +0000 ++++ dcopidlng/kdocAstUtil.pm +@@ -647,8 +647,7 @@ sub dumpAst + dumpAst( $kid ); + } + +- print "\t" x $depth, "Documentation nodes:\n" if defined +- @{ $node->{Doc}->{ "Text" }}; ++ print "\t" x $depth, "Documentation nodes:\n" if (@{ $node->{Doc}->{ "Text" }}); + + foreach $kid ( @{ $node->{Doc}->{ "Text" }} ) { + dumpAst( $kid ); diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo index 89524e07a12..4fda55b63f4 100644 --- a/x11/kdelibs3/distinfo +++ b/x11/kdelibs3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.106 2013/12/06 19:58:27 asau Exp $ +$NetBSD: distinfo,v 1.107 2015/06/15 09:24:31 joerg Exp $ SHA1 (kdelibs-3.5.10.tar.bz2) = c930a25f4419134def55b8466c3a6f737227fb82 RMD160 (kdelibs-3.5.10.tar.bz2) = 4c960664283c83ebc8e68932ca9044336fcff223 @@ -31,6 +31,7 @@ SHA1 (patch-config.h.in) = c76bf7392d686acb8694c4aa15bcaa8dc14ff059 SHA1 (patch-da) = ac1888a52f22ac81c0fb51dda48c8e168516a229 SHA1 (patch-db) = bba958ba9f3059074fd97174dacab2bf47801fa8 SHA1 (patch-dc) = 3d6971b13599ac7acce9d63b76a8813e9c87bc96 +SHA1 (patch-dcop_dcopidlng_kdocAstUtil.pm) = ef6146e1bb4aae2149833ccb8fa0e3fdb40a7c30 SHA1 (patch-dd) = 16c5972250c867cf87e959287fdbedd94e9bfd8c SHA1 (patch-kate_part_katebuffer.cpp) = bc5bf102cb5d843622878816d432019aa4811d05 SHA1 (patch-kdecore_kpty.cpp) = 647b159fe5548fd9ab9af4cb4aee2f5fe7b74105 diff --git a/x11/kdelibs3/patches/patch-dcop_dcopidlng_kdocAstUtil.pm b/x11/kdelibs3/patches/patch-dcop_dcopidlng_kdocAstUtil.pm new file mode 100644 index 00000000000..6970ec770a0 --- /dev/null +++ b/x11/kdelibs3/patches/patch-dcop_dcopidlng_kdocAstUtil.pm @@ -0,0 +1,14 @@ +$NetBSD: patch-dcop_dcopidlng_kdocAstUtil.pm,v 1.1 2015/06/15 09:24:31 joerg Exp $ + +--- dcop/dcopidlng/kdocAstUtil.pm.orig 2015-06-13 17:55:21.000000000 +0000 ++++ dcop/dcopidlng/kdocAstUtil.pm +@@ -438,8 +438,7 @@ sub dumpAst + dumpAst( $kid ); + } + +- print "\t" x $depth, "Documentation nodes:\n" if defined +- @{ $node->{Doc}->{ "Text" }}; ++ print "\t" x $depth, "Documentation nodes:\n" if (@{ $node->{Doc}->{ "Text" }}); + + foreach $kid ( @{ $node->{Doc}->{ "Text" }} ) { + dumpAst( $kid ); -- cgit v1.2.3