diff options
author | joerg <joerg> | 2015-06-15 09:24:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-06-15 09:24:31 +0000 |
commit | ec97198de478393439d6408ec61085e11f11c039 (patch) | |
tree | 86891b8a846a678a715be301bc223cf35abf73df /misc/kdepim3 | |
parent | 5d7ff8add699f1da7731f7cb82e03c3f0465eaef (diff) | |
download | pkgsrc-ec97198de478393439d6408ec61085e11f11c039.tar.gz |
Fix fallout of Perl update. Bump rervision of kdelibs3.
Diffstat (limited to 'misc/kdepim3')
-rw-r--r-- | misc/kdepim3/distinfo | 3 | ||||
-rw-r--r-- | misc/kdepim3/patches/patch-dcopidlng_kdocAstUtil.pm | 14 |
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 ); |