diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-07 02:08:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-07 02:08:04 +0000 |
commit | 242583e16515ad7caf1d9d07de28f51281dd7820 (patch) | |
tree | 4a5cc8777da431f6398cf9ac6f070889064994d5 /x11/kdelibs3 | |
parent | dfe080913df03aa968636899b3748c7065e8b5b7 (diff) | |
download | ports-242583e16515ad7caf1d9d07de28f51281dd7820.tar.gz ports-242583e16515ad7caf1d9d07de28f51281dd7820.zip |
Fix obscure kdesu bug where it doesn't pass the user to su to. This may
not be the correct fix -- discussion on kde-core-devel@kde.org ensuing.
Bump PORTREVISION to accomodate this important fix.
PR: 32549
Reported by: Kenneth Culver <culverk@wam.umd.edu>
Fixed with help of: Ryan Cumming <bodnar42@phalynx.dhs.org>
Notes
Notes:
svn path=/head/; revision=52677
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 535555273fed..93ee6b9b10f2 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdelibs PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES?= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src |