On Tue, Nov 02, 2021 at 10:34:26PM -0600, Anthony J. Bentley wrote:
> Theo Buehler writes:
> > I can also send an update to protozero 1.7.0 if there is interest.
> 
> Yes please.

That would look like this. The changelog is minimal.

https://github.com/mapbox/protozero/releases

Tests pass and all consumers build. I've tested this with protobuf 3.19.1
instead of the in-tree one. I'll commit the protobuf update as soon as
the bulk is done.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/protozero/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    3 Nov 2021 05:41:50 -0000       1.5
+++ Makefile    3 Nov 2021 06:11:32 -0000
@@ -4,8 +4,7 @@ COMMENT =       minimalist protocol buffer dec
 
 GH_ACCOUNT =   mapbox
 GH_PROJECT =   protozero
-GH_TAGNAME =   v1.6.3
-REVISION =     0
+GH_TAGNAME =   v1.7.0
 
 CATEGORIES =   devel
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/protozero/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    17 Sep 2018 23:33:15 -0000      1.2
+++ distinfo    3 Nov 2021 06:10:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (protozero-1.6.3.tar.gz) = xdPHH1+1bYZ/8FNuVc16Py6w0J9uu/Y2sP3k8OElUvU=
-SIZE (protozero-1.6.3.tar.gz) = 1064248
+SHA256 (protozero-1.7.0.tar.gz) = vv+9+rBghU/XcBeKjbnAKLW27koFmi/tgsRjkKhfPzE=
+SIZE (protozero-1.7.0.tar.gz) = 1114856
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/protozero/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   5 Jul 2018 05:01:46 -0000       1.1.1.1
+++ pkg/PLIST   3 Nov 2021 06:10:22 -0000
@@ -1,5 +1,11 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2018/07/05 05:01:46 bentley Exp $
 include/protozero/
+include/protozero/basic_pbf_builder.hpp
+include/protozero/basic_pbf_writer.hpp
+include/protozero/buffer_fixed.hpp
+include/protozero/buffer_string.hpp
+include/protozero/buffer_tmpl.hpp
+include/protozero/buffer_vector.hpp
 include/protozero/byteswap.hpp
 include/protozero/config.hpp
 include/protozero/data_view.hpp

Reply via email to