Simple bump to keep tracking the latest release. Apart from the version
number bump, the only change to the compiled source is wrapped in
#ifdef _MSC_VER, and there are some minor changes to the build
infrastructure, so no real change at all.

C++
---

  * Add OUT and OPTIONAL to windows portability files (#7087[1])


Index: Makefile
===================================================================
RCS file: /var/cvs/ports/devel/protobuf/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- Makefile    16 Dec 2019 17:12:23 -0000      1.31
+++ Makefile    5 Feb 2020 15:40:47 -0000
@@ -2,15 +2,15 @@
 
 COMMENT =              c++ protocol buffers
 
-V =                    3.11.2
+V =                    3.11.3
 DISTNAME =             protobuf-cpp-$V
 PKGNAME =              protobuf-$V
 
 WRKDIST =              ${WRKDIR}/protobuf-${V}
 
-SHARED_LIBS +=         protobuf        6.0   # 22.2
-SHARED_LIBS +=         protoc          6.0   # 22.2
-SHARED_LIBS +=         protobuf-lite   6.0   # 22.2
+SHARED_LIBS +=         protobuf        6.0   # 22.3
+SHARED_LIBS +=         protoc          6.0   # 22.3
+SHARED_LIBS +=         protobuf-lite   6.0   # 22.3
 
 CATEGORIES =           devel
 
Index: distinfo
===================================================================
RCS file: /var/cvs/ports/devel/protobuf/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo    16 Dec 2019 17:12:23 -0000      1.10
+++ distinfo    5 Feb 2020 15:41:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (protobuf-cpp-3.11.2.tar.gz) = 
uWf1tmfHBBQVKDcFwKsH8LzB/wd4VM0pp+FIRYqRAFM=
-SIZE (protobuf-cpp-3.11.2.tar.gz) = 4604232
+SHA256 (protobuf-cpp-3.11.3.tar.gz) = 
n/sf5gkSQPLnvKyltl+xnLe5Uf/Jpg2LLJ1z+J8OClE=
+SIZE (protobuf-cpp-3.11.3.tar.gz) = 4605200

Reply via email to