devel/caf: update to 0.18.5.
This commit is contained in:
parent
28fefbaf5a
commit
1ae5ad7f32
@ -1,7 +1,7 @@
|
||||
# Created by: vanilla@
|
||||
|
||||
PORTNAME= caf
|
||||
PORTVERSION= 0.18.3
|
||||
PORTVERSION= 0.18.5
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -44,10 +44,10 @@ CMAKE_ARGS+= -DCAF_NO_EXAMPLES:BOOL=yes -DCAF_NO_OPENCL:BOOL=yes
|
||||
DEBUG_CMAKE_ON= -DCAF_ENABLE_RUNTIME_CHECKS:BOOL=yes
|
||||
STATIC_CMAKE_ON= -DCAF_BUILD_STATIC:BOOL=yes
|
||||
TEST_CMAKE_OFF= -DCAF_NO_UNIT_TESTS:BOOL=yes
|
||||
LOG_LEVEL_ERROR_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=0
|
||||
LOG_LEVEL_WARN_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=1
|
||||
LOG_LEVEL_INFO_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=2
|
||||
LOG_LEVEL_DEBUG_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=3
|
||||
LOG_LEVEL_TRACE_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=4
|
||||
LOG_LEVEL_ERROR_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=ERROR
|
||||
LOG_LEVEL_WARN_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=WARN
|
||||
LOG_LEVEL_INFO_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=INFO
|
||||
LOG_LEVEL_DEBUG_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=DEBUG
|
||||
LOG_LEVEL_TRACE_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=TRACE
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1621760178
|
||||
SHA256 (actor-framework-actor-framework-0.18.3_GH0.tar.gz) = da07d30002db67a178bc5ac5950cd47b74f86b6d63a99a382ba02769051e91a8
|
||||
SIZE (actor-framework-actor-framework-0.18.3_GH0.tar.gz) = 2824426
|
||||
TIMESTAMP = 1628143309
|
||||
SHA256 (actor-framework-actor-framework-0.18.5_GH0.tar.gz) = 4c96f896f000218bb65890b4d7175451834add73750d5f33b0c7fe82b7d5a679
|
||||
SIZE (actor-framework-actor-framework-0.18.5_GH0.tar.gz) = 2827181
|
||||
|
@ -450,6 +450,7 @@ include/caf/telemetry/counter.hpp
|
||||
include/caf/telemetry/dbl_gauge.hpp
|
||||
include/caf/telemetry/gauge.hpp
|
||||
include/caf/telemetry/histogram.hpp
|
||||
include/caf/telemetry/importer/process.hpp
|
||||
include/caf/telemetry/int_gauge.hpp
|
||||
include/caf/telemetry/label.hpp
|
||||
include/caf/telemetry/label_view.hpp
|
||||
@ -528,5 +529,5 @@ lib/libcaf_openssl.so.%%PORTVERSION%%
|
||||
%%DATADIR%%/examples/remoting/remote_spawn.cpp
|
||||
%%DATADIR%%/examples/streaming/integer_stream.cpp
|
||||
%%DATADIR%%/examples/testing/ping_pong.cpp
|
||||
%%DATADIR%%/tools/caf-run.cpp
|
||||
%%DATADIR%%/tools/caf-vec.cpp
|
||||
%%DATADIR%%/tools/caf-run
|
||||
%%DATADIR%%/tools/caf-vec
|
||||
|
Loading…
Reference in New Issue
Block a user