svn commit: r455034 - head/math/glm

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 28 11:46:55 UTC 2017


Author: amdmi3
Date: Tue Nov 28 11:46:54 2017
New Revision: 455034
URL: https://svnweb.freebsd.org/changeset/ports/455034

Log:
  - Switch to new test framework
  - Take maintainership
  - Update WWW

Modified:
  head/math/glm/Makefile
  head/math/glm/pkg-descr

Modified: head/math/glm/Makefile
==============================================================================
--- head/math/glm/Makefile	Tue Nov 28 11:40:18 2017	(r455033)
+++ head/math/glm/Makefile	Tue Nov 28 11:46:54 2017	(r455034)
@@ -6,7 +6,7 @@ PORTVERSION=	0.9.8.4
 PORTEPOCH=	1
 CATEGORIES=	math graphics
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	C++ mathematics library for software based on the OpenGL GLSL
 
 LICENSE=	MIT
@@ -16,12 +16,11 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	g-truc
 
 NO_ARCH=	yes
-NO_BUILD=	yes
 
 USES=		cmake:outsource pkgconfig
 
-.ifndef MAINTAINER_MODE
-CMAKE_ARGS=	-DGLM_TEST_ENABLE:BOOL=OFF
-.endif
+OPTIONS_DEFINE=	TEST
+TEST_CMAKE_BOOL=	GLM_TEST_ENABLE
+TEST_TEST_TARGET=	test
 
 .include <bsd.port.mk>

Modified: head/math/glm/pkg-descr
==============================================================================
--- head/math/glm/pkg-descr	Tue Nov 28 11:40:18 2017	(r455033)
+++ head/math/glm/pkg-descr	Tue Nov 28 11:46:54 2017	(r455034)
@@ -15,4 +15,4 @@ with third party libraries and SDKs.  It is a good can
 rendering (Raytracing / Rasterisation), image processing, physic simulations
 and any context that requires a simple and convenient mathematics library.
 
-WWW: http://glm.g-truc.net/
+WWW: https://glm.g-truc.net/


More information about the svn-ports-all mailing list