Date: Fri, 20 May 2016 10:05:18 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415552 - in head/devel/erlang-protobuffs: . files Message-ID: <201605201005.u4KA5IYO049626@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Fri May 20 10:05:18 2016 New Revision: 415552 URL: https://svnweb.freebsd.org/changeset/ports/415552 Log: Update devel/erlang-protobuffs to version 0.8.3. Modified: head/devel/erlang-protobuffs/Makefile head/devel/erlang-protobuffs/distinfo head/devel/erlang-protobuffs/files/patch-rebar.config head/devel/erlang-protobuffs/pkg-plist (contents, props changed) Modified: head/devel/erlang-protobuffs/Makefile ============================================================================== --- head/devel/erlang-protobuffs/Makefile Fri May 20 09:35:54 2016 (r415551) +++ head/devel/erlang-protobuffs/Makefile Fri May 20 10:05:18 2016 (r415552) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= protobuffs -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-protobuffs/distinfo ============================================================================== --- head/devel/erlang-protobuffs/distinfo Fri May 20 09:35:54 2016 (r415551) +++ head/devel/erlang-protobuffs/distinfo Fri May 20 10:05:18 2016 (r415552) @@ -1,2 +1,3 @@ -SHA256 (basho-erlang_protobuffs-0.8.2_GH0.tar.gz) = 82e196d6d9b95e2df1f420f2d39ca54f6eba92e65ca5aa6119f8310822e6b4d3 -SIZE (basho-erlang_protobuffs-0.8.2_GH0.tar.gz) = 132660 +TIMESTAMP = 1463737591 +SHA256 (basho-erlang_protobuffs-0.8.3_GH0.tar.gz) = 165d829cf08424a9c856ad2097dfaf747abd22299717b889d8ae49221a3b110f +SIZE (basho-erlang_protobuffs-0.8.3_GH0.tar.gz) = 235555 Modified: head/devel/erlang-protobuffs/files/patch-rebar.config ============================================================================== --- head/devel/erlang-protobuffs/files/patch-rebar.config Fri May 20 09:35:54 2016 (r415551) +++ head/devel/erlang-protobuffs/files/patch-rebar.config Fri May 20 10:05:18 2016 (r415552) @@ -1,10 +1,10 @@ ---- rebar.config.orig 2015-11-09 16:11:50 UTC +--- rebar.config.orig 2016-05-20 09:58:22 UTC +++ rebar.config @@ -1,7 +1,6 @@ {erl_opts, [debug_info]}. {deps,[ -- {meck, "0.8.2", {git, "git://github.com/basho/meck.git", {tag, "0.8.2"}}} +- {meck, "0.8.*", {git, "git://github.com/basho/meck.git", {tag, "0.8.2"}}} ]}. {clean_files, ["*~","**/*~","**/*.beam","logs/*","test/Emakefile"]}. Modified: head/devel/erlang-protobuffs/pkg-plist ============================================================================== --- head/devel/erlang-protobuffs/pkg-plist Fri May 20 09:35:54 2016 (r415551) +++ head/devel/erlang-protobuffs/pkg-plist Fri May 20 10:05:18 2016 (r415552) @@ -1,6 +1,7 @@ lib/erlang/lib/protobuffs-%%VERSION%%/ebin/pokemon_pb.beam lib/erlang/lib/protobuffs-%%VERSION%%/ebin/protobuffs.app lib/erlang/lib/protobuffs-%%VERSION%%/ebin/protobuffs.beam +lib/erlang/lib/protobuffs-%%VERSION%%/ebin/protobuffs_cli.beam lib/erlang/lib/protobuffs-%%VERSION%%/ebin/protobuffs_compile.beam lib/erlang/lib/protobuffs-%%VERSION%%/ebin/protobuffs_file.beam lib/erlang/lib/protobuffs-%%VERSION%%/ebin/protobuffs_parser.beam @@ -9,10 +10,11 @@ lib/erlang/lib/protobuffs-%%VERSION%%/sr lib/erlang/lib/protobuffs-%%VERSION%%/src/pokemon_pb.erl lib/erlang/lib/protobuffs-%%VERSION%%/src/protobuffs.app.src lib/erlang/lib/protobuffs-%%VERSION%%/src/protobuffs.erl +lib/erlang/lib/protobuffs-%%VERSION%%/src/protobuffs_cli.erl lib/erlang/lib/protobuffs-%%VERSION%%/src/protobuffs_compile.erl lib/erlang/lib/protobuffs-%%VERSION%%/src/protobuffs_file.erl lib/erlang/lib/protobuffs-%%VERSION%%/src/protobuffs_parser.erl lib/erlang/lib/protobuffs-%%VERSION%%/src/protobuffs_parser.yrl lib/erlang/lib/protobuffs-%%VERSION%%/src/protobuffs_scanner.erl lib/erlang/lib/protobuffs-%%VERSION%%/src/protobuffs_scanner.xrl -%%PORTDOCS%%%%DOCSDIR%%/README.markdown +%%PORTDOCS%%%%DOCSDIR%%/README.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605201005.u4KA5IYO049626>