pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/p5-Sereal-Decoder



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Jun  7 23:53:58 UTC 2017

Modified Files:
        pkgsrc/converters/p5-Sereal-Decoder: distinfo
        pkgsrc/converters/p5-Sereal-Decoder/patches: patch-Decoder.xs

Log Message:
Fix incorrect fix


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/converters/p5-Sereal-Decoder/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/converters/p5-Sereal-Decoder/patches/patch-Decoder.xs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/p5-Sereal-Decoder/distinfo
diff -u pkgsrc/converters/p5-Sereal-Decoder/distinfo:1.8 pkgsrc/converters/p5-Sereal-Decoder/distinfo:1.9
--- pkgsrc/converters/p5-Sereal-Decoder/distinfo:1.8    Wed Jun  7 14:33:23 2017
+++ pkgsrc/converters/p5-Sereal-Decoder/distinfo        Wed Jun  7 23:53:58 2017
@@ -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

Index: pkgsrc/converters/p5-Sereal-Decoder/patches/patch-Decoder.xs
diff -u pkgsrc/converters/p5-Sereal-Decoder/patches/patch-Decoder.xs:1.1 pkgsrc/converters/p5-Sereal-Decoder/patches/patch-Decoder.xs:1.2
--- pkgsrc/converters/p5-Sereal-Decoder/patches/patch-Decoder.xs:1.1    Wed Jun  7 14:33:23 2017
+++ pkgsrc/converters/p5-Sereal-Decoder/patches/patch-Decoder.xs        Wed Jun  7 23:53:58 2017
@@ -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/
  
 -    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