From owner-svn-ports-all@freebsd.org Wed Dec 9 23:43:32 2015 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 A7A7C9D6D55; Wed, 9 Dec 2015 23:43:32 +0000 (UTC) (envelope-from jbeich@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 8470C121B; Wed, 9 Dec 2015 23:43:32 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB9NhVng071066; Wed, 9 Dec 2015 23:43:31 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB9NhUff071055; Wed, 9 Dec 2015 23:43:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201512092343.tB9NhUff071055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Dec 2015 23:43:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403436 - in head: editors/libreoffice editors/libreoffice4 games/aquaria graphics/cegui graphics/gource graphics/libetonyek01 graphics/libgltf 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.20 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, 09 Dec 2015 23:43:32 -0000 Author: jbeich Date: Wed Dec 9 23:43:30 2015 New Revision: 403436 URL: https://svnweb.freebsd.org/changeset/ports/403436 Log: math/glm: update to 0.9.7.1,1 Changes: https://github.com/g-truc/glm/releases/tag/0.9.7.1 PR: 203181 Approved by: maintainer timeout (83 days) Modified: head/editors/libreoffice/Makefile (contents, props changed) head/editors/libreoffice4/Makefile (contents, props changed) head/games/aquaria/Makefile (contents, props changed) head/graphics/cegui/Makefile (contents, props changed) head/graphics/gource/Makefile (contents, props changed) head/graphics/libetonyek01/Makefile (contents, props changed) head/graphics/libgltf/Makefile (contents, props changed) head/math/glm/Makefile (contents, props changed) head/math/glm/distinfo (contents, props changed) head/math/glm/pkg-plist (contents, props changed) Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Wed Dec 9 23:36:19 2015 (r403435) +++ head/editors/libreoffice/Makefile Wed Dec 9 23:43:30 2015 (r403436) @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 0 +PORTREVISION= 1 MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ http://dev-www.libreoffice.org/src/:src \ http://dev-www.libreoffice.org/extern/:ext Modified: head/editors/libreoffice4/Makefile ============================================================================== --- head/editors/libreoffice4/Makefile Wed Dec 9 23:36:19 2015 (r403435) +++ head/editors/libreoffice4/Makefile Wed Dec 9 23:43:30 2015 (r403436) @@ -2,6 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 4.3.7 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://download.documentfoundation.org/libreoffice/ \ http://dev-www.libreoffice.org/extern/:ext \ Modified: head/games/aquaria/Makefile ============================================================================== --- head/games/aquaria/Makefile Wed Dec 9 23:36:19 2015 (r403435) +++ head/games/aquaria/Makefile Wed Dec 9 23:43:30 2015 (r403436) @@ -3,6 +3,7 @@ PORTNAME= aquaria PORTVERSION= 1.002 DISTVERSIONPREFIX= OSE-v +PORTREVISION= 1 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org Modified: head/graphics/cegui/Makefile ============================================================================== --- head/graphics/cegui/Makefile Wed Dec 9 23:36:19 2015 (r403435) +++ head/graphics/cegui/Makefile Wed Dec 9 23:43:30 2015 (r403436) @@ -3,6 +3,7 @@ PORTNAME= cegui PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 Modified: head/graphics/gource/Makefile ============================================================================== --- head/graphics/gource/Makefile Wed Dec 9 23:36:19 2015 (r403435) +++ head/graphics/gource/Makefile Wed Dec 9 23:43:30 2015 (r403436) @@ -3,6 +3,7 @@ PORTNAME= gource PORTVERSION= 0.43 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/ Modified: head/graphics/libetonyek01/Makefile ============================================================================== --- head/graphics/libetonyek01/Makefile Wed Dec 9 23:36:19 2015 (r403435) +++ head/graphics/libetonyek01/Makefile Wed Dec 9 23:43:30 2015 (r403436) @@ -2,6 +2,7 @@ PORTNAME= libetonyek PORTVERSION= 0.1.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ Modified: head/graphics/libgltf/Makefile ============================================================================== --- head/graphics/libgltf/Makefile Wed Dec 9 23:36:19 2015 (r403435) +++ head/graphics/libgltf/Makefile Wed Dec 9 23:43:30 2015 (r403436) @@ -2,6 +2,7 @@ PORTNAME= libgltf PORTVERSION= 0.0.2 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= LODEV Modified: head/math/glm/Makefile ============================================================================== --- head/math/glm/Makefile Wed Dec 9 23:36:19 2015 (r403435) +++ head/math/glm/Makefile Wed Dec 9 23:43:30 2015 (r403436) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= glm -PORTVERSION= 0.9.6.3 +PORTVERSION= 0.9.7.1 PORTEPOCH= 1 CATEGORIES= math graphics -MASTER_SITES= SF/ogl-math/${PORTNAME}-${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= C++ mathematics library for software based on the OpenGL GLSL @@ -13,10 +12,13 @@ COMMENT= C++ mathematics library for sof LICENSE= MIT LICENSE_FILE= ${WRKSRC}/copying.txt -USES= zip dos2unix +USE_GITHUB= yes +GH_ACCOUNT= g-truc + +USES= dos2unix +DOS2UNIX_FILES= glm/detail/dummy.cpp NO_ARCH= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME} do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} ${PORTNAME} \ Modified: head/math/glm/distinfo ============================================================================== --- head/math/glm/distinfo Wed Dec 9 23:36:19 2015 (r403435) +++ head/math/glm/distinfo Wed Dec 9 23:43:30 2015 (r403436) @@ -1,2 +1,2 @@ -SHA256 (glm-0.9.6.3.zip) = 14651b56b10fa68082446acaf6a1116d56b757c8d375b34b5226a83140acd2b2 -SIZE (glm-0.9.6.3.zip) = 4233404 +SHA256 (g-truc-glm-0.9.7.1_GH0.tar.gz) = 285a0dc8f762b4e523c8710fbd97accaace0c61f45bc8be2bdb0deed07b0e6f3 +SIZE (g-truc-glm-0.9.7.1_GH0.tar.gz) = 3453078 Modified: head/math/glm/pkg-plist ============================================================================== --- head/math/glm/pkg-plist Wed Dec 9 23:36:19 2015 (r403435) +++ head/math/glm/pkg-plist Wed Dec 9 23:43:30 2015 (r403436) @@ -17,8 +17,6 @@ include/glm/detail/func_integer.hpp include/glm/detail/func_integer.inl include/glm/detail/func_matrix.hpp include/glm/detail/func_matrix.inl -include/glm/detail/func_noise.hpp -include/glm/detail/func_noise.inl include/glm/detail/func_packing.hpp include/glm/detail/func_packing.inl include/glm/detail/func_trigonometric.hpp @@ -88,6 +86,8 @@ include/glm/geometric.hpp include/glm/glm.hpp include/glm/gtc/bitfield.hpp include/glm/gtc/bitfield.inl +include/glm/gtc/color_space.hpp +include/glm/gtc/color_space.inl include/glm/gtc/constants.hpp include/glm/gtc/constants.inl include/glm/gtc/epsilon.hpp @@ -155,6 +155,8 @@ include/glm/gtx/gradient_paint.hpp include/glm/gtx/gradient_paint.inl include/glm/gtx/handed_coordinate_space.hpp include/glm/gtx/handed_coordinate_space.inl +include/glm/gtx/hash.hpp +include/glm/gtx/hash.inl include/glm/gtx/integer.hpp include/glm/gtx/integer.inl include/glm/gtx/intersect.hpp @@ -179,8 +181,6 @@ 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 -include/glm/gtx/multiple.inl include/glm/gtx/norm.hpp include/glm/gtx/norm.inl include/glm/gtx/normal.hpp