FreeBSD Bugzilla – Attachment 103440 Details for
Bug 143353
[maintainer-update] x11-wm/matwm2 update to 0.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.67 KB, created by
Mattis Michel
on 2010-01-30 00:00:18 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mattis Michel
Created:
2010-01-30 00:00:18 UTC
Size:
3.67 KB
patch
obsolete
>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/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 143353
: 103440