aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2021-05-31 17:20:47 +0000
committerDon Lewis <truckman@FreeBSD.org>2021-05-31 17:20:47 +0000
commit6e51deddd0634104e958603f3e5936e5a03a161a (patch)
tree1e7a79e1440546556d523f0a47ced5d00926e5d6
parentd709bdbfab56ccaa62f7b1e780d886f21016246c (diff)
downloadports-6e51deddd0634104e958603f3e5936e5a03a161a.tar.gz
ports-6e51deddd0634104e958603f3e5936e5a03a161a.zip
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.
-rw-r--r--devel/protobuf-c/Makefile4
-rw-r--r--devel/protobuf-c/distinfo6
-rw-r--r--devel/protobuf-c/pkg-plist1
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@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
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