1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

Update to 0.14.5.

PR:		208046
Submitted by:	maintainer
This commit is contained in:
Vanilla I. Shu 2016-03-19 14:44:56 +00:00
parent 8332d1f769
commit 2036e5ba09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411410
3 changed files with 8 additions and 5 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= caf
PORTVERSION= 0.14.1
PORTREVISION= 1
PORTVERSION= 0.14.5
CATEGORIES= devel
MAINTAINER= vallentin@icir.org

View File

@ -1,2 +1,2 @@
SHA256 (actor-framework-actor-framework-0.14.1_GH0.tar.gz) = 8940474ae0c3700e503d092f124489a13667098b63b8e94a09e110541d827985
SIZE (actor-framework-actor-framework-0.14.1_GH0.tar.gz) = 1231665
SHA256 (actor-framework-actor-framework-0.14.5_GH0.tar.gz) = afc4bc928ecd7d017768e5c85b7300196aa5b70ef11d97e11b21a1ae28ce9d3f
SIZE (actor-framework-actor-framework-0.14.5_GH0.tar.gz) = 1239461

View File

@ -7,6 +7,7 @@ include/caf/actor.hpp
include/caf/actor_addr.hpp
include/caf/actor_cast.hpp
include/caf/actor_companion.hpp
include/caf/actor_marker.hpp
include/caf/actor_namespace.hpp
include/caf/actor_ostream.hpp
include/caf/actor_pool.hpp
@ -67,11 +68,12 @@ include/caf/detail/memory_cache_flag_type.hpp
include/caf/detail/message_data.hpp
include/caf/detail/optional_message_visitor.hpp
include/caf/detail/pair_storage.hpp
include/caf/detail/parse_ini.hpp
include/caf/detail/pseudo_tuple.hpp
include/caf/detail/purge_refs.hpp
include/caf/detail/raw_access.hpp
include/caf/detail/ripemd_160.hpp
include/caf/detail/run_program.hpp
include/caf/detail/run_sub_unit_test.hpp
include/caf/detail/safe_equal.hpp
include/caf/detail/scope_guard.hpp
include/caf/detail/shared_spinlock.hpp
@ -118,6 +120,7 @@ include/caf/io/all.hpp
include/caf/io/basp.hpp
include/caf/io/basp_broker.hpp
include/caf/io/broker.hpp
include/caf/io/broker_servant.hpp
include/caf/io/connection_handle.hpp
include/caf/io/doorman.hpp
include/caf/io/experimental/typed_broker.hpp
@ -167,6 +170,7 @@ include/caf/node_id.hpp
include/caf/none.hpp
include/caf/on.hpp
include/caf/optional.hpp
include/caf/parse_config.hpp
include/caf/policy/profiled.hpp
include/caf/policy/scheduler_policy.hpp
include/caf/policy/work_sharing.hpp