From owner-dev-commits-ports-main@freebsd.org Mon May 31 17:48:40 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B6F8E64BE26; Mon, 31 May 2021 17:48:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fv2pJ4WBmz4ZMY; Mon, 31 May 2021 17:48:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F34D14C10; Mon, 31 May 2021 17:48:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14VHme5n012760; Mon, 31 May 2021 17:48:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14VHmeWN012759; Mon, 31 May 2021 17:48:40 GMT (envelope-from git) Date: Mon, 31 May 2021 17:48:40 GMT Message-Id: <202105311748.14VHmeWN012759@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Don Lewis Subject: git: 6e51deddd063 - main - devel/protobuf-c: Upgrade to version 1.4.0: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: truckman X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6e51deddd0634104e958603f3e5936e5a03a161a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2021 17:48:40 -0000 The branch main has been updated by truckman: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e51deddd0634104e958603f3e5936e5a03a161a commit 6e51deddd0634104e958603f3e5936e5a03a161a Author: Don Lewis AuthorDate: 2021-05-31 17:20:47 +0000 Commit: Don Lewis 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 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