git: 6e51deddd063 - main - devel/protobuf-c: Upgrade to version 1.4.0:
Don Lewis
truckman at FreeBSD.org
Mon May 31 17:48:40 UTC 2021
The branch main has been updated by truckman:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6e51deddd0634104e958603f3e5936e5a03a161a
commit 6e51deddd0634104e958603f3e5936e5a03a161a
Author: Don Lewis <truckman at FreeBSD.org>
AuthorDate: 2021-05-31 17:20:47 +0000
Commit: Don Lewis <truckman at FreeBSD.org>
CommitDate: 2021-05-31 17:20:47 +0000
devel/protobuf-c: Upgrade to version 1.4.0:
[ Ilya Lipnitsky ]
* c_message.cc: Resolve name conflict between certain enums and oneofs
(#427).
* protobuf-c.h: Fix Windows DLL export issue with the
protobuf_c_empty_string symbol (#428).
* Standardize pkg-config for use by autotools and cmake, fix cmake tests
(#425).
* protobuf-c.c: Cast %lu args to unsigned long int (#429).
* protoc-c: Remove leading underscores from structs (#430).
* protoc-c: Fix shared lib build on windows, migrate from Travis CI to
GitHub Actions (#459).
* protobuf-c: Don't use ProtobufCWireType internally (#463).
* protoc-c: Add custom options support (#466).
* protobuf-c.c: Fix packed repeated bool parsing (#467).
[ Markus Engel ]
* Pack nested messages inline (#431).
[ Daniel Axtens ]
* Travis CI: Test on other platforms (#438).
[ Adam Cozzette ]
* Update the generator to fully qualify std::string (#443).
[ Piotr Pietraszkiewicz ]
* Install MSVC debug symbols alongside the protobuf-c.lib file (#456).
[ ihsinme ]
* Fix invalid unsigned arithmetic (#455).
[ Wolfram Rösler ]
* Avoid "unused function parameter" compiler warning (#453).
Sponsored by: Farsight Security, Inc.
---
devel/protobuf-c/Makefile | 4 ++--
devel/protobuf-c/distinfo | 6 +++---
devel/protobuf-c/pkg-plist | 1 +
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/devel/protobuf-c/Makefile b/devel/protobuf-c/Makefile
index 9f40dc638130..6be6df85ba49 100644
--- a/devel/protobuf-c/Makefile
+++ b/devel/protobuf-c/Makefile
@@ -1,9 +1,9 @@
# Created by: Aaron Hurt <ahurt at anbcs.com>
PORTNAME= protobuf-c
-PORTVERSION= 1.3.2
+PORTVERSION= 1.4.0
DISTVERSIONPREFIX= v
-PORTREVISION= 7
+PORTREVISION= 0
CATEGORIES= devel
MAINTAINER= truckman at FreeBSD.org
diff --git a/devel/protobuf-c/distinfo b/devel/protobuf-c/distinfo
index c4915ae89863..4ebc545a9034 100644
--- a/devel/protobuf-c/distinfo
+++ b/devel/protobuf-c/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561501851
-SHA256 (protobuf-c-protobuf-c-v1.3.2_GH0.tar.gz) = 5205312e561b75b9d2db671b22f28d67afb5c7d1fef94a6f2d29d775ca4e0519
-SIZE (protobuf-c-protobuf-c-v1.3.2_GH0.tar.gz) = 130176
+TIMESTAMP = 1622437645
+SHA256 (protobuf-c-protobuf-c-v1.4.0_GH0.tar.gz) = 1068bca1e9870e9492096f97c409cd15f10c5019c183e52ec6d53e8d18630cbf
+SIZE (protobuf-c-protobuf-c-v1.4.0_GH0.tar.gz) = 134352
diff --git a/devel/protobuf-c/pkg-plist b/devel/protobuf-c/pkg-plist
index 3144db5a62ca..fd1f27144529 100644
--- a/devel/protobuf-c/pkg-plist
+++ b/devel/protobuf-c/pkg-plist
@@ -2,6 +2,7 @@ bin/protoc-c
bin/protoc-gen-c
include/google/protobuf-c/protobuf-c.h
include/protobuf-c/protobuf-c.h
+include/protobuf-c/protobuf-c.proto
lib/libprotobuf-c.a
lib/libprotobuf-c.so
lib/libprotobuf-c.so.1
More information about the dev-commits-ports-all
mailing list