Index: head/devel/rubygem-msgpack/files/patch-ext-msgpack-core_ext.c =================================================================== --- head/devel/rubygem-msgpack/files/patch-ext-msgpack-core_ext.c (revision 459074) +++ head/devel/rubygem-msgpack/files/patch-ext-msgpack-core_ext.c (nonexistent) @@ -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); Property changes on: head/devel/rubygem-msgpack/files/patch-ext-msgpack-core_ext.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/rubygem-msgpack/Makefile =================================================================== --- head/devel/rubygem-msgpack/Makefile (revision 459074) +++ head/devel/rubygem-msgpack/Makefile (revision 459075) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= msgpack -PORTVERSION= 0.5.12 +PORTVERSION= 1.2.0 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} post-install: ${FIND} ${STRIPDIR} -type f \( -name '*.o' -o -name '*.so' \) | ${XARGS} ${STRIP_CMD} .include Index: head/devel/rubygem-msgpack/distinfo =================================================================== --- head/devel/rubygem-msgpack/distinfo (revision 459074) +++ head/devel/rubygem-msgpack/distinfo (revision 459075) @@ -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