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:           Sat Nov 12 23:32:51 UTC 2022

Modified Files:
        pkgsrc/x11/xcompmgr: Makefile distinfo

Log Message:
xcompmgr: update to 1.1.9.

Alan Coopersmith (10):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      xcompmgr.man: Update bug reporting URL from bugzilla to gitlab
      Reduce variable scope as suggested by cppcheck
      Remove obsolete casts on malloc & free calls
      gitlab CI: stop requiring Signed-off-by in commits
      Resolve -Wshadow warnings
      Mark usage() as _X_COLD _X_NORETURN
      Remove unused macros
      xcompmgr 1.1.9


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/x11/xcompmgr/Makefile
cvs rdiff -u -r1.15 -r1.16 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.34 pkgsrc/x11/xcompmgr/Makefile:1.35
--- pkgsrc/x11/xcompmgr/Makefile:1.34   Wed Nov  9 13:14:24 2022
+++ pkgsrc/x11/xcompmgr/Makefile        Sat Nov 12 23:32:51 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2022/11/09 13:14:24 joerg Exp $
+# $NetBSD: Makefile,v 1.35 2022/11/12 23:32:51 wiz Exp $
 
-DISTNAME=      xcompmgr-1.1.8
+DISTNAME=      xcompmgr-1.1.9
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.freedesktop.org/

Index: pkgsrc/x11/xcompmgr/distinfo
diff -u pkgsrc/x11/xcompmgr/distinfo:1.15 pkgsrc/x11/xcompmgr/distinfo:1.16
--- pkgsrc/x11/xcompmgr/distinfo:1.15   Tue Oct 26 11:34:36 2021
+++ pkgsrc/x11/xcompmgr/distinfo        Sat Nov 12 23:32:51 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:34:36 nia Exp $
+$NetBSD: distinfo,v 1.16 2022/11/12 23:32:51 wiz Exp $
 
-BLAKE2s (xcompmgr-1.1.8.tar.bz2) = 9ed95cd38f59e931de6a687262248198323545a5e18839050cb827626c4dc5c5
-SHA512 (xcompmgr-1.1.8.tar.bz2) = ccf29426ffb0797a53653d1ce152de5eee0cec284811fed4b8e634ea0d948180531e4619d96f47e4f9594432c57322624fe0fdaee2c9200efac427fc0904953d
-Size (xcompmgr-1.1.8.tar.bz2) = 138806 bytes
+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



Home | Main Index | Thread Index | Old Index