diff options
author | martti <martti@pkgsrc.org> | 2006-12-12 07:05:01 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-12-12 07:05:01 +0000 |
commit | 67d440bd77959c7be6132a40fb4979aeb4d5967f (patch) | |
tree | 3f37c763875f538010d778d784911d237d220313 /wm/fvwm-devel/Makefile | |
parent | 03d5977843330833303ed63059a2ff99a92f38e0 (diff) | |
download | pkgsrc-67d440bd77959c7be6132a40fb4979aeb4d5967f.tar.gz |
Updated wm/fvwm-devel to 2.5.19
Upgrading from earlier 2.5.x versions is strongly recommended.
This release is available at the home page: http://www.fvwm.org/.
* Bug Fixes:
- FvwmCommand now reports "end windowlist" and "end configinfo".
- FvwmCommand now prints config info split on lines.
- FvwmTaskBar no longer gets lost with trailing whitespace after
geometry specification.
- Fixed a window size problem if the aspect ratio is set (e.g.
mplayer).
- Decorations now update when unmanaged windows take focus, and
not FlickeringQtDialogsWorkaround is enabled.
- FvwmPager again allows movement of windows added before a
page change.
- fvwm no longer crashes on 1 and 4 bit displays. (#1677)
- EWMH desktops now correctly handles FPClickToFocus. (#1492)
- Security fix in fvwm-menu-directory. (CVE-2006-5969)
Diffstat (limited to 'wm/fvwm-devel/Makefile')
-rw-r--r-- | wm/fvwm-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/fvwm-devel/Makefile b/wm/fvwm-devel/Makefile index 0859fc18ec8..839f53d2dc7 100644 --- a/wm/fvwm-devel/Makefile +++ b/wm/fvwm-devel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2006/11/26 13:32:22 adrianp Exp $ +# $NetBSD: Makefile,v 1.18 2006/12/12 07:05:01 martti Exp $ DISTNAME= fvwm-${FVWM_VER} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= x11 wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ EXTRACT_SUFX= .tar.bz2 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.fvwm.org/ COMMENT= Development version of X11 Virtual window manager CONFLICTS= fvwm1-[0-9]* fvwm2-[0-9]* -FVWM_VER= 2.5.18 +FVWM_VER= 2.5.19 PKG_INSTALLATION_TYPES= overwrite pkgviews |