Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2020 02:12:32 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544012 - head/math/cglm
Message-ID:  <202008030212.0732CWSs060752@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Aug  3 02:12:32 2020
New Revision: 544012
URL: https://svnweb.freebsd.org/changeset/ports/544012

Log:
  math/cglm: Update 0.7.6 -> 0.7.7
  
  Reported by:	portscout

Modified:
  head/math/cglm/Makefile
  head/math/cglm/distinfo
  head/math/cglm/pkg-plist

Modified: head/math/cglm/Makefile
==============================================================================
--- head/math/cglm/Makefile	Mon Aug  3 02:08:33 2020	(r544011)
+++ head/math/cglm/Makefile	Mon Aug  3 02:12:32 2020	(r544012)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cglm
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.7.6
+DISTVERSION=	0.7.7
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/math/cglm/distinfo
==============================================================================
--- head/math/cglm/distinfo	Mon Aug  3 02:08:33 2020	(r544011)
+++ head/math/cglm/distinfo	Mon Aug  3 02:12:32 2020	(r544012)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592368404
-SHA256 (recp-cglm-v0.7.6_GH0.tar.gz) = 29ff8af4edc03697e36d3e6f99a80b884a80ee09d46055ce45765e5d6b2456d9
-SIZE (recp-cglm-v0.7.6_GH0.tar.gz) = 220522
+TIMESTAMP = 1596420539
+SHA256 (recp-cglm-v0.7.7_GH0.tar.gz) = 2614a61cafc5d2e908364795943b9eebc8be3231128e4c77498e9c3448d365cc
+SIZE (recp-cglm-v0.7.7_GH0.tar.gz) = 223329

Modified: head/math/cglm/pkg-plist
==============================================================================
--- head/math/cglm/pkg-plist	Mon Aug  3 02:08:33 2020	(r544011)
+++ head/math/cglm/pkg-plist	Mon Aug  3 02:12:32 2020	(r544012)
@@ -1,10 +1,12 @@
 include/cglm/affine-mat.h
+include/cglm/affine2d.h
 include/cglm/affine.h
 include/cglm/applesimd.h
 include/cglm/bezier.h
 include/cglm/box.h
 include/cglm/call.h
 include/cglm/call/affine.h
+include/cglm/call/affine2d.h
 include/cglm/call/bezier.h
 include/cglm/call/box.h
 include/cglm/call/cam.h
@@ -54,6 +56,7 @@ include/cglm/simd/x86.h
 include/cglm/sphere.h
 include/cglm/struct.h
 include/cglm/struct/affine.h
+include/cglm/struct/affine2d.h
 include/cglm/struct/box.h
 include/cglm/struct/cam.h
 include/cglm/struct/color.h
@@ -88,4 +91,4 @@ lib/cglm/cmake/cglm-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cglm/cmake/cglm.cmake
 lib/libcglm.so
 lib/libcglm.so.0
-lib/libcglm.so.0.7.6
+lib/libcglm.so.0.7.7



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008030212.0732CWSs060752>