svn commit: r385568 - head/devel/protobuf-c

Don Lewis truckman at FreeBSD.org
Wed May 6 21:05:07 UTC 2015


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


More information about the svn-ports-all mailing list