svn commit: r497040 - in head/devel/rubygem-google-protobuf: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 28 17:33:25 UTC 2019


Author: sunpoet
Date: Thu Mar 28 17:33:22 2019
New Revision: 497040
URL: https://svnweb.freebsd.org/changeset/ports/497040

Log:
  Update to 3.7.1
  
  Changes:	https://github.com/protocolbuffers/protobuf/releases

Added:
  head/devel/rubygem-google-protobuf/files/
  head/devel/rubygem-google-protobuf/files/patch-ext-google-protobuf_c-upb.c   (contents, props changed)
Modified:
  head/devel/rubygem-google-protobuf/Makefile
  head/devel/rubygem-google-protobuf/distinfo

Modified: head/devel/rubygem-google-protobuf/Makefile
==============================================================================
--- head/devel/rubygem-google-protobuf/Makefile	Thu Mar 28 17:33:17 2019	(r497039)
+++ head/devel/rubygem-google-protobuf/Makefile	Thu Mar 28 17:33:22 2019	(r497040)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-protobuf
-PORTVERSION=	3.7.0
+PORTVERSION=	3.7.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-google-protobuf/distinfo
==============================================================================
--- head/devel/rubygem-google-protobuf/distinfo	Thu Mar 28 17:33:17 2019	(r497039)
+++ head/devel/rubygem-google-protobuf/distinfo	Thu Mar 28 17:33:22 2019	(r497040)
@@ -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

Added: head/devel/rubygem-google-protobuf/files/patch-ext-google-protobuf_c-upb.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-google-protobuf/files/patch-ext-google-protobuf_c-upb.c	Thu Mar 28 17:33:22 2019	(r497040)
@@ -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 */


More information about the svn-ports-all mailing list