pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/p5-Sereal-Decoder Fix incorrect fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51dc50ad6c59
branches:  trunk
changeset: 363401:51dc50ad6c59
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Jun 07 23:53:58 2017 +0000

description:
Fix incorrect fix

diffstat:

 converters/p5-Sereal-Decoder/distinfo                 |  4 ++--
 converters/p5-Sereal-Decoder/patches/patch-Decoder.xs |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 58c8393dcf6f -r 51dc50ad6c59 converters/p5-Sereal-Decoder/distinfo
--- a/converters/p5-Sereal-Decoder/distinfo     Wed Jun 07 23:49:25 2017 +0000
+++ b/converters/p5-Sereal-Decoder/distinfo     Wed Jun 07 23:53:58 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2017/06/07 14:33:23 ryoon Exp $
+$NetBSD: distinfo,v 1.9 2017/06/07 23:53:58 ryoon Exp $
 
 SHA1 (Sereal-Decoder-3.014.tar.gz) = 79962f925b2f7dc3920c913d0b033da860a84012
 RMD160 (Sereal-Decoder-3.014.tar.gz) = bc15b504e216305349fd5192f337202d93e21480
 SHA512 (Sereal-Decoder-3.014.tar.gz) = 00ac49d18033fa177fa12d36b0527f327eaed54c96a065783da6c209db24764b4487464312a933ac24d51d94ef79293c0cb1aa938f6e4704a3b0a11b30151e22
 Size (Sereal-Decoder-3.014.tar.gz) = 369546 bytes
-SHA1 (patch-Decoder.xs) = eee3fdd7b81dfdc8494cc0aaac33ca0a26b44e96
+SHA1 (patch-Decoder.xs) = 674acfb7dc39cef46c53b43452670c2cb2250756
 SHA1 (patch-snappy_csnappy__internal__userspace.h) = 604f36231909881d4c424c06cd0b6065b4912006
diff -r 58c8393dcf6f -r 51dc50ad6c59 converters/p5-Sereal-Decoder/patches/patch-Decoder.xs
--- a/converters/p5-Sereal-Decoder/patches/patch-Decoder.xs     Wed Jun 07 23:49:25 2017 +0000
+++ b/converters/p5-Sereal-Decoder/patches/patch-Decoder.xs     Wed Jun 07 23:53:58 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-Decoder.xs,v 1.1 2017/06/07 14:33:23 ryoon Exp $
+$NetBSD: patch-Decoder.xs,v 1.2 2017/06/07 23:53:58 ryoon Exp $
 
 * Fix build with Perl 5.26.0
   Like devel/p5-Params-Classify/patches/patch-lib_Params_Classify.xs
@@ -60,7 +60,7 @@
  
 -    pushop->op_sibling = cvop;
 -    lastargop->op_sibling = NULL;
-+    OpLASTSIB_set(pushop, cvop);
++    OpMORESIB_set(pushop, cvop);
 +    OpLASTSIB_set(lastargop, NULL);
      op_free(entersubop);
      newop = newUNOP(OP_NULL, 0, firstargop);



Home | Main Index | Thread Index | Old Index