devel/rubygem-msgpack: update to 1.2.0
PR: 224789 Approved by: maintainer timeout (kuriyama@FreeBSD.org, > 2 weeks)
This commit is contained in:
parent
93de656420
commit
d280e9f34c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459075
3 changed files with 4 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= msgpack
|
||||
PORTVERSION= 0.5.12
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (rubygem/msgpack-0.5.12.gem) = 423dc261bd9db477965d867b425a399bf9afab4a49e671d4f0eafb3fbdecaa26
|
||||
SIZE (rubygem/msgpack-0.5.12.gem) = 57344
|
||||
TIMESTAMP = 1514155035
|
||||
SHA256 (rubygem/msgpack-1.2.0.gem) = d34546d3c37d3ffbe8ea2d7b7b768fb8a2ee749e2fb6fe5fe11ae08f1c19aa6b
|
||||
SIZE (rubygem/msgpack-1.2.0.gem) = 77824
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- ext/msgpack/core_ext.c.orig 2018-01-03 15:29:36 UTC
|
||||
+++ ext/msgpack/core_ext.c
|
||||
@@ -118,8 +118,8 @@ void MessagePack_core_ext_module_init()
|
||||
rb_define_method(rb_cNilClass, "to_msgpack", NilClass_to_msgpack, -1);
|
||||
rb_define_method(rb_cTrueClass, "to_msgpack", TrueClass_to_msgpack, -1);
|
||||
rb_define_method(rb_cFalseClass, "to_msgpack", FalseClass_to_msgpack, -1);
|
||||
- rb_define_method(rb_cFixnum, "to_msgpack", Fixnum_to_msgpack, -1);
|
||||
- rb_define_method(rb_cBignum, "to_msgpack", Bignum_to_msgpack, -1);
|
||||
+ rb_define_method(rb_cInteger, "to_msgpack", Fixnum_to_msgpack, -1);
|
||||
+ rb_define_method(rb_cInteger, "to_msgpack", Bignum_to_msgpack, -1);
|
||||
rb_define_method(rb_cFloat, "to_msgpack", Float_to_msgpack, -1);
|
||||
rb_define_method(rb_cString, "to_msgpack", String_to_msgpack, -1);
|
||||
rb_define_method(rb_cArray, "to_msgpack", Array_to_msgpack, -1);
|
Loading…
Reference in a new issue