summaryrefslogtreecommitdiff
path: root/misc/kdepim3
diff options
context:
space:
mode:
authorjoerg <joerg>2015-06-15 09:24:31 +0000
committerjoerg <joerg>2015-06-15 09:24:31 +0000
commit3159b58e5ca9ca0cf9b8f4cdae7def17e4abab19 (patch)
tree86891b8a846a678a715be301bc223cf35abf73df /misc/kdepim3
parent3acab017a2c1f0305a9823243bbbcc33c4916d0d (diff)
downloadpkgsrc-3159b58e5ca9ca0cf9b8f4cdae7def17e4abab19.tar.gz
Fix fallout of Perl update. Bump rervision of kdelibs3.
Diffstat (limited to 'misc/kdepim3')
-rw-r--r--misc/kdepim3/distinfo3
-rw-r--r--misc/kdepim3/patches/patch-dcopidlng_kdocAstUtil.pm14
2 files changed, 16 insertions, 1 deletions
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 );