pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/window



Module Name:    pkgsrc
Committed By:   buhrow
Date:           Wed Apr  8 19:43:47 UTC 2026

Modified Files:
        pkgsrc/misc/window: Makefile distinfo

Log Message:
Further refinements to escape sequence handling.
Specifically, provide for esc([)* sequences we don't know about.

Fix repository file name and bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/window/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/window/distinfo

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

Modified files:

Index: pkgsrc/misc/window/Makefile
diff -u pkgsrc/misc/window/Makefile:1.7 pkgsrc/misc/window/Makefile:1.8
--- pkgsrc/misc/window/Makefile:1.7     Mon Mar  2 23:50:10 2026
+++ pkgsrc/misc/window/Makefile Wed Apr  8 19:43:47 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2026/03/02 23:50:10 buhrow Exp $
+# $NetBSD: Makefile,v 1.8 2026/04/08 19:43:47 buhrow Exp $
 
-DISTNAME=      window-20260302
-PKGREVISION=   2
+DISTNAME=      window-20260407
+PKGREVISION=   3
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_LOCAL}
 

Index: pkgsrc/misc/window/distinfo
diff -u pkgsrc/misc/window/distinfo:1.8 pkgsrc/misc/window/distinfo:1.9
--- pkgsrc/misc/window/distinfo:1.8     Wed Apr  8 14:50:53 2026
+++ pkgsrc/misc/window/distinfo Wed Apr  8 19:43:47 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2026/04/08 14:50:53 buhrow Exp $
+$NetBSD: distinfo,v 1.9 2026/04/08 19:43:47 buhrow Exp $
 
-BLAKE2s (window-20260302.tar.gz) = a316fecd3aebcabb7b61749f1ace67a3799feb48dea67fefa53298ad3dd8aa8a
-SHA512 (window-20260302.tar.gz) = 55f93b85925e11f2e42f51910cc76a6bc34c10283906f7f939a92555b5b63c3d5471afb8f98f17f769645233a617229f794c3df36cc37754aaca66e54345ebc0
-Size (window-20260302.tar.gz) = 84075 bytes
+BLAKE2s (window-20260407.tar.gz) = 97f8b3bdf473eba5dd9b3ad864002df6cb601b5ad683a44b71780eae82078cae
+SHA512 (window-20260407.tar.gz) = 04298526f9aa31ece4acf5b793c225bfd8a1318c2c3711907501421d4825a1fe615c24ae29b79ec1ecbc153b25ed4a9cf63780818bc80d3e4657be9e9d93b9b4
+Size (window-20260407.tar.gz) = 84074 bytes
 SHA1 (patch-ww.h) = 19281574830d256c7e2f80b12a176f07c56beb8e
 SHA1 (patch-wwframe.c) = 81fe73d55e81e0b5f8f7803068688994d71fe714
 SHA1 (patch-wwlabel.c) = a7a72a85720822d1388f31b107432a074b1a260e



Home | Main Index | Thread Index | Old Index