Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=IVLOZcK7; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=d8bEd5Mu Received: by mail.netbsd.org (Postfix, from userid 605) id A654084EBD; Fri, 5 Apr 2024 10:34:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712313298; bh=kWghB67OtZh+W0veXCAFpRBEJ9+xnAQV32UfKtJGtPQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=IVLOZcK703z8Dv69+D2evDu9oi3JTLvV3FSlVH+RRNcN/kr+taDKO/9AMaJoDevDc NqGiBuMpH/tFiA6R0EYqhwWcntj87T09gGx8MiUt8vsUfq/ynNtqZzGJgRRPTCfrSI 1T2lCRdAuajZxAyRcK3AAc8A1H6XfIoGq/2CVT98= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 97D9884EAD for ; Fri, 5 Apr 2024 10:34:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6YNY9bPwk-g4 for ; Fri, 5 Apr 2024 10:34:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 12F6A84CD5 for ; Fri, 5 Apr 2024 10:34:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712313297; bh=kWghB67OtZh+W0veXCAFpRBEJ9+xnAQV32UfKtJGtPQ=; h=Date:From:Subject:To:Reply-To; b=d8bEd5MupypUYsOA20FoARSsiKt6sEEB0tBDYhQrzRTR8Yp0juE/TV8APNMueDfzY 0qy96nd/5mnRMuMupNUMdAhPdLbW3w0piXgZhxIOhtzJJA2dxqUJT5q9H9vEVbh253 jzfpJXK4qU6E8dsA3/ZAW0XmkALTRlfQvM515shg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D9F1FA2C; Fri, 5 Apr 2024 10:34:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712313297201890" MIME-Version: 1.0 Date: Fri, 5 Apr 2024 10:34:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/py-glad2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240405103457.0D9F1FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712313297201890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 5 10:34:56 UTC 2024 Modified Files: pkgsrc/graphics/py-glad2: Makefile distinfo Log Message: py-glad2: update to 2.0.6. What's Changed Fix eglplatform in header only build not correctly replacing the khrplatform include Fix compile warning when GLAD_GLES2_USE_SYSTEM_EGL=1 by @halx99 in #456 Fix: Use include instead of find_package for CMake config by @spnda in #457 c: don't warn on undefined GLAD_GLES2_USE_SYSTEM_EGL by @haasn in #461 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-glad2/Makefile \ pkgsrc/graphics/py-glad2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712313297201890 Content-Disposition: inline Content-Length: 1543 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-glad2/Makefile diff -u pkgsrc/graphics/py-glad2/Makefile:1.2 pkgsrc/graphics/py-glad2/Makefile:1.3 --- pkgsrc/graphics/py-glad2/Makefile:1.2 Tue Feb 13 17:50:33 2024 +++ pkgsrc/graphics/py-glad2/Makefile Fri Apr 5 10:34:56 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2024/02/13 17:50:33 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2024/04/05 10:34:56 wiz Exp $ -DISTNAME= glad2-2.0.5 +DISTNAME= glad2-2.0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=g/glad2/} Index: pkgsrc/graphics/py-glad2/distinfo diff -u pkgsrc/graphics/py-glad2/distinfo:1.2 pkgsrc/graphics/py-glad2/distinfo:1.3 --- pkgsrc/graphics/py-glad2/distinfo:1.2 Tue Feb 13 17:50:33 2024 +++ pkgsrc/graphics/py-glad2/distinfo Fri Apr 5 10:34:56 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2024/02/13 17:50:33 wiz Exp $ +$NetBSD: distinfo,v 1.3 2024/04/05 10:34:56 wiz Exp $ -BLAKE2s (glad2-2.0.5.tar.gz) = dcace0e3a55f14556d40b48e4fc132de42decbbf86eccd62a49668a8d10a811b -SHA512 (glad2-2.0.5.tar.gz) = f404826f295817fc3ddd75f319d20b66311ad444dabe4e30adda72735c9f952c46b317f5376321cbfe626395ff159df51395594015ff78b451cc7703b44a7b27 -Size (glad2-2.0.5.tar.gz) = 571974 bytes +BLAKE2s (glad2-2.0.6.tar.gz) = 9d776c6665691bf393b463394171740ed4c5aefe73fe20f93d0305d4cbdfd955 +SHA512 (glad2-2.0.6.tar.gz) = a7cea5e08a246302afcb829a650f7a84fc4b8a12d0ebf05b1f8aee0a20dddaba2c830f52353422883d3106eee4836cb13eb12ab60954f45cf256d8ba6513b145 +Size (glad2-2.0.6.tar.gz) = 573482 bytes --_----------=_1712313297201890--