diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-06-07 23:53:58 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-06-07 23:53:58 +0000 |
commit | 71725164eabbee9b165a3861df4406aba08edae1 (patch) | |
tree | 0d59f5da32db444537bf45c2d4cdee0cbb6505fb /converters | |
parent | a9c8648f9fc840154290a3facbdbf9984758af11 (diff) | |
download | pkgsrc-71725164eabbee9b165a3861df4406aba08edae1.tar.gz |
Fix incorrect fix
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Sereal-Decoder/distinfo | 4 | ||||
-rw-r--r-- | converters/p5-Sereal-Decoder/patches/patch-Decoder.xs | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/converters/p5-Sereal-Decoder/distinfo b/converters/p5-Sereal-Decoder/distinfo index 28d32c74662..90853191074 100644 --- a/converters/p5-Sereal-Decoder/distinfo +++ b/converters/p5-Sereal-Decoder/distinfo @@ -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 --git a/converters/p5-Sereal-Decoder/patches/patch-Decoder.xs b/converters/p5-Sereal-Decoder/patches/patch-Decoder.xs index 687422d8605..2530d0f68e7 100644 --- a/converters/p5-Sereal-Decoder/patches/patch-Decoder.xs +++ b/converters/p5-Sereal-Decoder/patches/patch-Decoder.xs @@ -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 @@ $NetBSD: patch-Decoder.xs,v 1.1 2017/06/07 14:33:23 ryoon Exp $ - 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); |