From owner-svn-ports-all@freebsd.org Sat Dec 30 15:32:59 2017 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 2C35DE8B17A; Sat, 30 Dec 2017 15:32:59 +0000 (UTC) (envelope-from olgeni@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 EAA918087E; Sat, 30 Dec 2017 15:32:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBUFWwSX090712; Sat, 30 Dec 2017 15:32:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBUFWvX1090709; Sat, 30 Dec 2017 15:32:57 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201712301532.vBUFWvX1090709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 30 Dec 2017 15:32:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457602 - head/devel/erlang-gpb X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/erlang-gpb X-SVN-Commit-Revision: 457602 X-SVN-Commit-Repository: ports 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.25 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: Sat, 30 Dec 2017 15:32:59 -0000 Author: olgeni Date: Sat Dec 30 15:32:57 2017 New Revision: 457602 URL: https://svnweb.freebsd.org/changeset/ports/457602 Log: Update devel/erlang-gpb to version 4.1.0. Modified: head/devel/erlang-gpb/Makefile head/devel/erlang-gpb/distinfo head/devel/erlang-gpb/pkg-plist Modified: head/devel/erlang-gpb/Makefile ============================================================================== --- head/devel/erlang-gpb/Makefile Sat Dec 30 15:21:01 2017 (r457601) +++ head/devel/erlang-gpb/Makefile Sat Dec 30 15:32:57 2017 (r457602) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gpb -PORTVERSION= 4.0.2 +PORTVERSION= 4.1.0 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-gpb/distinfo ============================================================================== --- head/devel/erlang-gpb/distinfo Sat Dec 30 15:21:01 2017 (r457601) +++ head/devel/erlang-gpb/distinfo Sat Dec 30 15:32:57 2017 (r457602) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511082449 -SHA256 (tomas-abrahamsson-gpb-4.0.2_GH0.tar.gz) = d05b566a35adbf308d0476bf803420bb3af97adcb3d175229179fd85d555ca27 -SIZE (tomas-abrahamsson-gpb-4.0.2_GH0.tar.gz) = 389569 +TIMESTAMP = 1514647681 +SHA256 (tomas-abrahamsson-gpb-4.1.0_GH0.tar.gz) = 980d3b751f25de36a6c8ca12693d2059c2159eecdf63ce3f8e4125bef2e88680 +SIZE (tomas-abrahamsson-gpb-4.1.0_GH0.tar.gz) = 395382 Modified: head/devel/erlang-gpb/pkg-plist ============================================================================== --- head/devel/erlang-gpb/pkg-plist Sat Dec 30 15:21:01 2017 (r457601) +++ head/devel/erlang-gpb/pkg-plist Sat Dec 30 15:32:57 2017 (r457602) @@ -17,6 +17,7 @@ lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_translator lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_types.beam lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_verifiers.beam lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_lib.beam +lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_names.beam lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_parse.beam lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_scan.beam lib/erlang/lib/gpb-%%VERSION%%/include/gpb.hrl @@ -50,6 +51,7 @@ lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_translators lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_types.erl lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_verifiers.erl lib/erlang/lib/gpb-%%VERSION%%/src/gpb_lib.erl +lib/erlang/lib/gpb-%%VERSION%%/src/gpb_names.erl lib/erlang/lib/gpb-%%VERSION%%/src/gpb_parse.erl lib/erlang/lib/gpb-%%VERSION%%/src/gpb_parse.yrl lib/erlang/lib/gpb-%%VERSION%%/src/gpb_scan.erl