Index: head/devel/elixir-exprotobuf/Makefile =================================================================== --- head/devel/elixir-exprotobuf/Makefile (revision 433654) +++ head/devel/elixir-exprotobuf/Makefile (revision 433655) @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= exprotobuf -DISTVERSION= 1.2.4 +DISTVERSION= 1.2.5 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 433654) +++ head/devel/elixir-exprotobuf/distinfo (revision 433655) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484583990 -SHA256 (bitwalker-exprotobuf-1.2.4_GH0.tar.gz) = 982a3fb9a1859e085d1e0c97766d59df992b36acc680b34c13955a65d7606365 -SIZE (bitwalker-exprotobuf-1.2.4_GH0.tar.gz) = 22878 +TIMESTAMP = 1486568874 +SHA256 (bitwalker-exprotobuf-1.2.5_GH0.tar.gz) = 4d56da913dd0a225d846feaa3d1eb85555fc0c37e0003b78bb6b6c68bbe3419f +SIZE (bitwalker-exprotobuf-1.2.5_GH0.tar.gz) = 23180 Index: head/devel/elixir-exprotobuf/files/patch-mix.exs =================================================================== --- head/devel/elixir-exprotobuf/files/patch-mix.exs (revision 433654) +++ head/devel/elixir-exprotobuf/files/patch-mix.exs (revision 433655) @@ -1,12 +1,11 @@ ---- mix.exs.orig 2017-01-05 03:20:53 UTC +--- mix.exs.orig 2017-02-08 16:14:01 UTC +++ mix.exs -@@ -6,8 +6,7 @@ defmodule Protobuf.Mixfile do - version: "1.2.3", - elixir: "~> 1.2", - description: description(), -- package: package(), +@@ -10,7 +10,7 @@ defmodule Protobuf.Mixfile do + build_embedded: Mix.env == :prod, + start_permanent: Mix.env == :prod, + consolidate_protocols: Mix.env == :prod, - deps: deps()] -+ package: package()] ++ ] end def application do