pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXfixes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr  9 21:48:00 UTC 2023

Modified Files:
        pkgsrc/x11/libXfixes: Makefile distinfo

Log Message:
libXfixes: update to 6.0.1.

This is a minor maintenance release of the
Xlib-based library for the XFIXES Extension.

Alan Coopersmith (15):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Remove unnecessary casts from malloc & free calls
      Variable scope reduction as recommended by cppcheck
      Mark two dpy parameters const as suggested by cppcheck
      Quiet -Wconditional-uninitialized warnings from clang
      Resolve 36 of 40 -Wextra-semi-stmt warnings from clang
      Handle 63 of 63 -Wshorten-64-to-32 warnings from clang
      Handle 60 of 60 -Wimplicit-int-conversion warnings from clang
      Handle 6 of 9 -Wsign-conversion warnings from clang
      XFixesCloseDisplay: Mark codes as unused
      Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      Remove "All rights reserved" from Oracle copyright notices
      libXfixes 6.0.1


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/libXfixes/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/libXfixes/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/libXfixes/Makefile
diff -u pkgsrc/x11/libXfixes/Makefile:1.18 pkgsrc/x11/libXfixes/Makefile:1.19
--- pkgsrc/x11/libXfixes/Makefile:1.18  Wed Nov  9 13:14:21 2022
+++ pkgsrc/x11/libXfixes/Makefile       Sun Apr  9 21:48:00 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2022/11/09 13:14:21 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2023/04/09 21:48:00 wiz Exp $
 
-DISTNAME=              libXfixes-6.0.0
+DISTNAME=              libXfixes-6.0.1
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/

Index: pkgsrc/x11/libXfixes/distinfo
diff -u pkgsrc/x11/libXfixes/distinfo:1.13 pkgsrc/x11/libXfixes/distinfo:1.14
--- pkgsrc/x11/libXfixes/distinfo:1.13  Wed Apr 20 20:45:39 2022
+++ pkgsrc/x11/libXfixes/distinfo       Sun Apr  9 21:48:00 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/04/20 20:45:39 wiz Exp $
+$NetBSD: distinfo,v 1.14 2023/04/09 21:48:00 wiz Exp $
 
-BLAKE2s (libXfixes-6.0.0.tar.bz2) = 7b69b5a63e50de87878be352c7b735b5edc082e7564070d99db126efe287396d
-SHA512 (libXfixes-6.0.0.tar.bz2) = 1985ef156f382e9a7e1cc7e044e0f626de1e4c82557a511cbcf6431994c0ac25b1f8b3a0293bd3089331593db8ce01d3a71ddec68f19b5fe6029d5082fb6885d
-Size (libXfixes-6.0.0.tar.bz2) = 297270 bytes
+BLAKE2s (libXfixes-6.0.1.tar.xz) = a711ef6197fed673b4a867f40f1935eb3643b1a3b20a3926905f580fa4d26a17
+SHA512 (libXfixes-6.0.1.tar.xz) = b46deffb30cd73ec8a127390d99f2ba2f3ab78f334fdba227f1f461441644a0c169b0d13ffa47576fa458780e7a6db664ff8b93e9195fb217262efd8128f1ffe
+Size (libXfixes-6.0.1.tar.xz) = 265636 bytes



Home | Main Index | Thread Index | Old Index