pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xcompmgr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 13 08:08:56 UTC 2024

Modified Files:
        pkgsrc/x11/xcompmgr: Makefile distinfo

Log Message:
xcompmgr: update to 1.1.10.

Alan Coopersmith (8):
      find_fade: declare argument as const
      Handle realloc() failure
      Use reallocarray() if it is available
      Convert sprintf calls to snprintf
      Use C99 struct initializers
      Add {} around for loops containing multiple lines of code
      More variable scope reductions
      xcompmgr 1.1.10


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/xcompmgr/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/xcompmgr/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/xcompmgr/Makefile
diff -u pkgsrc/x11/xcompmgr/Makefile:1.35 pkgsrc/x11/xcompmgr/Makefile:1.36
--- pkgsrc/x11/xcompmgr/Makefile:1.35   Sat Nov 12 23:32:51 2022
+++ pkgsrc/x11/xcompmgr/Makefile        Wed Nov 13 08:08:56 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2022/11/12 23:32:51 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2024/11/13 08:08:56 wiz Exp $
 
-DISTNAME=      xcompmgr-1.1.9
+DISTNAME=      xcompmgr-1.1.10
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/xcompmgr/distinfo
diff -u pkgsrc/x11/xcompmgr/distinfo:1.16 pkgsrc/x11/xcompmgr/distinfo:1.17
--- pkgsrc/x11/xcompmgr/distinfo:1.16   Sat Nov 12 23:32:51 2022
+++ pkgsrc/x11/xcompmgr/distinfo        Wed Nov 13 08:08:56 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2022/11/12 23:32:51 wiz Exp $
+$NetBSD: distinfo,v 1.17 2024/11/13 08:08:56 wiz Exp $
 
-BLAKE2s (xcompmgr-1.1.9.tar.xz) = 9f51bdcc2e527faea696a6b2b3a912d96aa916af522b0e48e5bfea70d9a0adfc
-SHA512 (xcompmgr-1.1.9.tar.xz) = 699117492af7fd84b36d317dcbf422d5ec86a7f21e29370caa737cd940d8ff866a5c8704ba2e7bd17a64e085d77fd23b628263d619813dead85cd669ff5b860e
-Size (xcompmgr-1.1.9.tar.xz) = 132676 bytes
+BLAKE2s (xcompmgr-1.1.10.tar.xz) = cbe88229037389da58c05340b496e9a0b06935ecac2897d6b1d2e48665efc6a9
+SHA512 (xcompmgr-1.1.10.tar.xz) = 6dd5c72d6859489580dabdb96e3b572931cec7c426022213007c92df2d805a8f01a7f3dc5e8493f6e550bb809f71a50ca1630f50555d47b8d5b4b2726d7b8b12
+Size (xcompmgr-1.1.10.tar.xz) = 133224 bytes



Home | Main Index | Thread Index | Old Index