svn commit: r399856 - head/devel/caf

Mathieu Arnold mat at FreeBSD.org
Tue Oct 20 14:47:23 UTC 2015


Author: mat
Date: Tue Oct 20 14:47:22 2015
New Revision: 399856
URL: https://svnweb.freebsd.org/changeset/ports/399856

Log:
  Change PORTNAME to match package name on other OS and port directory.
  
  PR:		203463
  Submitted by:	maintainer
  Sponsored by:	Absolight

Modified:
  head/devel/caf/Makefile

Modified: head/devel/caf/Makefile
==============================================================================
--- head/devel/caf/Makefile	Tue Oct 20 14:47:17 2015	(r399855)
+++ head/devel/caf/Makefile	Tue Oct 20 14:47:22 2015	(r399856)
@@ -1,8 +1,9 @@
 # Created by: vanilla@
 # $FreeBSD$
 
-PORTNAME=	actor-framework
+PORTNAME=	caf
 PORTVERSION=	0.14.1
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	vallentin at icir.org
@@ -15,7 +16,12 @@ CXXFLAGS+=	-std=c++11 -Wextra -Wall -ped
 LDFLAGS+=	-pthread
 USES=		cmake:outsource compiler:c++11-lang
 USE_LDCONFIG=	yes
+TEST_TARGET=	test
+TEST_WRKSRC=	${BUILD_WRKSRC}
 USE_GITHUB=	yes
+GH_ACCOUNT=	actor-framework
+GH_PROJECT=	${GH_ACCOUNT}
+
 BROKEN_FreeBSD_8=	"undefined reference to `iswalpha_l'"
 
 OPTIONS_DEFINE=	DEBUG TEST STATIC
@@ -49,10 +55,7 @@ LOG_LEVEL_TRACE_CMAKE_ON=	-DCAF_LOG_LEVE
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MTEST}
-regression-test: build
-	@cd ${BUILD_WRKSRC} && ${MAKE} test
-.endif
+regression-test: test
 
 .if ${OSVERSION} < 1001000
 # require clang & libc++


More information about the svn-ports-all mailing list