Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Mar 2016 14:44:57 +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: r411410 - head/devel/caf
Message-ID:  <201603191444.u2JEivU2010635@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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