Date: Wed, 15 Aug 2018 17:13:32 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477241 - head/devel/protobuf-c Message-ID: <201808151713.w7FHDWK0052478@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Wed Aug 15 17:13:32 2018 New Revision: 477241 URL: https://svnweb.freebsd.org/changeset/ports/477241 Log: Upgrade devel/protobuf-c to version 1.3.1: [ Robert Edmonds ] * Release 1.3.1. * Restore protobuf-2.x compatibility (#284, #285). * Use xenial and protobuf 3.6.1 in the Travis-CI environment (#332). * Convert uses of protobuf's scoped_ptr.h to C++11 std::unique_ptr, needed to compile against protobuf 3.6.1 (#320, #333). * Use AX_CXX_COMPILE_STDCXX macro to enable C++11 support in old compilers (#312, #317, #327, #334). [ Fredrik Gustafsson ] * Add std:: to some types (#294, #305, #309). [ Sam Collinson ] * Check the return value of int_range_lookup before using as an array index; it can return -1 (#315). [ Matthias Dittrich ] * Fix compilation on mingw by using explicit protoc --plugin=NAME=PATH syntax in Makefile.am (#289, #290). Sponsored by: Farsight Security, Inc. Modified: head/devel/protobuf-c/Makefile head/devel/protobuf-c/distinfo Modified: head/devel/protobuf-c/Makefile ============================================================================== --- head/devel/protobuf-c/Makefile Wed Aug 15 17:02:12 2018 (r477240) +++ head/devel/protobuf-c/Makefile Wed Aug 15 17:13:32 2018 (r477241) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= protobuf-c -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 4 CATEGORIES= devel MAINTAINER= truckman@FreeBSD.org Modified: head/devel/protobuf-c/distinfo ============================================================================== --- head/devel/protobuf-c/distinfo Wed Aug 15 17:02:12 2018 (r477240) +++ head/devel/protobuf-c/distinfo Wed Aug 15 17:13:32 2018 (r477241) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502899550 -SHA256 (protobuf-c-protobuf-c-v1.3.0_GH0.tar.gz) = fd8f6f5d6927330cf2b8b4ec8332de8b1ee2b8f2480b52ee3f221aad6de2082c -SIZE (protobuf-c-protobuf-c-v1.3.0_GH0.tar.gz) = 123153 +TIMESTAMP = 1534315586 +SHA256 (protobuf-c-protobuf-c-v1.3.1_GH0.tar.gz) = 5eeec797d7ff1d4b1e507925a1780fad5dd8dd11163203d8832e5a9f20a79b08 +SIZE (protobuf-c-protobuf-c-v1.3.1_GH0.tar.gz) = 128705
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808151713.w7FHDWK0052478>