diff options
author | tg <tg@FreeBSD.org> | 1998-12-04 07:53:46 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-12-04 07:53:46 +0000 |
commit | ebcbb4429aa0e7233cecb701799014ea311247fd (patch) | |
tree | af38f768bd42dd0e15d18400fcdb14e670a4a33f | |
parent | 198285377d07895c1eeef80a29f9cb7fdf399eac (diff) | |
download | FreeBSD-ports-ebcbb4429aa0e7233cecb701799014ea311247fd.zip FreeBSD-ports-ebcbb4429aa0e7233cecb701799014ea311247fd.tar.gz |
Upgrade to 0.20.3.
Submitted by: Brian Handy <handy@physics.montana.edu>
-rw-r--r-- | x11-wm/windowmaker/Makefile | 8 | ||||
-rw-r--r-- | x11-wm/windowmaker/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/windowmaker/files/patch-ai | 13 | ||||
-rw-r--r-- | x11-wm/windowmaker/pkg-plist | 3 |
4 files changed, 8 insertions, 18 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index db33935..33d217f 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 46a3274..f339037 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 72948f9..0000000 --- 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 f083d97..cc40aca 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 |