summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-23 13:54:30 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-23 13:54:30 +0000
commitea0720403fe0bd5cc27e505f5a776e6ce5131f34 (patch)
tree5997673018335ae8eb30621dee3d9ae8d12f073e /x11-wm
parentUpdate to 1.8.0. (diff)
ports/x11-wm: New version, 0.0.2
New version of the weewm X11 window manager available. PR: ports/54703 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
Notes
Notes: svn path=/head/; revision=87558
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/weewm/Makefile7
-rw-r--r--x11-wm/weewm/distinfo2
-rw-r--r--x11-wm/weewm/files/patch-aa13
3 files changed, 17 insertions, 5 deletions
diff --git a/x11-wm/weewm/Makefile b/x11-wm/weewm/Makefile
index 768a6ee921b0..4c47f82a7783 100644
--- a/x11-wm/weewm/Makefile
+++ b/x11-wm/weewm/Makefile
@@ -6,7 +6,8 @@
#
PORTNAME= weewm
-PORTVERSION= 0.01
+PORTVERSION= 0.0.2
+PORTEPOCH= 1
CATEGORIES= x11-wm
MASTER_SITES= http://www.weewm.org/download/
@@ -15,9 +16,7 @@ COMMENT= Fast and ultra light windowmanager with total keyboard control
USE_X_PREFIX= yes
-WRKSRC=${WRKDIR}/weewm
-
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/weewm ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/weewm ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/x11-wm/weewm/distinfo b/x11-wm/weewm/distinfo
index f1b42d63f189..23f495e2a402 100644
--- a/x11-wm/weewm/distinfo
+++ b/x11-wm/weewm/distinfo
@@ -1 +1 @@
-MD5 (weewm-0.01.tar.gz) = fd175920df2eba1d4f23f274a0001377
+MD5 (weewm-0.0.2.tar.gz) = 300eb52aba3bb1a75512874cbcbac684
diff --git a/x11-wm/weewm/files/patch-aa b/x11-wm/weewm/files/patch-aa
new file mode 100644
index 000000000000..0015f7f072e8
--- /dev/null
+++ b/x11-wm/weewm/files/patch-aa
@@ -0,0 +1,13 @@
+diff -ru src/info.c src/info.c
+--- src/info.c Mon Jul 21 09:10:46 2003
++++ src/info.c Mon Jul 21 09:11:08 2003
+@@ -25,7 +25,7 @@
+
+ #include <unistd.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <X11/Xlib.h>
+
+ #include "weewm.h"
+