Date: Thu, 5 Jan 2017 06:24:27 +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: r430620 - in head/devel/elixir-exprotobuf: . files Message-ID: <201701050624.v056ORql024203@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Thu Jan 5 06:24:27 2017 New Revision: 430620 URL: https://svnweb.freebsd.org/changeset/ports/430620 Log: Update devel/elixir-exprotobuf to version 1.2.3. Modified: head/devel/elixir-exprotobuf/Makefile head/devel/elixir-exprotobuf/distinfo head/devel/elixir-exprotobuf/files/patch-mix.exs Modified: head/devel/elixir-exprotobuf/Makefile ============================================================================== --- head/devel/elixir-exprotobuf/Makefile Thu Jan 5 06:18:59 2017 (r430619) +++ head/devel/elixir-exprotobuf/Makefile Thu Jan 5 06:24:27 2017 (r430620) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exprotobuf -DISTVERSION= 1.2.2 +DISTVERSION= 1.2.3 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-exprotobuf/distinfo ============================================================================== --- head/devel/elixir-exprotobuf/distinfo Thu Jan 5 06:18:59 2017 (r430619) +++ head/devel/elixir-exprotobuf/distinfo Thu Jan 5 06:24:27 2017 (r430620) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483562834 -SHA256 (bitwalker-exprotobuf-1.2.2_GH0.tar.gz) = b787af417ad9b98473a56e18b306861758b34cdf86f66321bc39c068c6779fe4 -SIZE (bitwalker-exprotobuf-1.2.2_GH0.tar.gz) = 22861 +TIMESTAMP = 1483597187 +SHA256 (bitwalker-exprotobuf-1.2.3_GH0.tar.gz) = f5e85da54c6379048ba6a1d3b9aab00464d94e8ee9f5c27501cbb93f371ab759 +SIZE (bitwalker-exprotobuf-1.2.3_GH0.tar.gz) = 22877 Modified: head/devel/elixir-exprotobuf/files/patch-mix.exs ============================================================================== --- head/devel/elixir-exprotobuf/files/patch-mix.exs Thu Jan 5 06:18:59 2017 (r430619) +++ head/devel/elixir-exprotobuf/files/patch-mix.exs Thu Jan 5 06:24:27 2017 (r430620) @@ -1,12 +1,12 @@ ---- mix.exs.orig 2015-07-06 14:47:27 UTC +--- mix.exs.orig 2017-01-05 03:20:53 UTC +++ mix.exs @@ -6,8 +6,7 @@ defmodule Protobuf.Mixfile do - version: "0.10.0", - elixir: "~> 1.0.0", - description: description, -- package: package, -- deps: deps] -+ package: package] + version: "1.2.3", + elixir: "~> 1.2", + description: description(), +- package: package(), +- deps: deps()] ++ package: package()] end def application do
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701050624.v056ORql024203>