Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2026 18:09:36 +0000
From:      Jean-=?utf-8?Q?S=C3=A9bast?==?utf-8?Q?ien P=C3=A9?=dron <dumbbell@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 89d63d5b0a70 - main - graphics/piglit: Update to 20260521
Message-ID:  <6a2af9e0.411b7.60ad98aa@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dumbbell:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89d63d5b0a7047133a3991357907db9ad3f1a755

commit 89d63d5b0a7047133a3991357907db9ad3f1a755
Author:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
AuthorDate: 2026-06-11 18:07:55 +0000
Commit:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
CommitDate: 2026-06-11 18:09:33 +0000

    graphics/piglit: Update to 20260521
    
    While here, change `numpy` dependency to version 2.4+.
---
 graphics/piglit/Makefile | 8 ++++----
 graphics/piglit/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/graphics/piglit/Makefile b/graphics/piglit/Makefile
index 49ce87f1131b..fabb50dea4de 100644
--- a/graphics/piglit/Makefile
+++ b/graphics/piglit/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	piglit
-PORTVERSION=	20260502
+PORTVERSION=	20260521
 CATEGORIES=	graphics
 
 MAINTAINER=	x11@FreeBSD.org
@@ -10,7 +10,7 @@ LICENSE=	MIT GPLv2 GPLv3 LGPL20
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=2.4:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
 		glslangValidator:graphics/glslang \
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libdrm.so:graphics/libdrm \
 		libwaffle-1.so:graphics/waffle \
 		libwayland-egl.so:graphics/wayland \
 		libxkbcommon.so:x11/libxkbcommon
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=2.4:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 
@@ -31,7 +31,7 @@ USE_GITLAB=	yes
 GL_SITE=	https://gitlab.freedesktop.org
 GL_ACCOUNT=	mesa
 GL_PROJECT=	piglit
-GL_TAGNAME=	0730373391be9a944a16a2a975871c0e740c45f0
+GL_TAGNAME=	2b8ed2f52a7a99eebfd0923baf5b9f7f681cdf26
 USE_GL=		egl gbm gl glu
 USE_XORG=	x11 xcb xext xrender
 SHEBANG_FILES=	piglit replayer/replayer.py
diff --git a/graphics/piglit/distinfo b/graphics/piglit/distinfo
index 6392c0a0e002..bb07f89d632e 100644
--- a/graphics/piglit/distinfo
+++ b/graphics/piglit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1777721999
-SHA256 (mesa-piglit-0730373391be9a944a16a2a975871c0e740c45f0_GL0.tar.gz) = be29e3dc39e6f2349809d2e10001fa0624fd91393c76ffc7d0eb31a9846b0a03
-SIZE (mesa-piglit-0730373391be9a944a16a2a975871c0e740c45f0_GL0.tar.gz) = 24880280
+TIMESTAMP = 1779434936
+SHA256 (mesa-piglit-2b8ed2f52a7a99eebfd0923baf5b9f7f681cdf26_GL0.tar.gz) = 8b7e3f42ac4df9f3619428b1b25e4b902934f6927abc3c80efa69eaa49013149
+SIZE (mesa-piglit-2b8ed2f52a7a99eebfd0923baf5b9f7f681cdf26_GL0.tar.gz) = 24883055


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2af9e0.411b7.60ad98aa>