From aae5ac7bd6453bc18467cd68dba9c55bda5dfaab Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Fri, 10 Nov 2017 11:54:25 +0000 Subject: [PATCH] Update devel/erlang-gpb to version 4.0.1. --- devel/erlang-gpb/Makefile | 2 +- devel/erlang-gpb/distinfo | 6 +++--- devel/erlang-gpb/pkg-plist | 23 +++++++++++++++++++++++ 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/devel/erlang-gpb/Makefile b/devel/erlang-gpb/Makefile index 4ee1cb05a5b5..79867c845ef3 100644 --- a/devel/erlang-gpb/Makefile +++ b/devel/erlang-gpb/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gpb -PORTVERSION= 3.28.1 +PORTVERSION= 4.0.1 CATEGORIES= devel PKGNAMEPREFIX= erlang- diff --git a/devel/erlang-gpb/distinfo b/devel/erlang-gpb/distinfo index b8b91d411fb8..61c91366343e 100644 --- a/devel/erlang-gpb/distinfo +++ b/devel/erlang-gpb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1509699505 -SHA256 (tomas-abrahamsson-gpb-3.28.1_GH0.tar.gz) = 4df66c1e6806768b1424379c23440f28d576f0eab4471a55f7c5376c95a2637c -SIZE (tomas-abrahamsson-gpb-3.28.1_GH0.tar.gz) = 370639 +TIMESTAMP = 1510314417 +SHA256 (tomas-abrahamsson-gpb-4.0.1_GH0.tar.gz) = b20394bbe7ecd74e26ee6da16c7206d08eda87aa90833e72a35030bc973e9369 +SIZE (tomas-abrahamsson-gpb-4.0.1_GH0.tar.gz) = 388755 diff --git a/devel/erlang-gpb/pkg-plist b/devel/erlang-gpb/pkg-plist index ee249e87f841..51917d1b403e 100644 --- a/devel/erlang-gpb/pkg-plist +++ b/devel/erlang-gpb/pkg-plist @@ -2,10 +2,21 @@ 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.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_codemorpher.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_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_scan.beam 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%%/src/gpb.app.src 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.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.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.yrl lib/erlang/lib/gpb-%%VERSION%%/src/gpb_scan.erl