Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2015 03:03: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: r378103 - head/devel/caf
Message-ID:  <201501290303.t0T334XC032991@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Thu Jan 29 03:03:03 2015
New Revision: 378103
URL: https://svnweb.freebsd.org/changeset/ports/378103
QAT: https://qat.redports.org/buildarchive/r378103/

Log:
  Upgrade to 0.12.2
  
  PR:		197136
  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	Thu Jan 29 02:32:44 2015	(r378102)
+++ head/devel/caf/Makefile	Thu Jan 29 03:03:03 2015	(r378103)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	actor-framework
-PORTVERSION=	0.12.1
+PORTVERSION=	0.12.2
 CATEGORIES=	devel
 MASTER_SITES=	GH
 
@@ -18,12 +18,13 @@ USES=		compiler:c++11-lang cmake:outsour
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	${PORTNAME}
-GH_COMMIT=	56ad470
+GH_COMMIT=	37bbd2c
 
 OPTIONS_DEFINE=	DEBUG TEST STATIC
 OPTIONS_RADIO=	LOG_LEVEL
 OPTIONS_RADIO_LOG_LEVEL=	LOG_LEVEL_ERROR LOG_LEVEL_WARN LOG_LEVEL_INFO LOG_LEVEL_DEBUG LOG_LEVEL_TRACE
 OPTIONS_DEFAULT=	TEST
+OPTIONS_SUB=	yes
 
 TEST_DESC=	Build with unit tests
 STATIC_DESC=	Additionally build static version of library

Modified: head/devel/caf/distinfo
==============================================================================
--- head/devel/caf/distinfo	Thu Jan 29 02:32:44 2015	(r378102)
+++ head/devel/caf/distinfo	Thu Jan 29 03:03:03 2015	(r378103)
@@ -1,2 +1,2 @@
-SHA256 (actor-framework-0.12.1.tar.gz) = 46507d5939c74eeec8bb8611755d813310136bab4992509c48a309146d246f5f
-SIZE (actor-framework-0.12.1.tar.gz) = 524790
+SHA256 (actor-framework-0.12.2.tar.gz) = 19be5bbdec710b883052909c1460a6279626bd0917062e7e040e6fe598b62414
+SIZE (actor-framework-0.12.2.tar.gz) = 530513

Modified: head/devel/caf/pkg-plist
==============================================================================
--- head/devel/caf/pkg-plist	Thu Jan 29 02:32:44 2015	(r378102)
+++ head/devel/caf/pkg-plist	Thu Jan 29 03:03:03 2015	(r378103)
@@ -104,12 +104,15 @@ include/caf/io/handle.hpp
 include/caf/io/hook.hpp
 include/caf/io/max_msg_size.hpp
 include/caf/io/middleman.hpp
+include/caf/io/middleman_actor.hpp
 include/caf/io/network/acceptor_manager.hpp
 include/caf/io/network/default_multiplexer.hpp
+include/caf/io/network/interfaces.hpp
 include/caf/io/network/manager.hpp
 include/caf/io/network/multiplexer.hpp
 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/publish.hpp
 include/caf/io/publish_local_groups.hpp
@@ -146,7 +149,6 @@ include/caf/policy/actor_policies.hpp
 include/caf/policy/cooperative_scheduling.hpp
 include/caf/policy/event_based_resume.hpp
 include/caf/policy/invoke_policy.hpp
-include/caf/policy/middleman_scheduling.hpp
 include/caf/policy/nestable_invoke.hpp
 include/caf/policy/no_resume.hpp
 include/caf/policy/no_scheduling.hpp
@@ -188,6 +190,7 @@ include/caf/typed_actor.hpp
 include/caf/typed_behavior.hpp
 include/caf/typed_continue_helper.hpp
 include/caf/typed_event_based_actor.hpp
+include/caf/typed_response_promise.hpp
 include/caf/uniform_type_info.hpp
 include/caf/uniform_typeid.hpp
 include/caf/unit.hpp
@@ -204,7 +207,9 @@ include/cppa/spawn_io.hpp
 include/cppa/tuple_cast.hpp
 lib/libcaf_core.so
 lib/libcaf_core.so.0
-lib/libcaf_core.so.0.12.1
+lib/libcaf_core.so.0.12.2
+%%STATIC%%lib/libcaf_core_static.a
 lib/libcaf_io.so
 lib/libcaf_io.so.0
-lib/libcaf_io.so.0.12.1
+lib/libcaf_io.so.0.12.2
+%%STATIC%%lib/libcaf_io_static.a



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