pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXdamage



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec  4 23:16:35 UTC 2022

Modified Files:
        pkgsrc/x11/libXdamage: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/libXdamage/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/libXdamage/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/libXdamage/Makefile
diff -u pkgsrc/x11/libXdamage/Makefile:1.15 pkgsrc/x11/libXdamage/Makefile:1.16
--- pkgsrc/x11/libXdamage/Makefile:1.15 Wed Nov  9 13:14:21 2022
+++ pkgsrc/x11/libXdamage/Makefile      Sun Dec  4 23:16:35 2022
@@ -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/

Index: pkgsrc/x11/libXdamage/distinfo
diff -u pkgsrc/x11/libXdamage/distinfo:1.11 pkgsrc/x11/libXdamage/distinfo:1.12
--- pkgsrc/x11/libXdamage/distinfo:1.11 Tue Oct 26 11:34:05 2021
+++ pkgsrc/x11/libXdamage/distinfo      Sun Dec  4 23:16:35 2022
@@ -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