Update devel/erlang-gen_rpc to version 2.0.1.

This commit is contained in:
Jimmy Olgeni 2016-10-07 07:28:33 +00:00
parent ad99e5236d
commit 3928d7736c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423454
3 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gen_rpc
PORTVERSION= 2.0.0
PORTVERSION= 2.0.1
CATEGORIES= devel
PKGNAMEPREFIX= erlang-

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1475605255
SHA256 (priestjim-gen_rpc-2.0.0_GH0.tar.gz) = dab4d0a8fd8b110380f0bd99f626815da4e7c7276b3235f7db682273d7d6fe72
SIZE (priestjim-gen_rpc-2.0.0_GH0.tar.gz) = 51380
TIMESTAMP = 1475825194
SHA256 (priestjim-gen_rpc-2.0.1_GH0.tar.gz) = 6d62546814777f844d81c50203f7cc9389a373614adc2fb0f562563926669d53
SIZE (priestjim-gen_rpc-2.0.1_GH0.tar.gz) = 52126

View file

@ -4,6 +4,7 @@ lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_acceptor.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_acceptor_sup.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_app.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_client.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_client_config.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_client_sup.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_dispatcher.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_driver.beam
@ -33,6 +34,7 @@ lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_acceptor.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_app.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_client.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_client_config.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_dispatcher.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_driver.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_helper.erl