diff options
author | lofi <lofi@FreeBSD.org> | 2006-06-15 02:53:15 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-06-15 02:53:15 +0800 |
commit | c0d590fc698291c900b78ba88f364a7551b60f18 (patch) | |
tree | 672863c0e2c0111fd7b1f4bafc14d120223fadf1 /x11/kde4-workspace/Makefile | |
parent | a0d319988239a9e907f29a5cfcd9e1c20d36634d (diff) | |
download | freebsd-ports-gnome-c0d590fc698291c900b78ba88f364a7551b60f18.tar.gz freebsd-ports-gnome-c0d590fc698291c900b78ba88f364a7551b60f18.tar.zst freebsd-ports-gnome-c0d590fc698291c900b78ba88f364a7551b60f18.zip |
- Use shutdown -p now by default as kdm HALT_CMD.
- Fix KDE Bug 128663 (double-free in kpager)
- Fix KDE Bug 128757 (regression media:/ kioslave)
PR: ports/98918
Security: http://www.kde.org/info/security/advisory-20060614-1.txt
Security: CVE-2006-2449
Diffstat (limited to 'x11/kde4-workspace/Makefile')
-rw-r--r-- | x11/kde4-workspace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 71c72b08db2f..04eb6f152145 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src |