Date: Tue, 28 Nov 2017 11:46:54 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455034 - head/math/glm Message-ID: <201711281146.vASBks6e042317@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER= amdmi3@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711281146.vASBks6e042317>