From owner-svn-ports-all@freebsd.org Sat Nov 28 18:10:23 2015 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 34BD7A37445; Sat, 28 Nov 2015 18:10:23 +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 DEB381DF1; Sat, 28 Nov 2015 18:10:22 +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 tASIAMrq050082; Sat, 28 Nov 2015 18:10:22 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tASIAL05050079; Sat, 28 Nov 2015 18:10:21 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201511281810.tASIAL05050079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 28 Nov 2015 18:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402554 - head/devel/elixir-exprotobuf 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: Sat, 28 Nov 2015 18:10:23 -0000 Author: olgeni Date: Sat Nov 28 18:10:21 2015 New Revision: 402554 URL: https://svnweb.freebsd.org/changeset/ports/402554 Log: Upgrade devel/elixir-exprotobuf to version 0.13.0. Modified: head/devel/elixir-exprotobuf/Makefile head/devel/elixir-exprotobuf/distinfo head/devel/elixir-exprotobuf/pkg-plist Modified: head/devel/elixir-exprotobuf/Makefile ============================================================================== --- head/devel/elixir-exprotobuf/Makefile Sat Nov 28 18:05:53 2015 (r402553) +++ head/devel/elixir-exprotobuf/Makefile Sat Nov 28 18:10:21 2015 (r402554) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exprotobuf -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-exprotobuf/distinfo ============================================================================== --- head/devel/elixir-exprotobuf/distinfo Sat Nov 28 18:05:53 2015 (r402553) +++ head/devel/elixir-exprotobuf/distinfo Sat Nov 28 18:10:21 2015 (r402554) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-exprotobuf-0.12.0_GH0.tar.gz) = 28c9fec1994279ab5de136b3c5bc83d469e5168fb2121f227a90f1e6710501ab -SIZE (bitwalker-exprotobuf-0.12.0_GH0.tar.gz) = 19838 +SHA256 (bitwalker-exprotobuf-0.13.0_GH0.tar.gz) = 8d78f9ca2d4d6e2bd45387f0109249569799344cdf3a00d606e7dd833c5a906c +SIZE (bitwalker-exprotobuf-0.13.0_GH0.tar.gz) = 19981 Modified: head/devel/elixir-exprotobuf/pkg-plist ============================================================================== --- head/devel/elixir-exprotobuf/pkg-plist Sat Nov 28 18:05:53 2015 (r402553) +++ head/devel/elixir-exprotobuf/pkg-plist Sat Nov 28 18:10:21 2015 (r402554) @@ -9,6 +9,7 @@ lib/elixir/lib/exprotobuf/ebin/Elixir.Pr lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.OneOfField.beam lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.Parser.ParserError.beam lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.Parser.beam +lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.Serializable.beam lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.Utils.beam lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.beam lib/elixir/lib/exprotobuf/ebin/exprotobuf.app @@ -23,4 +24,5 @@ lib/elixir/lib/exprotobuf/lib/exprotobuf lib/elixir/lib/exprotobuf/lib/exprotobuf/one_of_field.ex lib/elixir/lib/exprotobuf/lib/exprotobuf/parser.ex lib/elixir/lib/exprotobuf/lib/exprotobuf/utils.ex +lib/elixir/lib/exprotobuf/lib/serializable.ex %%PORTDOCS%%%%DOCSDIR%%/README.md