diff options
author | demon <demon@FreeBSD.org> | 2014-04-02 19:07:43 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-04-02 19:07:43 +0800 |
commit | feec5912f92482cb726180808ac718f5f6d41447 (patch) | |
tree | 9cd22d41b1b04e1e4754b9f2361b7ec6da4879d1 /math/glm | |
parent | 168b9c8ad4ac486e30863b6da83e52236589e02d (diff) | |
download | freebsd-ports-gnome-feec5912f92482cb726180808ac718f5f6d41447.tar.gz freebsd-ports-gnome-feec5912f92482cb726180808ac718f5f6d41447.tar.zst freebsd-ports-gnome-feec5912f92482cb726180808ac718f5f6d41447.zip |
Update to 0.9.5.3.
Diffstat (limited to 'math/glm')
-rw-r--r-- | math/glm/Makefile | 2 | ||||
-rw-r--r-- | math/glm/distinfo | 4 | ||||
-rw-r--r-- | math/glm/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/math/glm/Makefile b/math/glm/Makefile index feebc1b5b64a..46065a6d0832 100644 --- a/math/glm/Makefile +++ b/math/glm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glm -PORTVERSION= 0.9.5.2 +PORTVERSION= 0.9.5.3 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ogl-math/${PORTNAME}-${PORTVERSION} diff --git a/math/glm/distinfo b/math/glm/distinfo index 6c0f372e56e5..d85f0099d15c 100644 --- a/math/glm/distinfo +++ b/math/glm/distinfo @@ -1,2 +1,2 @@ -SHA256 (glm-0.9.5.2.zip) = 41ab187488b61a692d8bcd87ced285bb923cb4acd22796b9a5f81a5c1a15840b -SIZE (glm-0.9.5.2.zip) = 4070929 +SHA256 (glm-0.9.5.3.zip) = 3407f9d2a94d2576ed6bdcd25b1852a52b8ccb5ef035523967ff9e5b0557bc59 +SIZE (glm-0.9.5.3.zip) = 4077373 diff --git a/math/glm/pkg-plist b/math/glm/pkg-plist index 1d2476f8b777..f1e071cb31d4 100644 --- a/math/glm/pkg-plist +++ b/math/glm/pkg-plist @@ -169,6 +169,8 @@ include/glm/gtx/matrix_operation.hpp include/glm/gtx/matrix_operation.inl include/glm/gtx/matrix_query.hpp include/glm/gtx/matrix_query.inl +include/glm/gtx/matrix_transform_2d.hpp +include/glm/gtx/matrix_transform_2d.inl include/glm/gtx/mixed_product.hpp include/glm/gtx/mixed_product.inl include/glm/gtx/multiple.hpp |