Date: Wed, 8 Jul 2020 16:24:42 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541504 - branches/2020Q3/devel/caf Message-ID: <202007081624.068GOgad062831@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Wed Jul 8 16:24:42 2020 New Revision: 541504 URL: https://svnweb.freebsd.org/changeset/ports/541504 Log: MFH: r541503 devel/caf: update to 0.17.5 ChangeLog: https://github.com/actor-framework/actor-framework/releases/tag/0.17.5 Approved by: ports-secteam (blanket, runtime fix) Modified: branches/2020Q3/devel/caf/Makefile branches/2020Q3/devel/caf/distinfo branches/2020Q3/devel/caf/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/caf/Makefile ============================================================================== --- branches/2020Q3/devel/caf/Makefile Wed Jul 8 16:17:22 2020 (r541503) +++ branches/2020Q3/devel/caf/Makefile Wed Jul 8 16:24:42 2020 (r541504) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= caf -PORTVERSION= 0.17.4 -PORTREVISION= 1 +PORTVERSION= 0.17.5 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org Modified: branches/2020Q3/devel/caf/distinfo ============================================================================== --- branches/2020Q3/devel/caf/distinfo Wed Jul 8 16:17:22 2020 (r541503) +++ branches/2020Q3/devel/caf/distinfo Wed Jul 8 16:24:42 2020 (r541504) @@ -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 Modified: branches/2020Q3/devel/caf/pkg-plist ============================================================================== --- branches/2020Q3/devel/caf/pkg-plist Wed Jul 8 16:17:22 2020 (r541503) +++ branches/2020Q3/devel/caf/pkg-plist Wed Jul 8 16:24:42 2020 (r541504) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007081624.068GOgad062831>