aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2015-05-07 05:05:06 +0800
committertruckman <truckman@FreeBSD.org>2015-05-07 05:05:06 +0800
commit6848d500a5ca3aa30cb66a41470c77469a60844d (patch)
tree9e65219fdaa5b6b8c254307557ee6611d616b07c
parentff84ae8982703c0bb57dfe70b7e0ffba5854f2fb (diff)
downloadfreebsd-ports-gnome-6848d500a5ca3aa30cb66a41470c77469a60844d.tar.gz
freebsd-ports-gnome-6848d500a5ca3aa30cb66a41470c77469a60844d.tar.zst
freebsd-ports-gnome-6848d500a5ca3aa30cb66a41470c77469a60844d.zip
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
-rw-r--r--devel/protobuf-c/Makefile2
-rw-r--r--devel/protobuf-c/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/protobuf-c/Makefile b/devel/protobuf-c/Makefile
index e9a4f88c763f..b00e22c343bf 100644
--- a/devel/protobuf-c/Makefile
+++ b/devel/protobuf-c/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= protobuf-c
-PORTVERSION= 1.1.0
+PORTVERSION= 1.1.1
DISTVERSIONPREFIX= v
CATEGORIES= devel
diff --git a/devel/protobuf-c/distinfo b/devel/protobuf-c/distinfo
index a413df1686a8..9b28ad7475c5 100644
--- a/devel/protobuf-c/distinfo
+++ b/devel/protobuf-c/distinfo
@@ -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