View | Details | Raw Unified | Return to bug 208046
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	caf
4
PORTNAME=	caf
5
PORTVERSION=	0.14.1
5
PORTVERSION=	0.14.5
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
8
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (actor-framework-actor-framework-0.14.1_GH0.tar.gz) = 8940474ae0c3700e503d092f124489a13667098b63b8e94a09e110541d827985
1
SHA256 (actor-framework-actor-framework-0.14.5_GH0.tar.gz) = afc4bc928ecd7d017768e5c85b7300196aa5b70ef11d97e11b21a1ae28ce9d3f
2
SIZE (actor-framework-actor-framework-0.14.1_GH0.tar.gz) = 1231665
2
SIZE (actor-framework-actor-framework-0.14.5_GH0.tar.gz) = 1239461
(-)pkg-plist (-1 / +5 lines)
Lines 7-12 Link Here
7
include/caf/actor_addr.hpp
7
include/caf/actor_addr.hpp
8
include/caf/actor_cast.hpp
8
include/caf/actor_cast.hpp
9
include/caf/actor_companion.hpp
9
include/caf/actor_companion.hpp
10
include/caf/actor_marker.hpp
10
include/caf/actor_namespace.hpp
11
include/caf/actor_namespace.hpp
11
include/caf/actor_ostream.hpp
12
include/caf/actor_ostream.hpp
12
include/caf/actor_pool.hpp
13
include/caf/actor_pool.hpp
Lines 67-77 Link Here
67
include/caf/detail/message_data.hpp
68
include/caf/detail/message_data.hpp
68
include/caf/detail/optional_message_visitor.hpp
69
include/caf/detail/optional_message_visitor.hpp
69
include/caf/detail/pair_storage.hpp
70
include/caf/detail/pair_storage.hpp
71
include/caf/detail/parse_ini.hpp
70
include/caf/detail/pseudo_tuple.hpp
72
include/caf/detail/pseudo_tuple.hpp
71
include/caf/detail/purge_refs.hpp
73
include/caf/detail/purge_refs.hpp
72
include/caf/detail/raw_access.hpp
74
include/caf/detail/raw_access.hpp
73
include/caf/detail/ripemd_160.hpp
75
include/caf/detail/ripemd_160.hpp
74
include/caf/detail/run_program.hpp
76
include/caf/detail/run_sub_unit_test.hpp
75
include/caf/detail/safe_equal.hpp
77
include/caf/detail/safe_equal.hpp
76
include/caf/detail/scope_guard.hpp
78
include/caf/detail/scope_guard.hpp
77
include/caf/detail/shared_spinlock.hpp
79
include/caf/detail/shared_spinlock.hpp
Lines 118-123 Link Here
118
include/caf/io/basp.hpp
120
include/caf/io/basp.hpp
119
include/caf/io/basp_broker.hpp
121
include/caf/io/basp_broker.hpp
120
include/caf/io/broker.hpp
122
include/caf/io/broker.hpp
123
include/caf/io/broker_servant.hpp
121
include/caf/io/connection_handle.hpp
124
include/caf/io/connection_handle.hpp
122
include/caf/io/doorman.hpp
125
include/caf/io/doorman.hpp
123
include/caf/io/experimental/typed_broker.hpp
126
include/caf/io/experimental/typed_broker.hpp
Lines 167-172 Link Here
167
include/caf/none.hpp
170
include/caf/none.hpp
168
include/caf/on.hpp
171
include/caf/on.hpp
169
include/caf/optional.hpp
172
include/caf/optional.hpp
173
include/caf/parse_config.hpp
170
include/caf/policy/profiled.hpp
174
include/caf/policy/profiled.hpp
171
include/caf/policy/scheduler_policy.hpp
175
include/caf/policy/scheduler_policy.hpp
172
include/caf/policy/work_sharing.hpp
176
include/caf/policy/work_sharing.hpp

Return to bug 208046