Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2018 19:03:32 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477368 - head/graphics/reactphysics3d
Message-ID:  <201808161903.w7GJ3WnM060275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Aug 16 19:03:31 2018
New Revision: 477368
URL: https://svnweb.freebsd.org/changeset/ports/477368

Log:
  graphics/reactphysics3d: Update to the latest revision; Add the 'test' target.

Modified:
  head/graphics/reactphysics3d/Makefile
  head/graphics/reactphysics3d/distinfo

Modified: head/graphics/reactphysics3d/Makefile
==============================================================================
--- head/graphics/reactphysics3d/Makefile	Thu Aug 16 16:53:49 2018	(r477367)
+++ head/graphics/reactphysics3d/Makefile	Thu Aug 16 19:03:31 2018	(r477368)
@@ -2,6 +2,7 @@
 
 PORTNAME=	reactphysics3d
 DISTVERSION=	0.7.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -13,8 +14,14 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		cmake:outsource
 USE_GITHUB=	yes
 GH_ACCOUNT=	DanielChappuis
-GH_TAGNAME=	f86038aa31875daacc2d950be7b999c0d6a19986  # branch 'fix37'
+GH_TAGNAME=	f3be5384997da7ddeccc526036985a80de660bae  # branch 'fix37'
 USE_LDCONFIG=	yes
 CMAKE_ON=	BUILD_SHARED_LIBS
+
+do-test:
+	@cd ${BUILD_WRKSRC} && \
+		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DRP3D_COMPILE_TESTS=ON ${CMAKE_SOURCE_PATH} && \
+		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
+		./test/tests
 
 .include <bsd.port.mk>

Modified: head/graphics/reactphysics3d/distinfo
==============================================================================
--- head/graphics/reactphysics3d/distinfo	Thu Aug 16 16:53:49 2018	(r477367)
+++ head/graphics/reactphysics3d/distinfo	Thu Aug 16 19:03:31 2018	(r477368)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533363447
-SHA256 (DanielChappuis-reactphysics3d-0.7.0-f86038aa31875daacc2d950be7b999c0d6a19986_GH0.tar.gz) = 7786e7ae19fa0594adda83719325791d732947bb9bde908f9de9a599e95b2afa
-SIZE (DanielChappuis-reactphysics3d-0.7.0-f86038aa31875daacc2d950be7b999c0d6a19986_GH0.tar.gz) = 8823041
+TIMESTAMP = 1534403921
+SHA256 (DanielChappuis-reactphysics3d-0.7.0-f3be5384997da7ddeccc526036985a80de660bae_GH0.tar.gz) = 322e319b4663c7117fc24c950de1ed7d45ffb8dfd16a5db0df5b4dfaa686db97
+SIZE (DanielChappuis-reactphysics3d-0.7.0-f3be5384997da7ddeccc526036985a80de660bae_GH0.tar.gz) = 8822992



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