From owner-svn-ports-all@FreeBSD.ORG Wed Apr 2 11:07:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AED4F381; Wed, 2 Apr 2014 11:07:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 9B250E8F; Wed, 2 Apr 2014 11:07:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s32B7iN5029248; Wed, 2 Apr 2014 11:07:44 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s32B7i68029243; Wed, 2 Apr 2014 11:07:44 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201404021107.s32B7i68029243@svn.freebsd.org> From: Dmitry Sivachenko Date: Wed, 2 Apr 2014 11:07:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349913 - head/math/glm X-SVN-Group: ports-head 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.17 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: Wed, 02 Apr 2014 11:07:44 -0000 Author: demon Date: Wed Apr 2 11:07:43 2014 New Revision: 349913 URL: http://svnweb.freebsd.org/changeset/ports/349913 QAT: https://qat.redports.org/buildarchive/r349913/ Log: Update to 0.9.5.3. Modified: head/math/glm/Makefile head/math/glm/distinfo head/math/glm/pkg-plist Modified: head/math/glm/Makefile ============================================================================== --- head/math/glm/Makefile Wed Apr 2 10:23:11 2014 (r349912) +++ head/math/glm/Makefile Wed Apr 2 11:07:43 2014 (r349913) @@ -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} Modified: head/math/glm/distinfo ============================================================================== --- head/math/glm/distinfo Wed Apr 2 10:23:11 2014 (r349912) +++ head/math/glm/distinfo Wed Apr 2 11:07:43 2014 (r349913) @@ -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 Modified: head/math/glm/pkg-plist ============================================================================== --- head/math/glm/pkg-plist Wed Apr 2 10:23:11 2014 (r349912) +++ head/math/glm/pkg-plist Wed Apr 2 11:07:43 2014 (r349913) @@ -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