Update devel/erlang-gpb to version 4.0.1.

This commit is contained in:
Jimmy Olgeni 2017-11-10 11:54:25 +00:00
parent fff37fd669
commit aae5ac7bd6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453892
3 changed files with 27 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= gpb PORTNAME= gpb
PORTVERSION= 3.28.1 PORTVERSION= 4.0.1
CATEGORIES= devel CATEGORIES= devel
PKGNAMEPREFIX= erlang- PKGNAMEPREFIX= erlang-

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1509699505 TIMESTAMP = 1510314417
SHA256 (tomas-abrahamsson-gpb-3.28.1_GH0.tar.gz) = 4df66c1e6806768b1424379c23440f28d576f0eab4471a55f7c5376c95a2637c SHA256 (tomas-abrahamsson-gpb-4.0.1_GH0.tar.gz) = b20394bbe7ecd74e26ee6da16c7206d08eda87aa90833e72a35030bc973e9369
SIZE (tomas-abrahamsson-gpb-3.28.1_GH0.tar.gz) = 370639 SIZE (tomas-abrahamsson-gpb-4.0.1_GH0.tar.gz) = 388755

View file

@ -2,10 +2,21 @@ bin/protoc-erl
lib/erlang/lib/gpb-%%VERSION%%/bin/protoc-erl lib/erlang/lib/gpb-%%VERSION%%/bin/protoc-erl
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb.app lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb.app
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb.beam lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_analyzer.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_codegen.beam lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_codegen.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_codemorpher.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_compile.beam lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_compile.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_compile_descr.beam lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_compile_descr.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_descriptor.beam lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_descriptor.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_decoders.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_encoders.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_introspect.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_mergers.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_nif.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_translators.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_types.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_verifiers.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_lib.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_parse.beam lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_parse.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_scan.beam lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_scan.beam
lib/erlang/lib/gpb-%%VERSION%%/include/gpb.hrl lib/erlang/lib/gpb-%%VERSION%%/include/gpb.hrl
@ -24,9 +35,21 @@ lib/erlang/lib/gpb-%%VERSION%%/priv/proto3/google/protobuf/type.proto
lib/erlang/lib/gpb-%%VERSION%%/priv/proto3/google/protobuf/wrappers.proto lib/erlang/lib/gpb-%%VERSION%%/priv/proto3/google/protobuf/wrappers.proto
lib/erlang/lib/gpb-%%VERSION%%/src/gpb.app.src lib/erlang/lib/gpb-%%VERSION%%/src/gpb.app.src
lib/erlang/lib/gpb-%%VERSION%%/src/gpb.erl lib/erlang/lib/gpb-%%VERSION%%/src/gpb.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_analyzer.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_codegen.erl lib/erlang/lib/gpb-%%VERSION%%/src/gpb_codegen.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_codegen.hrl lib/erlang/lib/gpb-%%VERSION%%/src/gpb_codegen.hrl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_codemorpher.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_compile.erl lib/erlang/lib/gpb-%%VERSION%%/src/gpb_compile.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_compile.hrl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_decoders.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_encoders.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_introspect.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_mergers.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_nif.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_translators.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_types.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_verifiers.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_lib.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_parse.erl lib/erlang/lib/gpb-%%VERSION%%/src/gpb_parse.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_parse.yrl lib/erlang/lib/gpb-%%VERSION%%/src/gpb_parse.yrl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_scan.erl lib/erlang/lib/gpb-%%VERSION%%/src/gpb_scan.erl