Index: branches/2018Q1/devel/rubygem-msgpack/Makefile =================================================================== --- branches/2018Q1/devel/rubygem-msgpack/Makefile (revision 458081) +++ branches/2018Q1/devel/rubygem-msgpack/Makefile (revision 458082) @@ -1,22 +1,20 @@ # $FreeBSD$ PORTNAME= msgpack PORTVERSION= 0.5.12 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= kuriyama@FreeBSD.org COMMENT= Gems for MessagePack LICENSE= APACHE20 USE_RUBY= yes USES= gem STRIPDIR= ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -BROKEN_RUBY24= yes - post-install: ${FIND} ${STRIPDIR} -type f \( -name '*.o' -o -name '*.so' \) | ${XARGS} ${STRIP_CMD} .include Index: branches/2018Q1/devel/rubygem-msgpack/files/patch-ext-msgpack-core_ext.c =================================================================== --- branches/2018Q1/devel/rubygem-msgpack/files/patch-ext-msgpack-core_ext.c (nonexistent) +++ branches/2018Q1/devel/rubygem-msgpack/files/patch-ext-msgpack-core_ext.c (revision 458082) @@ -0,0 +1,13 @@ +--- 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); Property changes on: branches/2018Q1/devel/rubygem-msgpack/files/patch-ext-msgpack-core_ext.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2018Q1 =================================================================== --- branches/2018Q1 (revision 458081) +++ branches/2018Q1 (revision 458082) Property changes on: branches/2018Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r458080