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.
This commit is contained in:
parent
d709bdbfab
commit
6e51deddd0
3 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
# Created by: Aaron Hurt <ahurt@anbcs.com>
|
||||
|
||||
PORTNAME= protobuf-c
|
||||
PORTVERSION= 1.3.2
|
||||
PORTVERSION= 1.4.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= truckman@FreeBSD.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue