aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2019-09-16 11:26:09 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2019-09-16 11:26:09 +0000
commit89c8d72066101de35dda38d6dda74708769188ed (patch)
tree2881ea05dd9d3732991aa71e57fe93df62c500ee
parent28ec3f7cc383dcac31fdc52963ec0a09c807953a (diff)
downloadports-89c8d72066101de35dda38d6dda74708769188ed.tar.gz
ports-89c8d72066101de35dda38d6dda74708769188ed.zip
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 <vallentin icir org> devel/caf: Take maintainership Approved by: matthew (mentor, implicit) Approved by: ports-secteam (joneum, r509897 explicitly, r509960 implicitly)
Notes
Notes: svn path=/branches/2019Q3/; revision=512168
-rw-r--r--devel/caf/Makefile13
1 files 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.