From: Matthieu Herrb Subject: maintainer update: rendercheck 1.6 To: ports@openbsd.org Date: Sun, 28 Apr 2024 18:55:10 +0200 Hi again, update to rendercheck 1.6 https://lists.x.org/archives/xorg-announce/2024-April/003511.html Switches the build to meson among other. Note that the patch to network.conf I just send earlier is needed to be able to fetch it. ok ? comments ? Index: Makefile =================================================================== RCS file: /cvs/ports/x11/rendercheck/Makefile,v diff -u -p -u -r1.17 Makefile --- Makefile 27 Sep 2023 20:37:22 -0000 1.17 +++ Makefile 28 Apr 2024 16:51:46 -0000 @@ -1,8 +1,8 @@ COMMENT= X Render extension test suite -DISTNAME= rendercheck-1.5 +DISTNAME= rendercheck-1.6 CATEGORIES= x11 -REVISION= 0 +EXTRACT_SUFX= .tar.xz HOMEPAGE= http://www.freedesktop.org/ @@ -11,10 +11,10 @@ MAINTAINER= Matthieu Herrb Index: distinfo =================================================================== RCS file: /cvs/ports/x11/rendercheck/distinfo,v diff -u -p -u -r1.5 distinfo --- distinfo 12 Aug 2015 20:25:50 -0000 1.5 +++ distinfo 28 Apr 2024 16:51:46 -0000 @@ -1,2 +1,2 @@ -SHA256 (rendercheck-1.5.tar.gz) = FVP+9hww8lJLWXw3WMyNP43B9S64E3QX+gZnsK3IpgQ= -SIZE (rendercheck-1.5.tar.gz) = 180259 +SHA256 (rendercheck-1.6.tar.xz) = AGpwIysZDI/ANdsLXAM+fVTn80QqwDJdutELcTTDKgE= +SIZE (rendercheck-1.6.tar.xz) = 23996 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/x11/rendercheck/pkg/PLIST,v diff -u -p -u -r1.2 PLIST --- pkg/PLIST 11 Mar 2022 20:17:16 -0000 1.2 +++ pkg/PLIST 28 Apr 2024 16:51:46 -0000 @@ -1,2 +1,2 @@ -bin/rendercheck +@bin bin/rendercheck @man man/man1/rendercheck.1 -- Matthieu Herrb