diff options
author | olgeni <olgeni@FreeBSD.org> | 2016-07-13 01:55:18 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2016-07-13 01:55:18 +0000 |
commit | 51b82a6c066fedfc205f3b3ca392b6ad12d8ef71 (patch) | |
tree | 8b60e0a1a37ff7497394e55457f2c3a33d06cc3c | |
parent | fece3ae8d7105a68c26c311a26fc99ed02564ba4 (diff) | |
download | FreeBSD-ports-51b82a6c066fedfc205f3b3ca392b6ad12d8ef71.zip FreeBSD-ports-51b82a6c066fedfc205f3b3ca392b6ad12d8ef71.tar.gz |
Update devel/erlang-protobuffs to version 0.8.4.
-rw-r--r-- | devel/erlang-protobuffs/Makefile | 2 | ||||
-rw-r--r-- | devel/erlang-protobuffs/distinfo | 6 | ||||
-rw-r--r-- | devel/erlang-protobuffs/files/patch-rebar.config | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/erlang-protobuffs/Makefile b/devel/erlang-protobuffs/Makefile index c16afb3..7d2cc53 100644 --- a/devel/erlang-protobuffs/Makefile +++ b/devel/erlang-protobuffs/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= protobuffs -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= devel PKGNAMEPREFIX= erlang- diff --git a/devel/erlang-protobuffs/distinfo b/devel/erlang-protobuffs/distinfo index 48630a8..6f7676a 100644 --- a/devel/erlang-protobuffs/distinfo +++ b/devel/erlang-protobuffs/distinfo @@ -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 diff --git a/devel/erlang-protobuffs/files/patch-rebar.config b/devel/erlang-protobuffs/files/patch-rebar.config index a056dea..40f3926 100644 --- a/devel/erlang-protobuffs/files/patch-rebar.config +++ b/devel/erlang-protobuffs/files/patch-rebar.config @@ -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"]}. |