1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Update devel/erlang-protobuffs to version 0.8.4.

This commit is contained in:
Jimmy Olgeni 2016-07-13 01:55:18 +00:00
parent 6fae8107d2
commit fb4f990a8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418457
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= protobuffs
PORTVERSION= 0.8.3
PORTVERSION= 0.8.4
CATEGORIES= devel
PKGNAMEPREFIX= erlang-

View File

@ -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

View File

@ -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"]}.