pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXdamage libXdamage: update to 1.1.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c3255e41a5c
branches:  trunk
changeset: 389507:4c3255e41a5c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 04 23:16:35 2022 +0000

description:
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

diffstat:

 x11/libXdamage/Makefile |  6 +++---
 x11/libXdamage/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 4806e377e5ae -r 4c3255e41a5c x11/libXdamage/Makefile
--- a/x11/libXdamage/Makefile   Sun Dec 04 23:07:42 2022 +0000
+++ b/x11/libXdamage/Makefile   Sun Dec 04 23:16:35 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2022/11/09 13:14:21 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2022/12/04 23:16:35 wiz Exp $
 
-DISTNAME=              libXdamage-1.1.5
+DISTNAME=              libXdamage-1.1.6
 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/
diff -r 4806e377e5ae -r 4c3255e41a5c x11/libXdamage/distinfo
--- a/x11/libXdamage/distinfo   Sun Dec 04 23:07:42 2022 +0000
+++ b/x11/libXdamage/distinfo   Sun Dec 04 23:16:35 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/12/04 23:16:35 wiz Exp $
 
-BLAKE2s (libXdamage-1.1.5.tar.bz2) = 8de461d50f77c52d7a6245fd10fd7de4285597c806ebb64a4b233581120fd7e1
-SHA512 (libXdamage-1.1.5.tar.bz2) = a3ca6cc33b1727f717a3e2aa5593f660508a81a47918a0aa949e9e8fba105e303fe5071983b48caac92feea0fe6e8e01620805e4d19b41f21f20d837b191c124
-Size (libXdamage-1.1.5.tar.bz2) = 303750 bytes
+BLAKE2s (libXdamage-1.1.6.tar.xz) = 25231bae855e20f8ac3669113b8d1c0cded134807382755984c3080944eea297
+SHA512 (libXdamage-1.1.6.tar.xz) = 624dcefa1c79064569df952892f7f1351dc19ad338ce73d1a57041e406cb3e18abe531bab352b93d1f0f5c9b5c6b2652cc84a8f1fbfcbba648343812695a8acb
+Size (libXdamage-1.1.6.tar.xz) = 257532 bytes



Home | Main Index | Thread Index | Old Index