Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2009 01:03:39 GMT
From:      Mattis Michel <sic_zer0@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140850: [maintainer update] x11-wm/matwm2 update from 0.0.80 to 0.0.89
Message-ID:  <200911250103.nAP13dX9041824@www.freebsd.org>
Resent-Message-ID: <200911250110.nAP1A2kR021687@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140850
>Category:       ports
>Synopsis:       [maintainer update] x11-wm/matwm2 update from 0.0.80 to 0.0.89
>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:   Wed Nov 25 01:10:02 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:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN matwm2.orig/Makefile matwm2/Makefile
--- matwm2.orig/Makefile	2009-11-25 01:39:17.000000000 +0100
+++ matwm2/Makefile	2009-11-25 01:39:48.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	matwm2
-PORTVERSION=	0.0.80
+PORTVERSION=	0.0.89
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.gatorgitter.com/~maties/
 
diff -ruN matwm2.orig/distinfo matwm2/distinfo
--- matwm2.orig/distinfo	2009-11-25 01:39:17.000000000 +0100
+++ matwm2/distinfo	2009-11-25 01:40:46.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (matwm2-0.0.80.tar.gz) = 7b66a3f93bdc77487efd3ec543d2feba
-SHA256 (matwm2-0.0.80.tar.gz) = 45fa8973d24181e40e610ec1fb8b2b7e2b3580bcdeda002d33c4cb626fe67473
-SIZE (matwm2-0.0.80.tar.gz) = 36956
+MD5 (matwm2-0.0.89.tar.gz) = 7568c19852302d829966a0d2f1b87001
+SHA256 (matwm2-0.0.89.tar.gz) = 89ed180f5ed131a57b76ed24c5dc285008cee72526fb27746f7d07ed0fee208e
+SIZE (matwm2-0.0.89.tar.gz) = 41998
diff -ruN matwm2.orig/files/patch-Makefile matwm2/files/patch-Makefile
--- matwm2.orig/files/patch-Makefile	2009-11-25 01:39:17.000000000 +0100
+++ matwm2/files/patch-Makefile	2009-11-25 01:54:46.000000000 +0100
@@ -1,25 +1,23 @@
---- Makefile.orig	2009-10-17 16:21:44.000000000 -0400
-+++ Makefile	2009-10-17 21:33:55.000000000 -0400
-@@ -1,7 +1,6 @@
--prefix    = /usr/local
--manprefix = /usr/local
+--- Makefile.orig	2009-11-25 01:51:50.000000000 +0100
++++ Makefile	2009-11-25 01:53:45.000000000 +0100
+@@ -1,7 +1,4 @@
+-PREFIX    = /usr/local
+-MANPREFIX = /usr/local
 -XROOT     = /usr/X11R6
 -CC        = cc
-+prefix    = ${PREFIX}
-+manprefix = ${MANPREFIX}
-+XROOT     = ${LOCALBASE} 
++XROOT     = ${LOCALBASE}
+ RM        = rm -f
  
- CFLAGS    += -DSHAPE -lXext # comment out this line if you haven't got the x extentions library
- #CFLAGS    += -DDEBUG -ggdb3 # -DDEBUG_EVENTS -DSYNC # for debugging
-@@ -19,9 +18,8 @@
+ CFLAGS    += -DSHAPE # comment out this line to disable shape support
+@@ -26,9 +23,8 @@
  	./makeheader *.c > all.h
  
  install: matwm2
--	mkdir -p $(prefix)/bin $(manprefix)/man/man1
--	install -s matwm2 $(prefix)/bin
--	install matwm2.1 $(manprefix)/man/man1
-+	${BSD_INSTALL_PROGRAM} -s matwm2 $(prefix)/bin
-+	${BSD_INSTALL_MAN} matwm2.1 $(manprefix)/man/man1
+-	mkdir -p $(PREFIX)/bin $(MANPREFIX)/man/man1
+-	install -s 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 $(manprefix)/man/man1/matwm2.1* $(manprefix)/man/cat1/matwm2.1*
+ 	rm -f $(PREFIX)/bin/matwm2 $(MANPREFIX)/man/man1/matwm2.1* $(MANPREFIX)/man/cat1/matwm2.1*


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911250103.nAP13dX9041824>