pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/i3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  7 13:06:17 UTC 2021

Modified Files:
        pkgsrc/wm/i3: Makefile distinfo
Removed Files:
        pkgsrc/wm/i3/patches: patch-src_config__parser.c

Log Message:
i3: update to 4.20.1.

  • i3bar: fix crash with multiple monitors
  • xmlto: fix broken .TH line by extending title length
  • i3-msg: fix --raw short form (-r) in manpage
  • libi3: add missing sys/stat.h header
  • use getcwd(NULL, 0) instead of GNU extension get_current_dir_name()


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/wm/i3/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/wm/i3/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/wm/i3/patches/patch-src_config__parser.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/i3/Makefile
diff -u pkgsrc/wm/i3/Makefile:1.46 pkgsrc/wm/i3/Makefile:1.47
--- pkgsrc/wm/i3/Makefile:1.46  Mon Nov  1 20:42:58 2021
+++ pkgsrc/wm/i3/Makefile       Sun Nov  7 13:06:17 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2021/11/01 20:42:58 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2021/11/07 13:06:17 wiz Exp $
 
-DISTNAME=      i3-4.20
+DISTNAME=      i3-4.20.1
 CATEGORIES=    wm
 MASTER_SITES=  https://i3wm.org/downloads/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/wm/i3/distinfo
diff -u pkgsrc/wm/i3/distinfo:1.25 pkgsrc/wm/i3/distinfo:1.26
--- pkgsrc/wm/i3/distinfo:1.25  Mon Nov  1 20:42:58 2021
+++ pkgsrc/wm/i3/distinfo       Sun Nov  7 13:06:17 2021
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.25 2021/11/01 20:42:58 wiz Exp $
+$NetBSD: distinfo,v 1.26 2021/11/07 13:06:17 wiz Exp $
 
-BLAKE2s (i3-4.20.tar.xz) = c074d6f79095505008a7a9bc80121f402d755c3fe7bfeffeff09f651caf12932
-SHA512 (i3-4.20.tar.xz) = 7b184116664d2c3e097341e8008fea91bdc446a05177f50f5472890289e862fb41a11edc1d2b8d004347ce312219cb3d80c75840d3427330e3f0ee256163c198
-Size (i3-4.20.tar.xz) = 1286300 bytes
+BLAKE2s (i3-4.20.1.tar.xz) = abc705b39b5b3d217ef89aae65f802b288def244bec4824c9d06031d5ca10e66
+SHA512 (i3-4.20.1.tar.xz) = c0f6b991d46180ca470cbb7ab4cf5492552beb9dbf2631c61c8d92d0647106885481962381682e9129f3993d70bc6e5de506da1d32c3710fca64a66d51e8c8ce
+Size (i3-4.20.1.tar.xz) = 1284984 bytes
 SHA1 (patch-etc_config) = d3f649e8d4dc7cae7eb3c1548fa8d81224e4dacb
 SHA1 (patch-etc_config.keycodes) = 6adde0b3a56576805facd951fa9d32bfd6c88011
 SHA1 (patch-libi3_create__socket.c) = 2e2dbf245b8e34fbbb94a734faa6a31db0bf83db
 SHA1 (patch-meson.build) = 013ac42f10aeb1ad05b5496f6283878e53506c46
-SHA1 (patch-src_config__parser.c) = 36b511cc3efc9ed9d3baf6a9f90197915bae4bfb
 SHA1 (patch-src_log.c) = 19b33b43d1716ead4bad36e2afd52ff30af017c1



Home | Main Index | Thread Index | Old Index