Sat Jan 28 12:46:31 2023 UTC ()
wm/sdorfehs: update to 1.5

 - actions: cmd_vmove: allow spec by target name, not just number
 - actions: new commands vnext/vother/vprev to let use like groups
 - actions: command: differentiate otherwise identical error prints
 - main: make stdin dup'd from /dev/null rather than X invocation tty (#45)
 - window: when adding to windowlist, use current vscreen if 'winaddcurv…
 - actions: restore old way 'windows' did bar toggle when msgwait 0
 - window: if msgwait 0 persist and update bar lists on vselect
 - get_child_info: use XResQueryClientIds() if _NET_WM_PID not found
 - communications: support arbitrary response sizes, not just 1k
 - communications: add WARNX_DEBUG macro for cli client stderr prints
 - actions: cmd_execw: new exec command waits for forked proc to exit (#49)
 - actions: cmd_execv: new exec command starts in specific vscreen (#51)
 - events: client_msg: support apps that raise via _NET_ACTIVE_WINDOW
 - events: map_request: EWMH window raise can use existing rudeness hand…
 - rudeness: add a bit to allow off-vscreen window raise, default off
 - actions: cmd_fselect: remove duplicate code
 - actions: use bar_border_width for interactive read_frame
 - split: constrain find_frame_number and find_last_frame to a vscreen


(pin)
diff -r1.7 -r1.8 pkgsrc/wm/sdorfehs/Makefile
diff -r1.6 -r1.7 pkgsrc/wm/sdorfehs/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/wm/sdorfehs/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/sdorfehs/Makefile 2022/05/17 18:34:48 1.7
+++ pkgsrc/wm/sdorfehs/Makefile 2023/01/28 12:46:30 1.8
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.7 2022/05/17 18:34:48 pin Exp $ 1# $NetBSD: Makefile,v 1.8 2023/01/28 12:46:30 pin Exp $
2 2
3DISTNAME= sdorfehs-1.4 3DISTNAME= sdorfehs-1.5
4CATEGORIES= wm 4CATEGORIES= wm
5MASTER_SITES= ${MASTER_SITE_GITHUB:=jcs/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=jcs/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= pin@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/jcs/sdorfehs/ 9HOMEPAGE= https://github.com/jcs/sdorfehs/
10COMMENT= Tiling window manager descended from ratpoison 10COMMENT= Tiling window manager descended from ratpoison
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14 14
15SUBST_CLASSES+= prefix 15SUBST_CLASSES+= prefix
16SUBST_MESSAGE.prefix= Fixing paths. 16SUBST_MESSAGE.prefix= Fixing paths.
17SUBST_STAGE.prefix= pre-configure 17SUBST_STAGE.prefix= pre-configure
18SUBST_FILES.prefix+= Makefile 18SUBST_FILES.prefix+= Makefile
19SUBST_SED.prefix+= -e 's,/usr/local,${PREFIX},g' 19SUBST_SED.prefix+= -e 's,/usr/local,${PREFIX},g'
20SUBST_SED.prefix+= -e 's,/usr/X11R6,${X11BASE},g' 20SUBST_SED.prefix+= -e 's,/usr/X11R6,${X11BASE},g'
21SUBST_SED.prefix+= -e 's,/etc,${PKG_SYSCONFDIR}/,g' 21SUBST_SED.prefix+= -e 's,/etc,${PKG_SYSCONFDIR}/,g'

cvs diff -r1.6 -r1.7 pkgsrc/wm/sdorfehs/distinfo (expand / switch to unified diff)

--- pkgsrc/wm/sdorfehs/distinfo 2022/05/17 18:34:48 1.6
+++ pkgsrc/wm/sdorfehs/distinfo 2023/01/28 12:46:30 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2022/05/17 18:34:48 pin Exp $ 1$NetBSD: distinfo,v 1.7 2023/01/28 12:46:30 pin Exp $
2 2
3BLAKE2s (sdorfehs-1.4.tar.gz) = 484b318c8889e28272a30764fb831c3a8ef2a1d692e666f562f66f5b48c5ad7c 3BLAKE2s (sdorfehs-1.5.tar.gz) = 270d21d0f5eec9401273654b1cc87dbf224f8e8b2b829bbb6552a20ce1f692af
4SHA512 (sdorfehs-1.4.tar.gz) = 87946b83fa47d17f7c3164e0a20ecb3570ca0f31b8fbad0f1bab13a55b99806071700f001ec6f2b7555e6dd6cf65fada73711b785b9872157ff4fb8ce0e41399 4SHA512 (sdorfehs-1.5.tar.gz) = 2bbb354d186e06b95b1d01e04bc97585121630dd9544ea8b10299dc5f15bc94bbd5cd55cbb72d6f04a3abf930652731b2070810fe908532953af87f02ec06687
5Size (sdorfehs-1.4.tar.gz) = 120588 bytes 5Size (sdorfehs-1.5.tar.gz) = 122223 bytes
6SHA1 (patch-Makefile) = d8e18bb85595776540647e3477cec6c7c94c4432 6SHA1 (patch-Makefile) = d8e18bb85595776540647e3477cec6c7c94c4432