Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 10:09:04 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509897 - head/devel/caf
Message-ID:  <201908261009.x7QA949T055880@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon Aug 26 10:09:04 2019
New Revision: 509897
URL: https://svnweb.freebsd.org/changeset/ports/509897

Log:
  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>
  MFH:		2019Q3

Modified:
  head/devel/caf/Makefile

Modified: head/devel/caf/Makefile
==============================================================================
--- head/devel/caf/Makefile	Mon Aug 26 10:04:45 2019	(r509896)
+++ head/devel/caf/Makefile	Mon Aug 26 10:09:04 2019	(r509897)
@@ -3,20 +3,18 @@
 
 PORTNAME=	caf
 PORTVERSION=	0.15.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 
-MAINTAINER=	vallentin@icir.org
+MAINTAINER=	ports@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?201908261009.x7QA949T055880>