From 89c8d72066101de35dda38d6dda74708769188ed Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Mon, 16 Sep 2019 11:26:09 +0000 Subject: MFH: r509897 r509960 devel/caf: Reset MAINTAINER While I'm here pet portlint: extra item placed in the USES/USE_x section PR: 240119 Approved by: Matthias Vallentin devel/caf: Take maintainership Approved by: matthew (mentor, implicit) Approved by: ports-secteam (joneum, r509897 explicitly, r509960 implicitly) --- devel/caf/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/devel/caf/Makefile b/devel/caf/Makefile index 36724a72fdce..b0dc7a671017 100644 --- a/devel/caf/Makefile +++ b/devel/caf/Makefile @@ -3,20 +3,18 @@ PORTNAME= caf PORTVERSION= 0.15.3 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= devel -MAINTAINER= vallentin@icir.org +MAINTAINER= leres@FreeBSD.org COMMENT= C++ actor framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -CXXFLAGS+= -std=c++11 -Wextra -Wall -pedantic -LDFLAGS+= -pthread USES= cmake compiler:c++11-lang USE_LDCONFIG= yes -TEST_TARGET= test + USE_GITHUB= yes GH_ACCOUNT= actor-framework GH_PROJECT= ${GH_ACCOUNT} @@ -36,6 +34,11 @@ LOG_LEVEL_INFO= Use log level INFO for console output LOG_LEVEL_DEBUG= Use log level DEBUG for console output LOG_LEVEL_TRACE= Use log level TRACE for console output +TEST_TARGET= test + +CXXFLAGS+= -std=c++11 -Wextra -Wall -pedantic +LDFLAGS+= -pthread + # Until we cannot automatically disentangle examples from other binaries, we do # not support an EXAMPLES option. We also disable a few components that are # still quite experimental. -- cgit v1.2.3