diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-06-14 18:53:15 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-06-14 18:53:15 +0000 |
commit | 3b7843e6f84a55db753dbe036bab217a23a18c4f (patch) | |
tree | 98d8de981315082182b70cf3512212a3ff21b542 /x11/kde4-workspace/Makefile | |
parent | 700ccde3f79d61c4cd462fe8d26ad86bad4c65c3 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=165444
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 |