From nobody@FreeBSD.org  Wed Nov 25 01:03:41 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 11C42106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Nov 2009 01:03:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id E9CF08FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Nov 2009 01:03:40 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nAP13dbt041825
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Nov 2009 01:03:39 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nAP13dX9041824;
	Wed, 25 Nov 2009 01:03:39 GMT
	(envelope-from nobody)
Message-Id: <200911250103.nAP13dX9041824@www.freebsd.org>
Date: Wed, 25 Nov 2009 01:03:39 GMT
From: Mattis Michel <sic_zer0@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] x11-wm/matwm2 update from 0.0.80 to 0.0.89
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 25 01:10:02 UTC 2009
>Closed-Date:    Wed Nov 25 16:02:42 UTC 2009
>Last-Modified:  Wed Nov 25 16:10:01 UTC 2009
>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:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Nov 25 16:02:41 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140850 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140850: commit references a PR
Date: Wed, 25 Nov 2009 16:02:23 +0000 (UTC)

 miwi        2009-11-25 16:01:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-wm/matwm2        Makefile distinfo 
     x11-wm/matwm2/files  patch-Makefile 
   Log:
   - Update to 0.0.89
   
   PR:             140850
   Submitted by:   Mattis Michel <sic_zer0@hotmail.com> (maintainer)
   
   Revision  Changes    Path
   1.7       +1 -1      ports/x11-wm/matwm2/Makefile
   1.7       +3 -3      ports/x11-wm/matwm2/distinfo
   1.5       +15 -17    ports/x11-wm/matwm2/files/patch-Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
