Date: Fri, 29 Jan 2010 23:52:52 GMT From: Mattis Michel <sic_zer0@hotmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/143353: [maintainer-update] x11-wm/matwm2 update to 0.1.0 Message-ID: <201001292352.o0TNqqIc001535@www.freebsd.org> Resent-Message-ID: <201001300000.o0U00ILp052454@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 143353 >Category: ports >Synopsis: [maintainer-update] x11-wm/matwm2 update to 0.1.0 >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: Sat Jan 30 00:00:18 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Mattis Michel >Release: 8.0-RELEASE >Organization: n/a >Environment: FreeBSD matland.telenet.be 8.0-RELEASE FreeBSD 8.0-RELEASE #1: Wed Dec 16 23:48:25 CET 2009 supermaties@matland.telenet.be:/usr/obj/usr/src/sys/MATLAND amd64 >Description: has a configure script now build stuff all changed, hence new patch updated website url improved intendation of makefile >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN matwm2.old/Makefile matwm2/Makefile --- matwm2.old/Makefile 2010-01-30 00:43:45.000000000 +0100 +++ matwm2/Makefile 2010-01-30 00:33:35.000000000 +0100 @@ -2,20 +2,23 @@ # Date created: 09 September 2009 # Whom: Mattis Michel <sic_zer0@hotmail.com> # -# $FreeBSD: ports/x11-wm/matwm2/Makefile,v 1.8 2009/12/18 22:44:00 miwi Exp $ +# $FreeBSD: ports/x11-wm/matwm2/Makefile,v 1.6 2009/10/20 10:03:22 miwi Exp $ # -PORTNAME= matwm2 -PORTVERSION= 0.0.90 -CATEGORIES= x11-wm -MASTER_SITES= http://www.gatorgitter.com/~maties/ +PORTNAME= matwm2 +PORTVERSION= 0.1.0 +CATEGORIES= x11-wm +MASTER_SITES= http://www.squidjam.com/matwm/pub/ -MAINTAINER= sic_zer0@hotmail.com -COMMENT= A minimalistic, yet functional window manager for x11 +MAINTAINER= sic_zer0@hotmail.com +COMMENT= A minimalistic, yet functional window manager for x11 -USE_XORG= x11 xext -PLIST_FILES= bin/matwm2 +USE_XORG= x11 -MAN1= matwm2.1 +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --cc=${CC} --prefix=${PREFIX} --mandir=${MANPREFIX}/man + +PLIST_FILES= bin/matwm2 +MAN1= matwm2.1 .include <bsd.port.mk> diff -ruN matwm2.old/distinfo matwm2/distinfo --- matwm2.old/distinfo 2010-01-30 00:43:45.000000000 +0100 +++ matwm2/distinfo 2010-01-30 00:22:08.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (matwm2-0.0.90.tar.gz) = c62ec58842164801e5bc4b9bf08f9998 -SHA256 (matwm2-0.0.90.tar.gz) = a6d1f8b280c13ad4305bf3193c9603ff96745369db9bb3e349c1cd20d70e226a -SIZE (matwm2-0.0.90.tar.gz) = 42471 +MD5 (matwm2-0.1.0.tar.gz) = fa05a0802bbd063ab5274a58e34d97af +SHA256 (matwm2-0.1.0.tar.gz) = 20eba08cf0ee0611de3ee6c3de75e57c56b27d4066a7a026bce0c9dc76bd920e +SIZE (matwm2-0.1.0.tar.gz) = 63713 diff -ruN matwm2.old/files/patch-Makefile matwm2/files/patch-Makefile --- matwm2.old/files/patch-Makefile 2010-01-30 00:43:45.000000000 +0100 +++ matwm2/files/patch-Makefile 1970-01-01 01:00:00.000000000 +0100 @@ -1,23 +0,0 @@ ---- 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 -+XROOT = ${LOCALBASE} - RM = rm -f - - 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 - - deinstall: - rm -f $(PREFIX)/bin/matwm2 $(MANPREFIX)/man/man1/matwm2.1* $(MANPREFIX)/man/cat1/matwm2.1* diff -ruN matwm2.old/files/patch-Makefile.in matwm2/files/patch-Makefile.in --- matwm2.old/files/patch-Makefile.in 1970-01-01 01:00:00.000000000 +0100 +++ matwm2/files/patch-Makefile.in 2010-01-30 00:40:18.000000000 +0100 @@ -0,0 +1,14 @@ +--- Makefile.in.old 2010-01-30 00:39:35.000000000 +0100 ++++ Makefile.in 2010-01-30 00:39:56.000000000 +0100 +@@ -23,9 +23,8 @@ + $(RM) matwm2 *.o + + install: matwm2 +- mkdir -p $(PREFIX)/bin $(MANDIR)/man1 +- install -s matwm2 $(PREFIX)/bin +- install matwm2.1 $(MANDIR)/man1 ++ ${BSD_INSTALL_PROGRAM} matwm2 $(PREFIX)/bin ++ ${BSD_INSTALL_MAN} matwm2.1 $(MANDIR)/man1 + + deinstall: + $(RM) $(PREFIX)/bin/matwm2 $(MANDIR)/man1/matwm2.1* $(MANDIR)/cat1/matwm2.1* diff -ruN matwm2.old/pkg-descr matwm2/pkg-descr --- matwm2.old/pkg-descr 2010-01-30 00:43:45.000000000 +0100 +++ matwm2/pkg-descr 2010-01-30 00:14:03.000000000 +0100 @@ -1,4 +1,4 @@ matwm2 is a simple window manager for x11. It aims to be small, fast, stable and usable. -WWW: http://www.gatorgitter.com/~maties/ +WWW: http://www.squidjam.com/matwm/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001292352.o0TNqqIc001535>