Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2020 22:57:22 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528510 - head/devel/caf
Message-ID:  <202003152257.02FMvMA7079741@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Sun Mar 15 22:57:22 2020
New Revision: 528510
URL: https://svnweb.freebsd.org/changeset/ports/528510

Log:
  devel/caf: Upgrade to 0.17.4. Changes since 0.17.3:
  
   - Accept numbers as keys in the config syntax
  
   - Fix behavior of inline_all_enqueues in the testing DSL
  
   - Make sure actors that receive stream input shut down properly
  
   - Fix undesired function hiding in fused_downstream_manager
  
   - Improve to_string output for caf::error
  
   - Fix path recognition in the URI parser, e.g., file:/// is now
     valid
  
   - Properly report errors to users while connecting two CAF nodes
  
   - Simplify crosscompilation: remove build dependency on code
     generators
  
   - Leave CXX settings to the (CMake) parent when building as
     subdirectory
  
   - Build without documentation in subdirectory mode
  
   - Allow parents to set OPENSSL_INCLUDE_DIR in subdirectory mode
  
   - Add -pthread flag on UNIX when looking for libc++ support
  
   - Add missing operator== for exit_msg
  
   - Avoid producing unexpected log files
  
  Reported by:	portscout, pkg-fallout
  Approved by:	ler (mentor, implicit)

Modified:
  head/devel/caf/Makefile
  head/devel/caf/distinfo

Modified: head/devel/caf/Makefile
==============================================================================
--- head/devel/caf/Makefile	Sun Mar 15 22:50:05 2020	(r528509)
+++ head/devel/caf/Makefile	Sun Mar 15 22:57:22 2020	(r528510)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	caf
-PORTVERSION=	0.17.3
+PORTVERSION=	0.17.4
 CATEGORIES=	devel
 
 MAINTAINER=	leres@FreeBSD.org

Modified: head/devel/caf/distinfo
==============================================================================
--- head/devel/caf/distinfo	Sun Mar 15 22:50:05 2020	(r528509)
+++ head/devel/caf/distinfo	Sun Mar 15 22:57:22 2020	(r528510)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576691313
-SHA256 (actor-framework-actor-framework-0.17.3_GH0.tar.gz) = af235dbb5001a86d716c19f1b597be81bbcf172b87d42e2a38dc3ac97ea3863d
-SIZE (actor-framework-actor-framework-0.17.3_GH0.tar.gz) = 2678220
+TIMESTAMP = 1584239205
+SHA256 (actor-framework-actor-framework-0.17.4_GH0.tar.gz) = b5a1d80b16561edd3fa13dcda91ad00ae0a2c57b9d839a975c441f7ce63b4d1e
+SIZE (actor-framework-actor-framework-0.17.4_GH0.tar.gz) = 2683477



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