Index: head/devel/erlang-protobuffs/Makefile =================================================================== --- head/devel/erlang-protobuffs/Makefile (revision 418456) +++ head/devel/erlang-protobuffs/Makefile (revision 418457) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= protobuffs -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= devel PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Protocol Buffers interface for Erlang LICENSE= APACHE20 USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= basho GH_PROJECT= erlang_protobuffs .include Index: head/devel/erlang-protobuffs/distinfo =================================================================== --- head/devel/erlang-protobuffs/distinfo (revision 418456) +++ head/devel/erlang-protobuffs/distinfo (revision 418457) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463737591 -SHA256 (basho-erlang_protobuffs-0.8.3_GH0.tar.gz) = 165d829cf08424a9c856ad2097dfaf747abd22299717b889d8ae49221a3b110f -SIZE (basho-erlang_protobuffs-0.8.3_GH0.tar.gz) = 235555 +TIMESTAMP = 1468374847 +SHA256 (basho-erlang_protobuffs-0.8.4_GH0.tar.gz) = fe8e4464843f6605008a4ce752ae0647f3cc4975b4e4f42301e2bbcbbf72eb0c +SIZE (basho-erlang_protobuffs-0.8.4_GH0.tar.gz) = 236319 Index: head/devel/erlang-protobuffs/files/patch-rebar.config =================================================================== --- head/devel/erlang-protobuffs/files/patch-rebar.config (revision 418456) +++ head/devel/erlang-protobuffs/files/patch-rebar.config (revision 418457) @@ -1,10 +1,10 @@ ---- rebar.config.orig 2016-05-20 09:58:22 UTC +--- rebar.config.orig 2016-07-11 16:31:36 UTC +++ rebar.config @@ -1,7 +1,6 @@ {erl_opts, [debug_info]}. {deps,[ -- {meck, "0.8.*", {git, "git://github.com/basho/meck.git", {tag, "0.8.2"}}} +- {meck, "0.8.*", {git, "https://github.com/basho/meck.git", {tag, "0.8.2"}}} ]}. {clean_files, ["*~","**/*~","**/*.beam","logs/*","test/Emakefile"]}.