From owner-svn-ports-all@FreeBSD.ORG Wed May 6 21:05:07 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72764CF2; Wed, 6 May 2015 21:05:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46C2A1DA6; Wed, 6 May 2015 21:05:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t46L57LE035811; Wed, 6 May 2015 21:05:07 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t46L56BB035809; Wed, 6 May 2015 21:05:06 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201505062105.t46L56BB035809@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 6 May 2015 21:05:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385568 - head/devel/protobuf-c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2015 21:05:07 -0000 Author: truckman Date: Wed May 6 21:05:06 2015 New Revision: 385568 URL: https://svnweb.freebsd.org/changeset/ports/385568 Log: Upgrade devel/protobuf-c to 1.1.1 [ Robert Edmonds ] * Release 1.1.1. * Use protobuf 2.6.1 in the Travis-CI environment. [ Ilya Lipnitskiy ] * Munge C block comment delimiters in protobuf comments, preventing syntax errors in generated header files (Issue #180, #185). * Add static qualifier to ProtobufCEnumValue and ProtobufCEnumValueIndex variables in generated output. [ Oleg Efimov ] * Fix -Wpointer-sign compiler diagnostics in the test suite. * Check for NULL pointers in protobuf_c_message_free_unpacked() (Issue #177). * Exclude protoc-c and downloaded protobuf sources from Coveralls report. [ Andrey Myznikov ] * Fix incorrect 'short_name' field values in ProtobufCServiceDescriptor variables in generated output. PR: 199950 Submitted by: olgeni Approved by: mat (mentor) Sponsored by: Farsight Security, Inc. Differential Revision: https://reviews.freebsd.org/D2464 Modified: head/devel/protobuf-c/Makefile head/devel/protobuf-c/distinfo Modified: head/devel/protobuf-c/Makefile ============================================================================== --- head/devel/protobuf-c/Makefile Wed May 6 20:58:48 2015 (r385567) +++ head/devel/protobuf-c/Makefile Wed May 6 21:05:06 2015 (r385568) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= protobuf-c -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/protobuf-c/distinfo ============================================================================== --- head/devel/protobuf-c/distinfo Wed May 6 20:58:48 2015 (r385567) +++ head/devel/protobuf-c/distinfo Wed May 6 21:05:06 2015 (r385568) @@ -1,2 +1,2 @@ -SHA256 (protobuf-c-protobuf-c-v1.1.0_GH0.tar.gz) = 8ced3df85ce862f34dd1d8e773ac79ea1079842065ff39a6a65f51cc83aa2604 -SIZE (protobuf-c-protobuf-c-v1.1.0_GH0.tar.gz) = 115866 +SHA256 (protobuf-c-protobuf-c-v1.1.1_GH0.tar.gz) = 49340784ca0f8657f38547088731fff3bfe8084adb89bf5e8dbc19ac43339aa6 +SIZE (protobuf-c-protobuf-c-v1.1.1_GH0.tar.gz) = 116223