Date: Tue, 5 Nov 2013 10:05:23 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332826 - head/math/glm Message-ID: <201311051005.rA5A5N9e010377@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Tue Nov 5 10:05:23 2013 New Revision: 332826 URL: http://svnweb.freebsd.org/changeset/ports/332826 Log: Update to version 0.9.4.6. Modified: head/math/glm/Makefile head/math/glm/distinfo Modified: head/math/glm/Makefile ============================================================================== --- head/math/glm/Makefile Tue Nov 5 09:20:21 2013 (r332825) +++ head/math/glm/Makefile Tue Nov 5 10:05:23 2013 (r332826) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glm -PORTVERSION= 0.9.4.4 +PORTVERSION= 0.9.4.6 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ogl-math/${PORTNAME}-${PORTVERSION} @@ -12,9 +12,9 @@ COMMENT= C++ mathematics library for sof USE_ZIP= yes NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME} -NO_STAGE= yes do-install: - cd ${WRKSRC} && ${FIND} glm -print -depth | ${CPIO} -pdm ${PREFIX}/include/ + cd ${WRKSRC} && ${FIND} glm -print -depth | ${CPIO} -pdm ${STAGEDIR}${PREFIX}/include/ .include <bsd.port.mk> Modified: head/math/glm/distinfo ============================================================================== --- head/math/glm/distinfo Tue Nov 5 09:20:21 2013 (r332825) +++ head/math/glm/distinfo Tue Nov 5 10:05:23 2013 (r332826) @@ -1,2 +1,2 @@ -SHA256 (glm-0.9.4.4.zip) = 434245b4495c0d87eb6bb80ff5a4d5d0babc37a9804e8999bad8a5b0a20a5a2b -SIZE (glm-0.9.4.4.zip) = 5190773 +SHA256 (glm-0.9.4.6.zip) = 947364c18cfe4b61ddad2f9656127d9176ee65dd1d10a9d79b2c65c709542022 +SIZE (glm-0.9.4.6.zip) = 5179610
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311051005.rA5A5N9e010377>