pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/x11perf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 30 01:08:02 UTC 2022

Modified Files:
        pkgsrc/x11/x11perf: Makefile distinfo

Log Message:
x11perf: update to 1.6.2.

Aaron Plattner (1):
      tests: Skip trapezoids for unsupported XRender formats

Alan Coopersmith (6):
      Fix spelling/wording issues
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      Variable scope reductions as recommended by cppcheck
      Stop casting return value of malloc() and calloc()
      x11perf 1.6.2


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/x11perf/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/x11perf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/x11perf/Makefile
diff -u pkgsrc/x11/x11perf/Makefile:1.16 pkgsrc/x11/x11perf/Makefile:1.17
--- pkgsrc/x11/x11perf/Makefile:1.16    Mon Aug 17 20:20:37 2020
+++ pkgsrc/x11/x11perf/Makefile Sun Oct 30 01:08:02 2022
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2020/08/17 20:20:37 leot Exp $
+# $NetBSD: Makefile,v 1.17 2022/10/30 01:08:02 wiz Exp $
 
-DISTNAME=              x11perf-1.6.1
-PKGREVISION=           1
+DISTNAME=              x11perf-1.6.2
 CATEGORIES=            x11
-MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=          .tar.bz2
+MASTER_SITES=          https://xorg.freedesktop.org/archive/individual/test/
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            joerg%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/

Index: pkgsrc/x11/x11perf/distinfo
diff -u pkgsrc/x11/x11perf/distinfo:1.8 pkgsrc/x11/x11perf/distinfo:1.9
--- pkgsrc/x11/x11perf/distinfo:1.8     Tue Oct 26 11:34:32 2021
+++ pkgsrc/x11/x11perf/distinfo Sun Oct 30 01:08:02 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:34:32 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/10/30 01:08:02 wiz Exp $
 
-BLAKE2s (x11perf-1.6.1.tar.bz2) = 6603cd227eb225e8b7e57410a9da6dc6fe27af9998f2d677d5d095966f56fefb
-SHA512 (x11perf-1.6.1.tar.bz2) = b386151bfe3d7c04ab9953ae1882f3c5b627d6d1afb9a8cfe87c58236a88883fc11bbadb2226b9aa61df84b4fce625a1c9e3d146a124ac17e8d7d605b35d9c0b
-Size (x11perf-1.6.1.tar.bz2) = 189446 bytes
+BLAKE2s (x11perf-1.6.2.tar.xz) = ce839b1ab7024845711e07f3f426859542d1fb2303187d1df5e1a40349ec4ad7
+SHA512 (x11perf-1.6.2.tar.xz) = 5be9e601071a42d103adbab5f30c1900a3779a5b2c06c709df99a85487c9790d36b835d43f5c6d74cc7d950cc3ad06927210d7b1f58939cfd0b4a6f3e5e32112
+Size (x11perf-1.6.2.tar.xz) = 173800 bytes



Home | Main Index | Thread Index | Old Index