svn commit: r509897 - head/devel/caf

Kubilay Kocak koobs at FreeBSD.org
Mon Aug 26 10:09:05 UTC 2019


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 at icir.org
+MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list