diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-05-22 15:39:31 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-05-22 15:39:31 +0000 |
commit | 8d104f879e7a71ddc0c032854bd362b20cd53a05 (patch) | |
tree | 58b8deee869a472b38f1c7b8ed1013dc5754b148 /wm/bbkeys/Makefile | |
parent | c9ec8a7912e8a196cd1d86a150ade999a1343828 (diff) | |
download | pkgsrc-8d104f879e7a71ddc0c032854bd362b20cd53a05.tar.gz |
Update to latest stable version (0.8.6):
- pulling patch in from David Dellanave (solaris compile issues)
- fixing compilation issue for Mac OS X (thanks to Thomas F. Burdick!!)
- fixing bug in token-parsing (thanks to Adam Hooper!!!)--we now allow
")"'s in our ExecCommands.
Diffstat (limited to 'wm/bbkeys/Makefile')
-rw-r--r-- | wm/bbkeys/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/wm/bbkeys/Makefile b/wm/bbkeys/Makefile index 1cbb5d62c75..7615fd007ea 100644 --- a/wm/bbkeys/Makefile +++ b/wm/bbkeys/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2003/05/17 05:41:09 salo Exp $ +# $NetBSD: Makefile,v 1.9 2003/05/22 15:39:31 jschauma Exp $ # -DISTNAME= bbkeys-0.8.5 -PKGREVISION= 1 -CATEGORIES= wm x11 +DISTNAME= bbkeys-0.8.6 +CATEGORIES= x11 wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbkeys/} MAINTAINER= jschauma@netbsd.org |