Index: head/devel/pecl-grpc/Makefile =================================================================== --- head/devel/pecl-grpc/Makefile (revision 456396) +++ head/devel/pecl-grpc/Makefile (revision 456397) @@ -1,21 +1,21 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org COMMENT= High performance, general RPC framework LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to compile: fatal error: sys/auxv.h file not found BROKEN_mips= fails to compile: fatal error: sys/auxv.h file not found BROKEN_mips64= fails to compile: fatal error: sys/auxv.h file not found BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option "-Wno-parentheses-equality" USES= php:pecl .include Index: head/devel/pecl-grpc/distinfo =================================================================== --- head/devel/pecl-grpc/distinfo (revision 456396) +++ head/devel/pecl-grpc/distinfo (revision 456397) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510723140 -SHA256 (PECL/grpc-1.7.0.tgz) = 0583129a618f186c90ec81b41d3d259e195fbd7f0979a74a8b13f46a64b96686 -SIZE (PECL/grpc-1.7.0.tgz) = 2326462 +TIMESTAMP = 1513349287 +SHA256 (PECL/grpc-1.8.0.tgz) = cec11452d2938da8d7c5a5b11bc7df6c11469ece18c0954fd12edd34a3321dab +SIZE (PECL/grpc-1.8.0.tgz) = 2304860 Index: head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.c =================================================================== --- head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.c (revision 456396) +++ head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.c (nonexistent) @@ -1,10 +0,0 @@ ---- src/core/tsi/ssl_transport_security.c.orig 2017-08-29 09:34:33 UTC -+++ src/core/tsi/ssl_transport_security.c -@@ -35,6 +35,7 @@ - - #include - -+#include - #include - #include - Property changes on: head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.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/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc =================================================================== --- head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc (nonexistent) +++ head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc (revision 456397) @@ -0,0 +1,11 @@ +--- src/core/tsi/ssl_transport_security.cc.orig 2017-12-15 14:58:10 UTC ++++ src/core/tsi/ssl_transport_security.cc +@@ -19,7 +19,7 @@ + #include "src/core/tsi/ssl_transport_security.h" + + #include +- ++#include + #include + #include + Property changes on: head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc ___________________________________________________________________ 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