Theo Buehler <t...@theobuehler.org> writes:

> I built this on amd64, macppc and sparc64 and did the usual
> interoperability tests with mosh between versions and architectures.
> I built the consumers below net/ (except ktorrent) and a handful of
> others, no issues encountered. All three shared libs remove and add
> symbols, hence major bumps.

I ran `make test` on amd64 just for giggles:
FAIL: protobuf-test
PASS: protobuf-lazy-descriptor-test
PASS: protobuf-lite-test
PASS: google/protobuf/compiler/zip_output_unittest.sh
PASS: google/protobuf/io/gzip_stream_unittest.sh
PASS: protobuf-lite-arena-test
PASS: no-warning-test

Presumbly this is pre-broken? If it is, then:
OK gnezdo

>
> The diff is relatively small as far as protobuf updates go (only 15k
> lines) I spotted nothing unusual.
>
> Index: Makefile
> ===================================================================
> RCS file: /var/cvs/ports/devel/protobuf/Makefile,v
> retrieving revision 1.34
> diff -u -p -r1.34 Makefile
> --- Makefile  29 Jun 2020 05:38:20 -0000      1.34
> +++ Makefile  5 Sep 2020 15:50:07 -0000
> @@ -2,15 +2,15 @@
>  
>  COMMENT =            c++ protocol buffers
>  
> -V =                  3.12.3
> +V =                  3.13.0
>  DISTNAME =           protobuf-cpp-$V
>  PKGNAME =            protobuf-$V
>  
>  WRKDIST =            ${WRKDIR}/protobuf-${V}
>  
> -SHARED_LIBS +=               protobuf        7.0   # 23.3
> -SHARED_LIBS +=               protobuf-lite   7.0   # 23.3
> -SHARED_LIBS +=               protoc          8.0   # 23.3
> +SHARED_LIBS +=               protobuf-lite   8.0   # 24.0
> +SHARED_LIBS +=               protobuf        8.0   # 24.0
> +SHARED_LIBS +=               protoc          9.0   # 24.0
>  
>  CATEGORIES =         devel
>  
> Index: distinfo
> ===================================================================
> RCS file: /var/cvs/ports/devel/protobuf/distinfo,v
> retrieving revision 1.13
> diff -u -p -r1.13 distinfo
> --- distinfo  29 Jun 2020 05:38:20 -0000      1.13
> +++ distinfo  5 Sep 2020 15:26:03 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (protobuf-cpp-3.12.3.tar.gz) = 
> Tvl+xqjgVw0irYxXyZ0gVaYeomQ7jhoJmNLIRJFsSWg=
> -SIZE (protobuf-cpp-3.12.3.tar.gz) = 4631996
> +SHA256 (protobuf-cpp-3.13.0.tar.gz) = 
> +KVH3+FDqfYfra+6R/plc3E6M8uAkJMHwVAuJuEQIpg=
> +SIZE (protobuf-cpp-3.13.0.tar.gz) = 4638758

Reply via email to