From owner-svn-ports-head@freebsd.org Mon Aug 3 02:12:33 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 819CC3AD0C3; Mon, 3 Aug 2020 02:12:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BKhH52qktz4C5c; Mon, 3 Aug 2020 02:12:33 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 447FDCF7C; Mon, 3 Aug 2020 02:12:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0732CXQq060754; Mon, 3 Aug 2020 02:12:33 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0732CWSs060752; Mon, 3 Aug 2020 02:12:32 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202008030212.0732CWSs060752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 3 Aug 2020 02:12:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544012 - head/math/cglm X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/cglm X-SVN-Commit-Revision: 544012 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2020 02:12:33 -0000 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