ports/138978: [maintainer update] x11-wm/matwm2: update from 0.0.62 to 0.0.64

Mattis Michel sic_zer0 at hotmail.com
Sun Sep 20 02:20:02 UTC 2009


>Number:         138978
>Category:       ports
>Synopsis:       [maintainer update] x11-wm/matwm2: update from 0.0.62 to 0.0.64
>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:   Sun Sep 20 02:20:01 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 at matland.telenet.be:/usr/obj/usr/src/sys/MATLAND  amd64
>Description:
Includes several improvements and also a man page was introduced.
>From changelog:
0.0.63:
        obey global configuration file /etc/matwmrc
        separate bits for horizontal and vertical maximalisation
        replaced client_maximise() and client_fullscreen() by client_toggle_state()
        ewmh maximise message can now do separate horizontal and vertical maximalisation
        added default key bindings for hoizontal and vertical maximise (using new h/v argument to maximise key action)
        intendation now done with tabs instead of spaces
        all horizontal/vertical stuff now also works for expand, and for both now l, r, t and b argument can be used to apply these actions in one of these directions

0.0.64:
        ewmh state only set to maximized if maximised to both directions
        replaced t and b arguments for maximise and expand with u and d (up and down)
        added my e-mail adress in the LICENCE file
        wrote a man page
        topleft, topright, bottomleft and bottomright key actions were replaced by new to_corner

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN matwm2.orig/Makefile matwm2/Makefile
--- matwm2.orig/Makefile	2009-09-20 03:50:25.000000000 +0200
+++ matwm2/Makefile	2009-09-20 03:31:53.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	matwm2
-PORTVERSION=	0.0.62
+PORTVERSION=	0.0.64
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.gatorgitter.com/~maties/
 
diff -ruN matwm2.orig/distinfo matwm2/distinfo
--- matwm2.orig/distinfo	2009-09-20 03:50:25.000000000 +0200
+++ matwm2/distinfo	2009-09-20 03:44:53.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (matwm2-0.0.62.tar.gz) = 2ea37c44b05f19365cf4935eb81257ba
-SHA256 (matwm2-0.0.62.tar.gz) = e5b7833b292eff8d98a4d20b83611ca9e4f44fb93bb7e3cbd3cc9905125f2150
-SIZE (matwm2-0.0.62.tar.gz) = 837715
+MD5 (matwm2-0.0.64.tar.gz) = 1e47a0af666ae20e56623bee3879ed8c
+SHA256 (matwm2-0.0.64.tar.gz) = 9ff41ee710d08e17f78c7d690f51ce57b83deb6b5a40381a317768ebd6a9a61f
+SIZE (matwm2-0.0.64.tar.gz) = 26651
diff -ruN matwm2.orig/files/patch-Makefile matwm2/files/patch-Makefile
--- matwm2.orig/files/patch-Makefile	2009-09-20 03:50:25.000000000 +0200
+++ matwm2/files/patch-Makefile	2009-09-20 03:42:59.000000000 +0200
@@ -1,20 +1,24 @@
---- Makefile.orig	2009-09-09 16:21:44.000000000 +0400
-+++ Makefile	2009-09-09 18:28:24.000000000 +0400
-@@ -1,6 +1,5 @@
--prefix  = /usr/local
--XROOT   = /usr/X11R6
--CC      = cc
-+prefix  = ${PREFIX}
-+XROOT   = ${LOCALBASE}
+--- Makefile.orig	2009-09-20 03:40:09.000000000 +0200
++++ Makefile	2009-09-20 03:38:57.000000000 +0200
+@@ -1,7 +1,6 @@
+-prefix		= /usr/local
+-manprefix	= /usr/local
+-XROOT			= /usr/X11R6
+-CC				= cc
++prefix		= ${PREFIX}
++manprefix	= ${MANPREFIX}
++XROOT			= ${LOCALBASE}
  
- CFLAGS  += -lXext -lX11 -I$(XROOT)/include -L$(XROOT)/lib
- #CFLAGS  += -DDEBUG -ggdb3 # -DDEBUG_EVENTS -DSYNC
-@@ -17,7 +16,7 @@
- 		./makeheader *.c > all.h
+ CFLAGS		+= -lXext -lX11 -I$(XROOT)/include -L$(XROOT)/lib
+ #CFLAGS		+= -DDEBUG -ggdb3 # -DDEBUG_EVENTS -DSYNC
+@@ -19,8 +18,8 @@
  
  install:	matwm2
+ 		mkdir -p $(prefix)/bin $(manprefix)/man/man1
 -		install -s matwm2 $(prefix)/bin
-+		${BSD_INSTALL_PROGRAM} matwm2 $(prefix)/bin
+-		install matwm2.1 $(manprefix)/man/man1
++		${BSD_INSTALL_PROGRAM} -s matwm2 $(prefix)/bin
++		${BSD_INSTALL_MAN} matwm2.1 $(manprefix)/man/man1
  
  deinstall:
- 		rm -f $(prefix)/bin/matwm2
+ 		rm -f $(prefix)/bin/matwm2 $(manprefix)/man/man1/matwm2.1


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list