From owner-svn-ports-all@freebsd.org Mon Feb 1 07:08:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A45EAA74D11; Mon, 1 Feb 2016 07:08:16 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 75804182C; Mon, 1 Feb 2016 07:08:16 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1178FFE075774; Mon, 1 Feb 2016 07:08:15 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1178F69075772; Mon, 1 Feb 2016 07:08:15 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602010708.u1178F69075772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Mon, 1 Feb 2016 07:08:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407688 - 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: Mon, 01 Feb 2016 07:08:16 -0000 Author: truckman Date: Mon Feb 1 07:08:15 2016 New Revision: 407688 URL: https://svnweb.freebsd.org/changeset/ports/407688 Log: Upgrade devel/protobuf-c to 1.2.0. [ Robert Edmonds ] * Release 1.2.0. [ Ilya Lipnitsky ] * Implement the "optimize_for = CODE_SIZE" option (#183). * Eliminate undefined behavior in zigzag functions (#198). * Pack negative enum values correctly (#199). [ Peter Leschev ] * Fix protobuf_c_message_get_packed_size() on 16-bit systems (#196, #197). [ Diego Elio Petten\xc3\xb2 ] * Update link to Autotools Mythbuster to canonical site (#201). [ Zex Li ] * Skip test suite when cross-compiling (#184). PR: 206757 Submitted by: olgeni 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 Mon Feb 1 06:50:21 2016 (r407687) +++ head/devel/protobuf-c/Makefile Mon Feb 1 07:08:15 2016 (r407688) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= protobuf-c -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/protobuf-c/distinfo ============================================================================== --- head/devel/protobuf-c/distinfo Mon Feb 1 06:50:21 2016 (r407687) +++ head/devel/protobuf-c/distinfo Mon Feb 1 07:08:15 2016 (r407688) @@ -1,2 +1,2 @@ -SHA256 (protobuf-c-protobuf-c-v1.1.1_GH0.tar.gz) = 49340784ca0f8657f38547088731fff3bfe8084adb89bf5e8dbc19ac43339aa6 -SIZE (protobuf-c-protobuf-c-v1.1.1_GH0.tar.gz) = 116223 +SHA256 (protobuf-c-protobuf-c-v1.2.0_GH0.tar.gz) = 1d01edb4f60d3305256beb9a857ab68c44d4fda0f287453174255191e7d00a0b +SIZE (protobuf-c-protobuf-c-v1.2.0_GH0.tar.gz) = 117786