Date: Thu, 29 Oct 2015 15:01:24 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400465 - head/devel/elixir-exprotobuf Message-ID: <201510291501.t9TF1OEK032153@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510291501.t9TF1OEK032153>