Upgrade to 0.14.1.
PR: 202943 Submitted by: maintainer
This commit is contained in:
parent
ff23c72c4a
commit
6099a49a87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396251
3 changed files with 13 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= actor-framework
|
||||
PORTVERSION= 0.14.0
|
||||
PORTVERSION= 0.14.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= vallentin@icir.org
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (actor-framework-actor-framework-0.14.0_GH0.tar.gz) = 156c9548dba4ed815eff7df58d470647304f59701b6005cb2baf32cf74c19df6
|
||||
SIZE (actor-framework-actor-framework-0.14.0_GH0.tar.gz) = 590271
|
||||
SHA256 (actor-framework-actor-framework-0.14.1_GH0.tar.gz) = 8940474ae0c3700e503d092f124489a13667098b63b8e94a09e110541d827985
|
||||
SIZE (actor-framework-actor-framework-0.14.1_GH0.tar.gz) = 1231665
|
||||
|
|
|
@ -22,11 +22,13 @@ include/caf/behavior_policy.hpp
|
|||
include/caf/binary_deserializer.hpp
|
||||
include/caf/binary_serializer.hpp
|
||||
include/caf/blocking_actor.hpp
|
||||
include/caf/callback.hpp
|
||||
include/caf/channel.hpp
|
||||
include/caf/check_typed_input.hpp
|
||||
include/caf/config.hpp
|
||||
include/caf/continue_helper.hpp
|
||||
include/caf/default_attachable.hpp
|
||||
include/caf/delegated.hpp
|
||||
include/caf/deserializer.hpp
|
||||
include/caf/detail/actor_registry.hpp
|
||||
include/caf/detail/apply_args.hpp
|
||||
|
@ -99,13 +101,15 @@ include/caf/event_based_actor.hpp
|
|||
include/caf/exception.hpp
|
||||
include/caf/execution_unit.hpp
|
||||
include/caf/exit_reason.hpp
|
||||
include/caf/experimental/stateful_actor.hpp
|
||||
include/caf/experimental/announce_actor_type.hpp
|
||||
include/caf/experimental/whereis.hpp
|
||||
include/caf/extend.hpp
|
||||
include/caf/forwarding_actor_proxy.hpp
|
||||
include/caf/from_string.hpp
|
||||
include/caf/fwd.hpp
|
||||
include/caf/group.hpp
|
||||
include/caf/illegal_message_element.hpp
|
||||
include/caf/infer_handle.hpp
|
||||
include/caf/intrusive_ptr.hpp
|
||||
include/caf/invoke_message_result.hpp
|
||||
include/caf/io/abstract_broker.hpp
|
||||
|
@ -115,6 +119,7 @@ include/caf/io/basp.hpp
|
|||
include/caf/io/basp_broker.hpp
|
||||
include/caf/io/broker.hpp
|
||||
include/caf/io/connection_handle.hpp
|
||||
include/caf/io/doorman.hpp
|
||||
include/caf/io/experimental/typed_broker.hpp
|
||||
include/caf/io/fwd.hpp
|
||||
include/caf/io/handle.hpp
|
||||
|
@ -133,11 +138,13 @@ include/caf/io/network/native_socket.hpp
|
|||
include/caf/io/network/operation.hpp
|
||||
include/caf/io/network/protocol.hpp
|
||||
include/caf/io/network/stream_manager.hpp
|
||||
include/caf/io/network/test_multiplexer.hpp
|
||||
include/caf/io/publish.hpp
|
||||
include/caf/io/publish_local_groups.hpp
|
||||
include/caf/io/receive_policy.hpp
|
||||
include/caf/io/remote_actor.hpp
|
||||
include/caf/io/remote_group.hpp
|
||||
include/caf/io/scribe.hpp
|
||||
include/caf/io/set_middleman.hpp
|
||||
include/caf/io/spawn_io.hpp
|
||||
include/caf/io/system_messages.hpp
|
||||
|
@ -162,6 +169,7 @@ include/caf/on.hpp
|
|||
include/caf/optional.hpp
|
||||
include/caf/policy/profiled.hpp
|
||||
include/caf/policy/scheduler_policy.hpp
|
||||
include/caf/policy/work_sharing.hpp
|
||||
include/caf/policy/work_stealing.hpp
|
||||
include/caf/primitive_variant.hpp
|
||||
include/caf/ref_counted.hpp
|
||||
|
@ -185,6 +193,7 @@ include/caf/skip_message.hpp
|
|||
include/caf/spawn.hpp
|
||||
include/caf/spawn_fwd.hpp
|
||||
include/caf/spawn_options.hpp
|
||||
include/caf/stateful_actor.hpp
|
||||
include/caf/static_visitor.hpp
|
||||
include/caf/string_algorithms.hpp
|
||||
include/caf/string_serialization.hpp
|
||||
|
|
Loading…
Reference in a new issue