From owner-svn-ports-all@freebsd.org Tue Nov 28 11:46:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD253E538D5; Tue, 28 Nov 2017 11:46:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8717E21B8; Tue, 28 Nov 2017 11:46:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vASBksmg042319; Tue, 28 Nov 2017 11:46:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vASBks6e042317; Tue, 28 Nov 2017 11:46:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201711281146.vASBks6e042317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Nov 2017 11:46:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455034 - head/math/glm X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/math/glm X-SVN-Commit-Revision: 455034 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 11:46:55 -0000 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 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/