Re: git: 026eae66a4c2 - main - devel/protobuf: Update to 28.1
- In reply to: Vladimir Druzenko : "Re: git: 026eae66a4c2 - main - devel/protobuf: Update to 28.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Sep 2024 19:29:03 UTC
On Wed, Sep 18, 2024 at 7:00 PM Vladimir Druzenko <vvd@freebsd.org> wrote: > 18.09.2024 09:18, Po-Chuan Hsieh пишет: > > The branch main has been updated by sunpoet: > > > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=026eae66a4c2683247d1ec1653e6e1cffb1ffcdd > > > > commit 026eae66a4c2683247d1ec1653e6e1cffb1ffcdd > > Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > > AuthorDate: 2024-09-18 05:55:57 +0000 > > Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > > CommitDate: 2024-09-18 06:13:08 +0000 > > > > devel/protobuf: Update to 28.1 > > > > Changes: > https://github.com/protocolbuffers/protobuf/releases > > --- > > devel/protobuf/Makefile | 2 +- > > devel/protobuf/distinfo | 6 +++--- > > 2 files changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile > > index 281e68a4831f..63b5338b1bdd 100644 > > --- a/devel/protobuf/Makefile > > +++ b/devel/protobuf/Makefile > > @@ -1,5 +1,5 @@ > > PORTNAME= protobuf > > -PORTVERSION= 28.0 > > +PORTVERSION= 28.1 > > PORTEPOCH= 1 > > CATEGORIES= devel > > MASTER_SITES= > https://github.com/protocolbuffers/protobuf/releases/download/v${PORTVERSION}/ > > diff --git a/devel/protobuf/distinfo b/devel/protobuf/distinfo > > index 42fa57bb54fa..cdbbafbcea00 100644 > > --- a/devel/protobuf/distinfo > > +++ b/devel/protobuf/distinfo > > @@ -1,3 +1,3 @@ > > -TIMESTAMP = 1726080933 > > -SHA256 (protobuf-28.0.tar.gz) = > 13e7749c30bc24af6ee93e092422f9dc08491c7097efa69461f88eb5f61805ce > > -SIZE (protobuf-28.0.tar.gz) = 9259114 > > +TIMESTAMP = 1726487318 > > +SHA256 (protobuf-28.1.tar.gz) = > 3b8bf6e96499a744bd014c60b58f797715a758093abf859f1d902194b8e1f8c9 > > +SIZE (protobuf-28.1.tar.gz) = 9258233 > > Need bump consumers: > > # pkg check -d > Checking all packages: 100% > grpc is missing a required shared library: libprotoc.so.28.0.0 > grpc is missing a required shared library: libprotobuf.so.28.0.0 > marble is missing a required shared library: libprotobuf.so.28.0.0 > mumble is missing a required shared library: libprotobuf.so.28.0.0 > mumble-server is missing a required shared library: libprotobuf.so.28.0.0 > py311-libopenshot is missing a required shared library: > libprotobuf.so.28.0.0 > vlc is missing a required shared library: libprotobuf-lite.so.28.0.0 > > -- > Best regards, > Vladimir Druzenko You're right. It is needed as I did that in protobuf 28.0 update (ports f01013c7ca039769891e8b6dc1a3835181da6dbf). It should be fixed in ports edc44d21a5d1014318cae0ac513ec20cc0aacc17. Thanks.