aboutsummaryrefslogtreecommitdiff
path: root/misc/wmwork
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-04 00:06:24 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-04 00:06:24 +0000
commita6de67febb4b7232985916cd24069fc97cb29c24 (patch)
treedefef93447509bbfc23de07892ba5ca859bbe5c7 /misc/wmwork
parent57a028c2fe415f112fab9d7c667f0d402bb98004 (diff)
downloadports-a6de67febb4b7232985916cd24069fc97cb29c24.tar.gz
ports-a6de67febb4b7232985916cd24069fc97cb29c24.zip
Make fetchable by updating to 0.2.1
Notes
Notes: svn path=/head/; revision=69394
Diffstat (limited to 'misc/wmwork')
-rw-r--r--misc/wmwork/Makefile2
-rw-r--r--misc/wmwork/distinfo2
-rw-r--r--misc/wmwork/files/patch-wmwork.c14
3 files changed, 2 insertions, 16 deletions
diff --git a/misc/wmwork/Makefile b/misc/wmwork/Makefile
index 95f2394c5ddc..f4b7e24d9f72 100644
--- a/misc/wmwork/Makefile
+++ b/misc/wmwork/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wmwork
-PORTVERSION= 0.2.0
+PORTVERSION= 0.2.1
CATEGORIES= misc windowmaker afterstep
MASTER_SITES= http://www.godisch.de/debian/wmwork/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
diff --git a/misc/wmwork/distinfo b/misc/wmwork/distinfo
index b5d431842ac2..a8acedb50451 100644
--- a/misc/wmwork/distinfo
+++ b/misc/wmwork/distinfo
@@ -1 +1 @@
-MD5 (wmwork_0.2.0.orig.tar.gz) = 31cfb730625fb39d52209cbf470d34ec
+MD5 (wmwork_0.2.1.orig.tar.gz) = e1825784efcdc2e8a1d61789d99cc074
diff --git a/misc/wmwork/files/patch-wmwork.c b/misc/wmwork/files/patch-wmwork.c
deleted file mode 100644
index 97a4feacea10..000000000000
--- a/misc/wmwork/files/patch-wmwork.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- wmwork.c.orig Sat Oct 19 23:43:16 2002
-+++ wmwork.c Tue Oct 22 02:35:15 2002
-@@ -68,7 +68,11 @@
- *geometry = NULL,
- *xdisplay = NULL;
- static int signals[] =
-+#if defined(__FreeBSD__)
-+ {SIGALRM, SIGHUP, SIGINT, SIGPIPE, SIGTERM, SIGUSR1, SIGUSR2, 0};
-+#else
- {SIGALRM, SIGHUP, SIGINT, SIGPIPE, SIGPOLL, SIGTERM, SIGUSR1, SIGUSR2, 0};
-+#endif
- XEvent Event;
-
- assert(sizeof(char) == 1);