Index: head/devel/rubygem-google-protobuf/Makefile =================================================================== --- head/devel/rubygem-google-protobuf/Makefile (revision 497039) +++ head/devel/rubygem-google-protobuf/Makefile (revision 497040) @@ -1,17 +1,17 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= google-protobuf -PORTVERSION= 3.7.0 +PORTVERSION= 3.7.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby extension to Google Protocol Buffers LICENSE= BSD3CLAUSE USES= gem USE_RUBY= yes .include Index: head/devel/rubygem-google-protobuf/distinfo =================================================================== --- head/devel/rubygem-google-protobuf/distinfo (revision 497039) +++ head/devel/rubygem-google-protobuf/distinfo (revision 497040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551529770 -SHA256 (rubygem/google-protobuf-3.7.0.gem) = 740ecb3ac3b0a9cb5f8d9486c12b2766788ededef6801c204f8a8fe20908da7d -SIZE (rubygem/google-protobuf-3.7.0.gem) = 256512 +TIMESTAMP = 1553693969 +SHA256 (rubygem/google-protobuf-3.7.1.gem) = 623d73b810b4c298dae870571b643e4f7f0e7a194b7a4da8268fd20a47452811 +SIZE (rubygem/google-protobuf-3.7.1.gem) = 260608 Index: head/devel/rubygem-google-protobuf/files/patch-ext-google-protobuf_c-upb.c =================================================================== --- head/devel/rubygem-google-protobuf/files/patch-ext-google-protobuf_c-upb.c (nonexistent) +++ head/devel/rubygem-google-protobuf/files/patch-ext-google-protobuf_c-upb.c (revision 497040) @@ -0,0 +1,11 @@ +--- ext/google/protobuf_c/upb.c.orig 2019-03-28 08:57:36 UTC ++++ ext/google/protobuf_c/upb.c +@@ -14311,7 +14311,7 @@ static bool end_timestamp_zone(upb_json_ + } + + /* Normalize tm */ +- seconds = mktime(&p->tm) - timezone; ++ seconds = mktime(&p->tm); + seconds += 3600 * hours; + + /* Check timestamp boundary */ Property changes on: head/devel/rubygem-google-protobuf/files/patch-ext-google-protobuf_c-upb.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