Wed Jul 1 18:29:48 2020 UTC ()
wm/2bwm: update to 0.3

v0.3
* The latest stable version of 2bwm
	- Leave the setting of commands to the user
	- Fix bug related to the ewmh and a fake and useless window
	- Fix hardcoded values
	- Add the button action on root window only feature
	- Add centerpoint to prototype declarations
	- Fix different pixmap depth issues
	- Implement _NET_WM_STATE_FULLSCREEN support
	- Do not account offset when window ask to be maximized
	- Change in configuration file for maximize
	- Memory leak fixes
	- Remove unused name from monitor structure
	- Remove redundant checks within movelim function
	- Depracate the use of monitor name

v0.2
* removed z3bra's patch, which isn't maintained anymore
* added the mention to the 3bwm branch
* mentioning new bugs that need to be fixed

with ok from youri


(pin)
diff -r1.2 -r1.3 pkgsrc/wm/2bwm/Makefile
diff -r1.2 -r1.3 pkgsrc/wm/2bwm/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/wm/2bwm/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/2bwm/Makefile 2017/07/30 22:32:25 1.2
+++ pkgsrc/wm/2bwm/Makefile 2020/07/01 18:29:48 1.3
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2020/07/01 18:29:48 pin Exp $
2 2
3DISTNAME= 2bwm-20150526 3DISTNAME= 2bwm-0.3
4CATEGORIES= wm 4CATEGORIES= wm
5MASTER_SITES= ${MASTER_SITE_GITHUB:=venam/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=venam/}
6GITHUB_PROJECT= 2bwm 6GITHUB_TAG= v${PKGVERSION_NOREV}
7GITHUB_TAG= dfb0cd1b77ce15e52e3fb9dd4eea653b0959e799 
8 7
9MAINTAINER= youri@NetBSD.org 8MAINTAINER= youri@NetBSD.org
10HOMEPAGE= https://github.com/venam/2bwm 9HOMEPAGE= https://github.com/venam/2bwm
11COMMENT= Fast floating WM written over the XCB library and derived from mcwm 10COMMENT= Fast floating WM written over the XCB library and derived from mcwm
12LICENSE= isc 11LICENSE= isc
13 12
14SUBST_CLASSES+= makefile 13SUBST_CLASSES+= makefile
15SUBST_STAGE.makefile= pre-build 14SUBST_STAGE.makefile= pre-build
16SUBST_MESSAGE.makefile= Fixing makefile 15SUBST_MESSAGE.makefile= Fixing makefile
17SUBST_FILES.makefile= Makefile 16SUBST_FILES.makefile= Makefile
18SUBST_SED.makefile= -e 's,/usr/local,${PREFIX},g' 17SUBST_SED.makefile= -e 's,/usr/local,${PREFIX},g'
19SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g' 18SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g'
20 19
21.include "../../x11/libxcb/buildlink3.mk" 20.include "../../x11/libxcb/buildlink3.mk"
22.include "../../x11/xcb-util-wm/buildlink3.mk" 21.include "../../x11/xcb-util-wm/buildlink3.mk"
23.include "../../x11/xcb-util-keysyms/buildlink3.mk" 22.include "../../x11/xcb-util-keysyms/buildlink3.mk"
24.include "../../x11/xcb-util/buildlink3.mk" 23.include "../../x11/xcb-util/buildlink3.mk"
 24.include "../../x11/xcb-util-xrm/buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/wm/2bwm/distinfo (expand / switch to unified diff)

--- pkgsrc/wm/2bwm/distinfo 2015/11/02 23:42:50 1.2
+++ pkgsrc/wm/2bwm/distinfo 2020/07/01 18:29:48 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2015/11/02 23:42:50 agc Exp $ 1$NetBSD: distinfo,v 1.3 2020/07/01 18:29:48 pin Exp $
2 2
3SHA1 (2bwm-20150526-dfb0cd1b77ce15e52e3fb9dd4eea653b0959e799.tar.gz) = af487d15a422f95a10ec2069ac3429cf253e2837 3SHA1 (2bwm-0.3.tar.gz) = fb71a39afa7f497ad33689c4662906680908963e
4RMD160 (2bwm-20150526-dfb0cd1b77ce15e52e3fb9dd4eea653b0959e799.tar.gz) = 5025af12cebb2337f02b0f9eaaa49f3f396315f7 4RMD160 (2bwm-0.3.tar.gz) = b08459ec98b8c4c1b9c4a0085b4cb261061a1baf
5SHA512 (2bwm-20150526-dfb0cd1b77ce15e52e3fb9dd4eea653b0959e799.tar.gz) = 576f22153e8c783e6786132a16d478828761036601b20201d8747eed7aeb5d9e2a4ef5ab347054664cc55fae5a9af18bf4e5234e5b81f5b393595584274ee812 5SHA512 (2bwm-0.3.tar.gz) = 088a97e5245287890c72e2b0685f7348a4cc0fd49582893b7ce7a081f80a4d7454a3c0eadf4609589314351ded02fd8b75548019b782e797350ad5db5c939f92
6Size (2bwm-20150526-dfb0cd1b77ce15e52e3fb9dd4eea653b0959e799.tar.gz) = 39128 bytes 6Size (2bwm-0.3.tar.gz) = 41032 bytes