Sun Dec 4 23:16:35 2022 UTC ()
libXdamage: update to 1.1.6.

Alan Coopersmith (11):
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Variable scope reduction as recommended by cppcheck
      Mark two dpy parameters const as suggested by cppcheck
      XDamageCloseDisplay: Mark codes as unused
      Remove unnecessary casts from malloc() and free() calls
      Handle -Wconversion warnings from clang
      Handle -Wshorten-64-to-32 warnings from clang
      libXdamage 1.1.6


(wiz)
diff -r1.15 -r1.16 pkgsrc/x11/libXdamage/Makefile
diff -r1.11 -r1.12 pkgsrc/x11/libXdamage/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/x11/libXdamage/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/libXdamage/Makefile 2022/11/09 13:14:21 1.15
+++ pkgsrc/x11/libXdamage/Makefile 2022/12/04 23:16:35 1.16
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.15 2022/11/09 13:14:21 joerg Exp $ 1# $NetBSD: Makefile,v 1.16 2022/12/04 23:16:35 wiz Exp $
2 2
3DISTNAME= libXdamage-1.1.5 3DISTNAME= libXdamage-1.1.6
4CATEGORIES= x11 devel 4CATEGORIES= x11 devel
5MASTER_SITES= ${MASTER_SITE_XORG:=lib/} 5MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= Xdamage extension (Library) 10COMMENT= Xdamage extension (Library)
11LICENSE= mit 11LICENSE= mit
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16 16
17PKGCONFIG_OVERRIDE+= xdamage.pc.in 17PKGCONFIG_OVERRIDE+= xdamage.pc.in
18 18
19X11_LIB_NAME?= libXdamage 19X11_LIB_NAME?= libXdamage

cvs diff -r1.11 -r1.12 pkgsrc/x11/libXdamage/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/libXdamage/distinfo 2021/10/26 11:34:05 1.11
+++ pkgsrc/x11/libXdamage/distinfo 2022/12/04 23:16:35 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2021/10/26 11:34:05 nia Exp $ 1$NetBSD: distinfo,v 1.12 2022/12/04 23:16:35 wiz Exp $
2 2
3BLAKE2s (libXdamage-1.1.5.tar.bz2) = 8de461d50f77c52d7a6245fd10fd7de4285597c806ebb64a4b233581120fd7e1 3BLAKE2s (libXdamage-1.1.6.tar.xz) = 25231bae855e20f8ac3669113b8d1c0cded134807382755984c3080944eea297
4SHA512 (libXdamage-1.1.5.tar.bz2) = a3ca6cc33b1727f717a3e2aa5593f660508a81a47918a0aa949e9e8fba105e303fe5071983b48caac92feea0fe6e8e01620805e4d19b41f21f20d837b191c124 4SHA512 (libXdamage-1.1.6.tar.xz) = 624dcefa1c79064569df952892f7f1351dc19ad338ce73d1a57041e406cb3e18abe531bab352b93d1f0f5c9b5c6b2652cc84a8f1fbfcbba648343812695a8acb
5Size (libXdamage-1.1.5.tar.bz2) = 303750 bytes 5Size (libXdamage-1.1.6.tar.xz) = 257532 bytes