summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-10-13 22:29:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-10-13 22:29:12 +0000
commit2756469f1b6ab333331c93e29ded0677fa1b0049 (patch)
treeccd1efedd5285f28c1fb0b42f735dab0bbc4ea9e /x11-wm
parent- Update to 2.2.2 (diff)
- Update to 0.0.75
PR: 139537 Submitted by: Mattis Michel <sic_zer0@hotmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=242795
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/matwm2/Makefile2
-rw-r--r--x11-wm/matwm2/distinfo6
-rw-r--r--x11-wm/matwm2/files/patch-Makefile12
3 files changed, 10 insertions, 10 deletions
diff --git a/x11-wm/matwm2/Makefile b/x11-wm/matwm2/Makefile
index ca19341fc7d2..bcf38e9526c2 100644
--- a/x11-wm/matwm2/Makefile
+++ b/x11-wm/matwm2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= matwm2
-PORTVERSION= 0.0.66
+PORTVERSION= 0.0.75
CATEGORIES= x11-wm
MASTER_SITES= http://www.gatorgitter.com/~maties/
diff --git a/x11-wm/matwm2/distinfo b/x11-wm/matwm2/distinfo
index 8903b742a3a1..4b33072262c8 100644
--- a/x11-wm/matwm2/distinfo
+++ b/x11-wm/matwm2/distinfo
@@ -1,3 +1,3 @@
-MD5 (matwm2-0.0.66.tar.gz) = 4fefedea4f70c5a63f8bd811a9fedd46
-SHA256 (matwm2-0.0.66.tar.gz) = f423a7a3a8d137c2925ce61f149d4cc7830e891db282ae324dd203e8093e3bee
-SIZE (matwm2-0.0.66.tar.gz) = 33880
+MD5 (matwm2-0.0.75.tar.gz) = 74673df64b6bf5fdda27b0796bfca945
+SHA256 (matwm2-0.0.75.tar.gz) = 524f667b636aed04052e64fbff17243b1c08b09b8726b2eb4e9485455d2dfd26
+SIZE (matwm2-0.0.75.tar.gz) = 36278
diff --git a/x11-wm/matwm2/files/patch-Makefile b/x11-wm/matwm2/files/patch-Makefile
index 9bc7b28ab1c9..5afe030c2439 100644
--- a/x11-wm/matwm2/files/patch-Makefile
+++ b/x11-wm/matwm2/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig 2009-09-20 03:40:09.000000000 +0200
-+++ Makefile 2009-09-20 03:38:57.000000000 +0200
+--- Makefile.orig 2009-10-12 02:38:52.000000000 +0200
++++ Makefile 2009-10-12 02:41:48.000000000 +0200
@@ -1,7 +1,6 @@
-prefix = /usr/local
-manprefix = /usr/local
@@ -9,9 +9,9 @@
+manprefix = ${MANPREFIX}
+XROOT = ${LOCALBASE}
- CFLAGS += -lXext -lX11 -I$(XROOT)/include -L$(XROOT)/lib
- #CFLAGS += -DDEBUG -ggdb3 # -DDEBUG_EVENTS -DSYNC
-@@ -19,8 +18,8 @@
+ CFLAGS += -DSHAPE -lXext # comment out this line if you haven't got the x extentions library
+ CFLAGS += -lX11 -I$(XROOT)/include -L$(XROOT)/lib
+@@ -20,8 +19,8 @@
install: matwm2
mkdir -p $(prefix)/bin $(manprefix)/man/man1
@@ -21,4 +21,4 @@
+ ${BSD_INSTALL_MAN} matwm2.1 $(manprefix)/man/man1
deinstall:
- rm -f $(prefix)/bin/matwm2 $(manprefix)/man/man1/matwm2.1
+ rm -f $(prefix)/bin/matwm2 $(manprefix)/man/man1/matwm2.1* $(manprefix)/man/cat1/matwm2.1*