summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-12-04 07:53:46 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-12-04 07:53:46 +0000
commit2e464b205dd1979fadaf5377581323401ec017c4 (patch)
tree82966ae7df22be9a41d1ce3fbc64bea847802a6c /x11-wm/windowmaker
parentAdd ":install" at end of DEPENDS line -- it's the default, but just (diff)
Upgrade to 0.20.3.
Submitted by: Brian Handy <handy@physics.montana.edu>
Notes
Notes: svn path=/head/; revision=15100
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r--x11-wm/windowmaker/Makefile8
-rw-r--r--x11-wm/windowmaker/distinfo2
-rw-r--r--x11-wm/windowmaker/files/patch-ai13
-rw-r--r--x11-wm/windowmaker/pkg-plist3
4 files changed, 8 insertions, 18 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index db33935f74ea..33d217f203a8 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: WindowMaker
-# Version required: 0.20.2
+# Version required: 0.20.3
# Date created: August 13, 1997
# Whom: handy@physics.montana.edu
#
-# $Id: Makefile,v 1.39 1998/11/25 05:06:27 jseger Exp $
+# $Id: Makefile,v 1.40 1998/11/25 09:01:24 asami Exp $
-DISTNAME= WindowMaker-0.20.2
-PKGNAME= windowmaker-0.20.2
+DISTNAME= WindowMaker-0.20.3
+PKGNAME= windowmaker-0.20.3
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \
diff --git a/x11-wm/windowmaker/distinfo b/x11-wm/windowmaker/distinfo
index 46a3274c71e7..f3390374c29b 100644
--- a/x11-wm/windowmaker/distinfo
+++ b/x11-wm/windowmaker/distinfo
@@ -1,2 +1,2 @@
-MD5 (WindowMaker-0.20.2.tar.gz) = 26f92b4697238911f51566530f1915a3
+MD5 (WindowMaker-0.20.3.tar.gz) = fb79baa4ae084a0747a5d3683eebc686
MD5 (WindowMaker-data.tar.gz) = 6ea0c37314ea9e9ab27e8bdf45a31a82
diff --git a/x11-wm/windowmaker/files/patch-ai b/x11-wm/windowmaker/files/patch-ai
deleted file mode 100644
index 72948f93f1b5..000000000000
--- a/x11-wm/windowmaker/files/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
---- WINGs/wevent.c.orig Wed Oct 21 14:43:55 1998
-+++ WINGs/wevent.c Mon Oct 26 00:05:25 1998
-@@ -387,6 +387,10 @@
- } else {
- delay->tv_sec = timerHandler->when.tv_sec - now.tv_sec;
- delay->tv_usec = timerHandler->when.tv_usec - now.tv_usec;
-+ if (delay->tv_usec < 0) {
-+ delay->tv_usec += 1000000;
-+ delay->tv_sec--;
-+ }
- }
- }
-
diff --git a/x11-wm/windowmaker/pkg-plist b/x11-wm/windowmaker/pkg-plist
index f083d97dbf3d..cc40acabbdc6 100644
--- a/x11-wm/windowmaker/pkg-plist
+++ b/x11-wm/windowmaker/pkg-plist
@@ -120,9 +120,11 @@ bin/getstyle
bin/seticons
bin/setstyle
bin/wdwrite
+bin/wm-oldmenu2new
bin/wmaker
bin/wmaker.inst
bin/wmsetbg
+bin/wsetfont
bin/wxcopy
bin/wxpaste
include/WINGs.h
@@ -244,6 +246,7 @@ share/WindowMaker/Styles/Pastel
share/WindowMaker/Styles/Pink
share/WindowMaker/Styles/Pumpkin
share/WindowMaker/Styles/Purple
+share/WindowMaker/Styles/Rainbow
share/WindowMaker/Styles/Red
share/WindowMaker/Styles/RednBlue
share/WindowMaker/Styles/ShinyBrown