Date: Tue, 29 Sep 2009 15:13:07 GMT From: Mattis Michel <sic_zer0@hotmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/139238: [maintainer update] x11-wm/matwm2: update from 0.0.64 to 0.0.65 Message-ID: <200909291513.n8TFD7Nm039972@www.freebsd.org> Resent-Message-ID: <200909291520.n8TFK39Q050456@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139238 >Category: ports >Synopsis: [maintainer update] x11-wm/matwm2: update from 0.0.64 to 0.0.65 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 29 15:20:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Mattis Michel >Release: 7.2-RELEASE >Organization: >Environment: FreeBSD matland.telenet.be 7.2-RELEASE FreeBSD 7.2-RELEASE #10: Fri Sep 18 03:35:56 CEST 2009 supermaties@matland.telenet.be:/usr/obj/usr/src/sys/MATLAND amd64 >Description: Fixes a few little but possibly anoying bugs, and adds a few things i forgot to put in the manual page, etc. Also a little correction to pkg-descr, i forgot a dot at end of sentence. >From changelog: 0.0.65: updated TODO and BUGS concerning the introduction of the man page etc fixed deinstall target of Makefile a bit (man page schould be propperly deleted now) client_to_corner() also warps the mouse added a bit of info about virtual desktops in the manual page added raise and lower key action, added info about button and key actions for raising and lowering in man added information about the window list shown when next or prev key action is invoked in man resize drag tries to keep window corner under mouse cursor added checking for CAN_MOVE bit in client_to_border ~ in man page replaced by $HOME more detailed description of window list behaviour in man page replaced break statements in hande_event() with return DONT_LIST flag will also be respected for EWMH client list listen to NET_WM_STRUT if no NET_WM_STRUT_PARTIAL is there >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN matwm2.orig/Makefile matwm2/Makefile --- matwm2.orig/Makefile 2009-09-29 16:40:25.000000000 +0200 +++ matwm2/Makefile 2009-09-29 16:44:03.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= matwm2 -PORTVERSION= 0.0.64 +PORTVERSION= 0.0.65 CATEGORIES= x11-wm MASTER_SITES= http://www.gatorgitter.com/~maties/ diff -ruN matwm2.orig/distinfo matwm2/distinfo --- matwm2.orig/distinfo 2009-09-29 16:40:25.000000000 +0200 +++ matwm2/distinfo 2009-09-29 16:46:48.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (matwm2-0.0.64.tar.gz) = 1e47a0af666ae20e56623bee3879ed8c -SHA256 (matwm2-0.0.64.tar.gz) = 9ff41ee710d08e17f78c7d690f51ce57b83deb6b5a40381a317768ebd6a9a61f -SIZE (matwm2-0.0.64.tar.gz) = 26651 +MD5 (matwm2-0.0.65.tar.gz) = d7df370b3dde1ef7f69973087bf94cc5 +SHA256 (matwm2-0.0.65.tar.gz) = 93655aa30e011e07c46d02ea39d1b2c1b4ee2b915fd243f4c88c072de651423c +SIZE (matwm2-0.0.65.tar.gz) = 27292 diff -ruN matwm2.orig/pkg-descr matwm2/pkg-descr --- matwm2.orig/pkg-descr 2009-09-29 16:40:25.000000000 +0200 +++ matwm2/pkg-descr 2009-09-29 16:47:57.000000000 +0200 @@ -1,4 +1,4 @@ matwm2 is a simple window manager for x11. -It aims to be small, fast, stable and usable +It aims to be small, fast, stable and usable. WWW: http://www.gatorgitter.com/~maties/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909291513.n8TFD7Nm039972>