Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2015 07:20:04 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396251 - head/devel/caf
Message-ID:  <201509070720.t877K49p000983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Mon Sep  7 07:20:03 2015
New Revision: 396251
URL: https://svnweb.freebsd.org/changeset/ports/396251

Log:
  Upgrade to 0.14.1.
  
  PR:		202943
  Submitted by:	maintainer

Modified:
  head/devel/caf/Makefile
  head/devel/caf/distinfo
  head/devel/caf/pkg-plist

Modified: head/devel/caf/Makefile
==============================================================================
--- head/devel/caf/Makefile	Mon Sep  7 07:12:28 2015	(r396250)
+++ head/devel/caf/Makefile	Mon Sep  7 07:20:03 2015	(r396251)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	actor-framework
-PORTVERSION=	0.14.0
+PORTVERSION=	0.14.1
 CATEGORIES=	devel
 
 MAINTAINER=	vallentin@icir.org

Modified: head/devel/caf/distinfo
==============================================================================
--- head/devel/caf/distinfo	Mon Sep  7 07:12:28 2015	(r396250)
+++ head/devel/caf/distinfo	Mon Sep  7 07:20:03 2015	(r396251)
@@ -1,2 +1,2 @@
-SHA256 (actor-framework-actor-framework-0.14.0_GH0.tar.gz) = 156c9548dba4ed815eff7df58d470647304f59701b6005cb2baf32cf74c19df6
-SIZE (actor-framework-actor-framework-0.14.0_GH0.tar.gz) = 590271
+SHA256 (actor-framework-actor-framework-0.14.1_GH0.tar.gz) = 8940474ae0c3700e503d092f124489a13667098b63b8e94a09e110541d827985
+SIZE (actor-framework-actor-framework-0.14.1_GH0.tar.gz) = 1231665

Modified: head/devel/caf/pkg-plist
==============================================================================
--- head/devel/caf/pkg-plist	Mon Sep  7 07:12:28 2015	(r396250)
+++ head/devel/caf/pkg-plist	Mon Sep  7 07:20:03 2015	(r396251)
@@ -22,11 +22,13 @@ include/caf/behavior_policy.hpp
 include/caf/binary_deserializer.hpp
 include/caf/binary_serializer.hpp
 include/caf/blocking_actor.hpp
+include/caf/callback.hpp
 include/caf/channel.hpp
 include/caf/check_typed_input.hpp
 include/caf/config.hpp
 include/caf/continue_helper.hpp
 include/caf/default_attachable.hpp
+include/caf/delegated.hpp
 include/caf/deserializer.hpp
 include/caf/detail/actor_registry.hpp
 include/caf/detail/apply_args.hpp
@@ -99,13 +101,15 @@ include/caf/event_based_actor.hpp
 include/caf/exception.hpp
 include/caf/execution_unit.hpp
 include/caf/exit_reason.hpp
-include/caf/experimental/stateful_actor.hpp
+include/caf/experimental/announce_actor_type.hpp
+include/caf/experimental/whereis.hpp
 include/caf/extend.hpp
 include/caf/forwarding_actor_proxy.hpp
 include/caf/from_string.hpp
 include/caf/fwd.hpp
 include/caf/group.hpp
 include/caf/illegal_message_element.hpp
+include/caf/infer_handle.hpp
 include/caf/intrusive_ptr.hpp
 include/caf/invoke_message_result.hpp
 include/caf/io/abstract_broker.hpp
@@ -115,6 +119,7 @@ include/caf/io/basp.hpp
 include/caf/io/basp_broker.hpp
 include/caf/io/broker.hpp
 include/caf/io/connection_handle.hpp
+include/caf/io/doorman.hpp
 include/caf/io/experimental/typed_broker.hpp
 include/caf/io/fwd.hpp
 include/caf/io/handle.hpp
@@ -133,11 +138,13 @@ include/caf/io/network/native_socket.hpp
 include/caf/io/network/operation.hpp
 include/caf/io/network/protocol.hpp
 include/caf/io/network/stream_manager.hpp
+include/caf/io/network/test_multiplexer.hpp
 include/caf/io/publish.hpp
 include/caf/io/publish_local_groups.hpp
 include/caf/io/receive_policy.hpp
 include/caf/io/remote_actor.hpp
 include/caf/io/remote_group.hpp
+include/caf/io/scribe.hpp
 include/caf/io/set_middleman.hpp
 include/caf/io/spawn_io.hpp
 include/caf/io/system_messages.hpp
@@ -162,6 +169,7 @@ include/caf/on.hpp
 include/caf/optional.hpp
 include/caf/policy/profiled.hpp
 include/caf/policy/scheduler_policy.hpp
+include/caf/policy/work_sharing.hpp
 include/caf/policy/work_stealing.hpp
 include/caf/primitive_variant.hpp
 include/caf/ref_counted.hpp
@@ -185,6 +193,7 @@ include/caf/skip_message.hpp
 include/caf/spawn.hpp
 include/caf/spawn_fwd.hpp
 include/caf/spawn_options.hpp
+include/caf/stateful_actor.hpp
 include/caf/static_visitor.hpp
 include/caf/string_algorithms.hpp
 include/caf/string_serialization.hpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509070720.t877K49p000983>