From owner-svn-ports-head@freebsd.org Thu Oct 29 15:01:26 2015 Return-Path: Delivered-To: svn-ports-head@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 23CDDA217B1; Thu, 29 Oct 2015 15:01:26 +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 C7F86116D; Thu, 29 Oct 2015 15:01:25 +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 t9TF1OOf032156; Thu, 29 Oct 2015 15:01:24 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9TF1OEK032153; Thu, 29 Oct 2015 15:01:24 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201510291501.t9TF1OEK032153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 29 Oct 2015 15:01:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400465 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2015 15:01:26 -0000 Author: olgeni Date: Thu Oct 29 15:01:24 2015 New Revision: 400465 URL: https://svnweb.freebsd.org/changeset/ports/400465 Log: Upgrade devel/elixir-exprotobuf to version 0.12.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 Thu Oct 29 14:30:24 2015 (r400464) +++ head/devel/elixir-exprotobuf/Makefile Thu Oct 29 15:01:24 2015 (r400465) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exprotobuf -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-exprotobuf/distinfo ============================================================================== --- head/devel/elixir-exprotobuf/distinfo Thu Oct 29 14:30:24 2015 (r400464) +++ head/devel/elixir-exprotobuf/distinfo Thu Oct 29 15:01:24 2015 (r400465) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-exprotobuf-0.11.0_GH0.tar.gz) = 5c59d7159281b109c29e44b5cf20418b2fc6e8555665b6fd1657b34db5620c6a -SIZE (bitwalker-exprotobuf-0.11.0_GH0.tar.gz) = 17016 +SHA256 (bitwalker-exprotobuf-0.12.0_GH0.tar.gz) = 28c9fec1994279ab5de136b3c5bc83d469e5168fb2121f227a90f1e6710501ab +SIZE (bitwalker-exprotobuf-0.12.0_GH0.tar.gz) = 19838 Modified: head/devel/elixir-exprotobuf/pkg-plist ============================================================================== --- head/devel/elixir-exprotobuf/pkg-plist Thu Oct 29 14:30:24 2015 (r400464) +++ head/devel/elixir-exprotobuf/pkg-plist Thu Oct 29 15:01:24 2015 (r400465) @@ -6,6 +6,7 @@ lib/elixir/lib/exprotobuf/ebin/Elixir.Pr lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.DefineMessage.beam lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.Encoder.beam lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.Field.beam +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.Utils.beam @@ -19,6 +20,7 @@ lib/elixir/lib/exprotobuf/lib/exprotobuf lib/elixir/lib/exprotobuf/lib/exprotobuf/define_message.ex lib/elixir/lib/exprotobuf/lib/exprotobuf/encoder.ex lib/elixir/lib/exprotobuf/lib/exprotobuf/field.ex +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 %%PORTDOCS%%%%DOCSDIR%%/README.md