Index: Makefile =================================================================== --- Makefile (revision 411204) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= caf -PORTVERSION= 0.14.1 +PORTVERSION= 0.14.5 PORTREVISION= 1 CATEGORIES= devel Index: distinfo =================================================================== --- distinfo (revision 411204) +++ distinfo (working copy) @@ -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 Index: pkg-plist =================================================================== --- pkg-plist (revision 411204) +++ pkg-plist (working copy) @@ -7,6 +7,7 @@ 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/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/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/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