Date: Mon, 22 Feb 2016 10:17:45 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409329 - head/math/glm Message-ID: <201602221017.u1MAHjFs009975@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Mon Feb 22 10:17:45 2016 New Revision: 409329 URL: https://svnweb.freebsd.org/changeset/ports/409329 Log: Update to 0.9.7.3. Release notes: http://glm.g-truc.net/0.9.7/updates.html Add a build-time dependency on devel/cmake instead of installing files by hand. NO_BUILD is still set, but now the port also installs some helper CMake files. Modified: head/math/glm/Makefile head/math/glm/distinfo head/math/glm/pkg-plist Modified: head/math/glm/Makefile ============================================================================== --- head/math/glm/Makefile Mon Feb 22 10:17:42 2016 (r409328) +++ head/math/glm/Makefile Mon Feb 22 10:17:45 2016 (r409329) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glm -PORTVERSION= 0.9.7.1 +PORTVERSION= 0.9.7.3 PORTEPOCH= 1 CATEGORIES= math graphics @@ -15,13 +15,10 @@ LICENSE_FILE= ${WRKSRC}/copying.txt USE_GITHUB= yes GH_ACCOUNT= g-truc -USES= dos2unix -DOS2UNIX_FILES= glm/detail/dummy.cpp NO_ARCH= yes NO_BUILD= yes -do-install: - cd ${WRKSRC} && ${COPYTREE_SHARE} ${PORTNAME} \ - ${STAGEDIR}${PREFIX}/include '( ! -name *.orig )' +CMAKE_ARGS= -DGLM_TEST_ENABLE:BOOL=OFF +USES= cmake:outsource .include <bsd.port.mk> Modified: head/math/glm/distinfo ============================================================================== --- head/math/glm/distinfo Mon Feb 22 10:17:42 2016 (r409328) +++ head/math/glm/distinfo Mon Feb 22 10:17:45 2016 (r409329) @@ -1,2 +1,2 @@ -SHA256 (g-truc-glm-0.9.7.1_GH0.tar.gz) = 285a0dc8f762b4e523c8710fbd97accaace0c61f45bc8be2bdb0deed07b0e6f3 -SIZE (g-truc-glm-0.9.7.1_GH0.tar.gz) = 3453078 +SHA256 (g-truc-glm-0.9.7.3_GH0.tar.gz) = 24f286a3cba59c64d1bdf3fe30125eb76f824fe195a0a29964c29d4d520ff392 +SIZE (g-truc-glm-0.9.7.3_GH0.tar.gz) = 3454231 Modified: head/math/glm/pkg-plist ============================================================================== --- head/math/glm/pkg-plist Mon Feb 22 10:17:42 2016 (r409328) +++ head/math/glm/pkg-plist Mon Feb 22 10:17:45 2016 (r409329) @@ -252,3 +252,6 @@ include/glm/vec2.hpp include/glm/vec3.hpp include/glm/vec4.hpp include/glm/vector_relational.hpp +lib/cmake/glm/glmConfig.cmake +lib/cmake/glm/glmTargets.cmake +lib/cmake/glm/glmVersion.cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602221017.u1MAHjFs009975>