Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2019 11:26:09 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r512168 - branches/2019Q3/devel/caf
Message-ID:  <201909161126.x8GBQ9DR097653@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon Sep 16 11:26:09 2019
New Revision: 512168
URL: https://svnweb.freebsd.org/changeset/ports/512168

Log:
  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)

Modified:
  branches/2019Q3/devel/caf/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/devel/caf/Makefile
==============================================================================
--- branches/2019Q3/devel/caf/Makefile	Mon Sep 16 11:22:53 2019	(r512167)
+++ branches/2019Q3/devel/caf/Makefile	Mon Sep 16 11:26:09 2019	(r512168)
@@ -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}
@@ -35,6 +33,11 @@ LOG_LEVEL_WARN=	Use log level WARN for console output
 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



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