Index: head/devel/elixir-exprotobuf/Makefile =================================================================== --- head/devel/elixir-exprotobuf/Makefile (revision 430619) +++ head/devel/elixir-exprotobuf/Makefile (revision 430620) @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= exprotobuf -DISTVERSION= 1.2.2 +DISTVERSION= 1.2.3 CATEGORIES= devel PKGNAMEPREFIX= elixir- MAINTAINER= olgeni@FreeBSD.org COMMENT= Protocol Buffers in Elixir LICENSE= APACHE20 USES= elixir USE_GITHUB= yes GH_ACCOUNT= bitwalker MIX_BUILD_DEPS= devel/erlang-gpb MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} pre-build: @${MKDIR} ${WRKSRC}/deps ${LN} -s -f ${LOCALBASE}/lib/erlang/lib/gpb-* ${WRKSRC}/deps/gpb .include Index: head/devel/elixir-exprotobuf/distinfo =================================================================== --- head/devel/elixir-exprotobuf/distinfo (revision 430619) +++ head/devel/elixir-exprotobuf/distinfo (revision 430620) @@ -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 Index: head/devel/elixir-exprotobuf/files/patch-mix.exs =================================================================== --- head/devel/elixir-exprotobuf/files/patch-mix.exs (revision 430619) +++ head/devel/elixir-exprotobuf/files/patch-mix.exs (revision 430620) @@ -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