diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-07-08 16:24:42 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-07-08 16:24:42 +0000 |
commit | a7310b0f8f2f64093b00ac2fd218e2873d621f85 (patch) | |
tree | 5d8dea5748352397f9158a933951d1004ba53fe8 /devel | |
parent | 418dc2e16fd266ed04cdd29dcdfa9f361dd4a08e (diff) | |
download | ports-a7310b0f8f2f64093b00ac2fd218e2873d621f85.tar.gz ports-a7310b0f8f2f64093b00ac2fd218e2873d621f85.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/caf/Makefile | 3 | ||||
-rw-r--r-- | devel/caf/distinfo | 6 | ||||
-rw-r--r-- | devel/caf/pkg-plist | 5 |
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/caf/Makefile b/devel/caf/Makefile index d692f0fa48e1..c4d63874db3a 100644 --- a/devel/caf/Makefile +++ b/devel/caf/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= caf -PORTVERSION= 0.17.4 -PORTREVISION= 1 +PORTVERSION= 0.17.5 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org diff --git a/devel/caf/distinfo b/devel/caf/distinfo index ed79ba32e191..580e46d92608 100644 --- a/devel/caf/distinfo +++ b/devel/caf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1584239205 -SHA256 (actor-framework-actor-framework-0.17.4_GH0.tar.gz) = b5a1d80b16561edd3fa13dcda91ad00ae0a2c57b9d839a975c441f7ce63b4d1e -SIZE (actor-framework-actor-framework-0.17.4_GH0.tar.gz) = 2683477 +TIMESTAMP = 1594227233 +SHA256 (actor-framework-actor-framework-0.17.5_GH0.tar.gz) = a60be1e729de9cf32e2a10335679f311228d8f04997b57d5dcbb508acfe29bed +SIZE (actor-framework-actor-framework-0.17.5_GH0.tar.gz) = 2661473 diff --git a/devel/caf/pkg-plist b/devel/caf/pkg-plist index bbc9a4ecd185..d9da389ab554 100644 --- a/devel/caf/pkg-plist +++ b/devel/caf/pkg-plist @@ -92,7 +92,6 @@ include/caf/detail/consumer.hpp include/caf/detail/decorated_tuple.hpp include/caf/detail/default_invoke_result_visitor.hpp include/caf/detail/delegate_serialize.hpp -include/caf/detail/dispatch_parse_cli.hpp include/caf/detail/disposer.hpp include/caf/detail/double_ended_queue.hpp include/caf/detail/dynamic_message_data.hpp @@ -110,6 +109,7 @@ include/caf/detail/ini_consumer.hpp include/caf/detail/init_fun_factory.hpp include/caf/detail/int_list.hpp include/caf/detail/invoke_result_visitor.hpp +include/caf/detail/is_complete.hpp include/caf/detail/is_one_of.hpp include/caf/detail/is_primitive_config_value.hpp include/caf/detail/limited_vector.hpp @@ -219,6 +219,7 @@ include/caf/illegal_message_element.hpp include/caf/inbound_path.hpp include/caf/index_mapping.hpp include/caf/infer_handle.hpp +include/caf/init_global_meta_objects.hpp include/caf/input_range.hpp include/caf/interface_mismatch.hpp include/caf/intrusive/drr_cached_queue.hpp @@ -313,6 +314,7 @@ include/caf/ipv6_address.hpp include/caf/ipv6_endpoint.hpp include/caf/ipv6_subnet.hpp include/caf/is_actor_handle.hpp +include/caf/is_error_code_enum.hpp include/caf/is_message_sink.hpp include/caf/is_timeout_or_catch_all.hpp include/caf/is_typed_actor.hpp @@ -456,6 +458,7 @@ include/caf/timestamp.hpp include/caf/to_string.hpp include/caf/type_erased_tuple.hpp include/caf/type_erased_value.hpp +include/caf/type_id.hpp include/caf/type_nr.hpp include/caf/typed_actor.hpp include/caf/typed_actor_pointer.hpp |