diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-11 12:26:45 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-11 12:26:45 +0800 |
commit | c14fee990871ef59abbecff9405b49d5b5475d94 (patch) | |
tree | b2c2de956dde9d62ed60eb2e57ef71b9cabc9767 /x11/wdm/Makefile | |
parent | cb633f12fa4f6e1e5c4ada31bd3d08c2dc29a359 (diff) | |
download | freebsd-ports-gnome-c14fee990871ef59abbecff9405b49d5b5475d94.tar.gz freebsd-ports-gnome-c14fee990871ef59abbecff9405b49d5b5475d94.tar.zst freebsd-ports-gnome-c14fee990871ef59abbecff9405b49d5b5475d94.zip |
Update to wdm 1.26. Highlights of changes:
- daemon mode works again
- spanish and czech translations added
- en locale is now different from C locale.
- fixed problem with wdm not reacting to signals sent
to process with pid written to pid file.
- removed unused code
- many other bugfixes
See NEWS, README, and ChangeLog for the complete list.
PR: ports/57010
Submitted by: Ports Fury
Approved by: maintainer timeout (>3 months)
Diffstat (limited to 'x11/wdm/Makefile')
-rw-r--r-- | x11/wdm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 8eda495e65bf..5e0ccd2f7fff 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wdm -PORTVERSION= 1.25 -PORTREVISION= 2 +PORTVERSION= 1.26 CATEGORIES= x11 windowmaker MASTER_SITES= http://voins.program.ru/wdm/ \ http://www.de.freebsd.org/de/gif/bsd/ \ |