Index: head/devel/pecl-protobuf/Makefile =================================================================== --- head/devel/pecl-protobuf/Makefile (revision 497034) +++ head/devel/pecl-protobuf/Makefile (revision 497035) @@ -1,16 +1,16 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= protobuf -PORTVERSION= 3.7.0 +PORTVERSION= 3.7.1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= PHP binding for Protocol buffers LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= localbase php:pecl .include Index: head/devel/pecl-protobuf/distinfo =================================================================== --- head/devel/pecl-protobuf/distinfo (revision 497034) +++ head/devel/pecl-protobuf/distinfo (revision 497035) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551434233 -SHA256 (PECL/protobuf-3.7.0.tgz) = 1334ab26c1b84d8896900bc9636f758584ebe1ea26ac298965a2b8ee7c202438 -SIZE (PECL/protobuf-3.7.0.tgz) = 260687 +TIMESTAMP = 1553693957 +SHA256 (PECL/protobuf-3.7.1.tgz) = cc8b776819727d21f820096253bf8aae1d02fc6b219af89a93efb65050126e39 +SIZE (PECL/protobuf-3.7.1.tgz) = 264600 Index: head/devel/pecl-protobuf/files/patch-upb.c =================================================================== --- head/devel/pecl-protobuf/files/patch-upb.c (nonexistent) +++ head/devel/pecl-protobuf/files/patch-upb.c (revision 497035) @@ -0,0 +1,11 @@ +--- upb.c.orig 2019-03-26 18:02:19 UTC ++++ 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/pecl-protobuf/files/patch-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