pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libXau libXau: update to 1.0.10.
details: https://anonhg.NetBSD.org/pkgsrc/rev/286e23b6fdd9
branches: trunk
changeset: 384189:286e23b6fdd9
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 29 09:44:32 2022 +0000
description:
libXau: update to 1.0.10.
Alan Coopersmith (7):
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Fix spelling/wording issues
Autest.c: Fix -Wdiscarded-qualifiers warnings
Remove unnnecessary casts from malloc() and free() calls
XauReadAuth: move failure handling code to a common code block
libXau 1.0.10
diffstat:
x11/libXau/Makefile | 6 +++---
x11/libXau/builtin.mk | 10 +++++-----
x11/libXau/distinfo | 8 ++++----
3 files changed, 12 insertions(+), 12 deletions(-)
diffs (65 lines):
diff -r b08daad95632 -r 286e23b6fdd9 x11/libXau/Makefile
--- a/x11/libXau/Makefile Mon Aug 29 09:43:18 2022 +0000
+++ b/x11/libXau/Makefile Mon Aug 29 09:44:32 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2022/04/10 08:53:15 nia Exp $
+# $NetBSD: Makefile,v 1.20 2022/08/29 09:44:32 wiz Exp $
-DISTNAME= libXau-1.0.9
+DISTNAME= libXau-1.0.10
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= joerg%NetBSD.org@localhost
HOMEPAGE= https://xorg.freedesktop.org/
diff -r b08daad95632 -r 286e23b6fdd9 x11/libXau/builtin.mk
--- a/x11/libXau/builtin.mk Mon Aug 29 09:43:18 2022 +0000
+++ b/x11/libXau/builtin.mk Mon Aug 29 09:44:32 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.7 2019/11/03 09:14:10 rillig Exp $
+# $NetBSD: builtin.mk,v 1.8 2022/08/29 09:44:32 wiz Exp $
BUILTIN_PKG:= libXau
@@ -31,10 +31,10 @@
. else
USE_BUILTIN.libXau= ${IS_BUILTIN.libXau}
. if defined(BUILTIN_PKG.libXau) && \
- !empty(IS_BUILTIN.libXau:M[yY][eE][sS])
+ ${IS_BUILTIN.libXau:M[yY][eE][sS]}
USE_BUILTIN.libXau= yes
. for _dep_ in ${BUILDLINK_API_DEPENDS.libXau}
-. if !empty(USE_BUILTIN.libXau:M[yY][eE][sS])
+. if ${USE_BUILTIN.libXau:M[yY][eE][sS]}
USE_BUILTIN.libXau!= \
if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.libXau:Q}; then \
${ECHO} yes; \
@@ -51,11 +51,11 @@
.include "../../mk/x11.builtin.mk"
CHECK_BUILTIN.libXau?= no
-.if !empty(CHECK_BUILTIN.libXau:M[nN][oO])
+.if ${CHECK_BUILTIN.libXau:M[nN][oO]}
# If we are using the builtin version, check whether it has a xau.pc
# file or not. If the latter, generate a fake one.
-. if !empty(USE_BUILTIN.libXau:M[Yy][Ee][Ss])
+. if ${USE_BUILTIN.libXau:M[Yy][Ee][Ss]}
BUILDLINK_TARGETS+= xau-fake-pc
xau-fake-pc:
diff -r b08daad95632 -r 286e23b6fdd9 x11/libXau/distinfo
--- a/x11/libXau/distinfo Mon Aug 29 09:43:18 2022 +0000
+++ b/x11/libXau/distinfo Mon Aug 29 09:44:32 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:34:05 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/08/29 09:44:32 wiz Exp $
-BLAKE2s (libXau-1.0.9.tar.bz2) = e3745f8e713e505d080dcb18472d310f7d345846c0c0d76037a80040c26b8f57
-SHA512 (libXau-1.0.9.tar.bz2) = 3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562
-Size (libXau-1.0.9.tar.bz2) = 322650 bytes
+BLAKE2s (libXau-1.0.10.tar.xz) = 8e33520154324f7b7906f448df0e0dda3685efd07f143d03db6a883ea0a0ad4f
+SHA512 (libXau-1.0.10.tar.xz) = e56a862a7bbccb108c9683eeb8b643d2587a121dd96982e1e7edc5bd0b676302d244bfaa750afc7fb2ad31df8b825095d779b6e2ab2c76f94e47095d90071ebb
+Size (libXau-1.0.10.tar.xz) = 271724 bytes
Home |
Main Index |
Thread Index |
Old Index