From owner-svn-ports-all@freebsd.org Sat Mar 19 14:44:58 2016 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 76E90AD4C8A; Sat, 19 Mar 2016 14:44:58 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 34E00F72; Sat, 19 Mar 2016 14:44:58 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2JEivI3010638; Sat, 19 Mar 2016 14:44:57 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2JEivU2010635; Sat, 19 Mar 2016 14:44:57 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201603191444.u2JEivU2010635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 19 Mar 2016 14:44:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411410 - 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.21 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: Sat, 19 Mar 2016 14:44:58 -0000 Author: vanilla Date: Sat Mar 19 14:44:56 2016 New Revision: 411410 URL: https://svnweb.freebsd.org/changeset/ports/411410 Log: Update to 0.14.5. PR: 208046 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 Sat Mar 19 14:41:38 2016 (r411409) +++ head/devel/caf/Makefile Sat Mar 19 14:44:56 2016 (r411410) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= caf -PORTVERSION= 0.14.1 -PORTREVISION= 1 +PORTVERSION= 0.14.5 CATEGORIES= devel MAINTAINER= vallentin@icir.org Modified: head/devel/caf/distinfo ============================================================================== --- head/devel/caf/distinfo Sat Mar 19 14:41:38 2016 (r411409) +++ head/devel/caf/distinfo Sat Mar 19 14:44:56 2016 (r411410) @@ -1,2 +1,2 @@ -SHA256 (actor-framework-actor-framework-0.14.1_GH0.tar.gz) = 8940474ae0c3700e503d092f124489a13667098b63b8e94a09e110541d827985 -SIZE (actor-framework-actor-framework-0.14.1_GH0.tar.gz) = 1231665 +SHA256 (actor-framework-actor-framework-0.14.5_GH0.tar.gz) = afc4bc928ecd7d017768e5c85b7300196aa5b70ef11d97e11b21a1ae28ce9d3f +SIZE (actor-framework-actor-framework-0.14.5_GH0.tar.gz) = 1239461 Modified: head/devel/caf/pkg-plist ============================================================================== --- head/devel/caf/pkg-plist Sat Mar 19 14:41:38 2016 (r411409) +++ head/devel/caf/pkg-plist Sat Mar 19 14:44:56 2016 (r411410) @@ -7,6 +7,7 @@ include/caf/actor.hpp include/caf/actor_addr.hpp include/caf/actor_cast.hpp include/caf/actor_companion.hpp +include/caf/actor_marker.hpp include/caf/actor_namespace.hpp include/caf/actor_ostream.hpp include/caf/actor_pool.hpp @@ -67,11 +68,12 @@ include/caf/detail/memory_cache_flag_typ include/caf/detail/message_data.hpp include/caf/detail/optional_message_visitor.hpp include/caf/detail/pair_storage.hpp +include/caf/detail/parse_ini.hpp include/caf/detail/pseudo_tuple.hpp include/caf/detail/purge_refs.hpp include/caf/detail/raw_access.hpp include/caf/detail/ripemd_160.hpp -include/caf/detail/run_program.hpp +include/caf/detail/run_sub_unit_test.hpp include/caf/detail/safe_equal.hpp include/caf/detail/scope_guard.hpp include/caf/detail/shared_spinlock.hpp @@ -118,6 +120,7 @@ include/caf/io/all.hpp include/caf/io/basp.hpp include/caf/io/basp_broker.hpp include/caf/io/broker.hpp +include/caf/io/broker_servant.hpp include/caf/io/connection_handle.hpp include/caf/io/doorman.hpp include/caf/io/experimental/typed_broker.hpp @@ -167,6 +170,7 @@ include/caf/node_id.hpp include/caf/none.hpp include/caf/on.hpp include/caf/optional.hpp +include/caf/parse_config.hpp include/caf/policy/profiled.hpp include/caf/policy/scheduler_policy.hpp include/caf/policy/work_sharing.hpp