From owner-svn-ports-all@freebsd.org Mon Sep 7 07:20:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E89E9CB214; Mon, 7 Sep 2015 07:20:05 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F14A1B71; Mon, 7 Sep 2015 07:20:05 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t877K4R4000986; Mon, 7 Sep 2015 07:20:04 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t877K49p000983; Mon, 7 Sep 2015 07:20:04 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201509070720.t877K49p000983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 7 Sep 2015 07:20:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396251 - head/devel/caf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2015 07:20:05 -0000 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