diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-02-11 07:31:54 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-02-11 07:31:54 +0000 |
commit | b4463b5de659794c99cc167c71dff6421a4957d8 (patch) | |
tree | fe44df9e2d59a995a686e144df2fe9096401777c /x11-wm/jwm | |
parent | 054fe986775cb832cfb92e83dac630e14373fd09 (diff) | |
download | FreeBSD-ports-b4463b5de659794c99cc167c71dff6421a4957d8.zip FreeBSD-ports-b4463b5de659794c99cc167c71dff6421a4957d8.tar.gz |
Update to 1.4 [1]
[1]
Changes:
- Make tray menus popup in a more natural location.
- Made menu sizes specified in terms of the size of icons.
- Make the tray figure out its layout from its size if the layout
isn't given explicitly.
- Fixed swallow items getting more space than requested.
- Made Swallow more sane when an error is encountered.
- Now supports windows without a border, but with a title bar.
- Fixed a key binding issue on restart.
- Don't show X errors unless in debug mode.
- Added "valign" and "halign" attributes for Tray.
PR: 93082
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
Diffstat (limited to 'x11-wm/jwm')
-rw-r--r-- | x11-wm/jwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/jwm/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile index 5388d03..3b86ea4 100644 --- a/x11-wm/jwm/Makefile +++ b/x11-wm/jwm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jwm -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= x11-wm MASTER_SITES= http://joewing.net/programs/jwm/ \ http://www.unixified.net/distfiles/ diff --git a/x11-wm/jwm/distinfo b/x11-wm/jwm/distinfo index afceb72..fff0b34 100644 --- a/x11-wm/jwm/distinfo +++ b/x11-wm/jwm/distinfo @@ -1,3 +1,3 @@ -MD5 (jwm-1.3.tar.bz2) = 92073e75bf084ee353d0c6647f565468 -SHA256 (jwm-1.3.tar.bz2) = 33313454f3e591af8b38ff261666bcc3b96a232a3f676381b13dcb78231b8cc3 -SIZE (jwm-1.3.tar.bz2) = 115636 +MD5 (jwm-1.4.tar.bz2) = 198e270471bab1d024304ff38f391d6b +SHA256 (jwm-1.4.tar.bz2) = e800bc5d44e5fe8151b0694e0f4cc1808797dc3510f80e8f8594f282bd97c8b0 +SIZE (jwm-1.4.tar.bz2) = 116344 |