Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2010 13:19:22 GMT
From:      Damian Gerow <dgerow@afflictions.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/147130: Fix security/keepassx
Message-ID:  <201005271319.o4RDJMPC081163@www.freebsd.org>
Resent-Message-ID: <201005271320.o4RDK4C7061351@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         147130
>Category:       ports
>Synopsis:       Fix security/keepassx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 27 13:20:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Damian Gerow
>Release:        8.1-PRERELEASE
>Organization:
>Environment:
FreeBSD plebeian.afflictions.org 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #7 r208254: Tue May 18 08:44:31 EDT 2010     root@plebeian.afflictions.org:/usr/obj/usr/src/sys/PLEBEIAN  amd64
>Description:
security/keepassx is currently BROKEN with a bad plist.  The attached patch fixes a single typo in the plist that should clear it up.
>How-To-Repeat:

>Fix:
See attached patch.

Patch attached with submission follows:

diff -ruN keepassx.old/Makefile keepassx/Makefile
--- keepassx.old/Makefile	2010-05-27 09:08:24.694717314 -0400
+++ keepassx/Makefile	2010-05-27 09:09:38.848935518 -0400
@@ -16,8 +16,6 @@
 
 RUN_DEPENDS=	update-mime-database:${PORTSDIR}/misc/shared-mime-info
 
-BROKEN=		bad plist
-
 DATADIR=	${PREFIX}/share/${PORTNAME:L}
 WRKSRC=		${WRKDIR}/${PORTNAME:L}-${PORTVERSION}
 
diff -ruN keepassx.old/pkg-plist keepassx/pkg-plist
--- keepassx.old/pkg-plist	2010-05-27 09:08:24.693718305 -0400
+++ keepassx/pkg-plist	2010-05-27 09:08:31.823713318 -0400
@@ -104,6 +104,6 @@
 @dirrmtry share/mime/packages
 @dirrmtry share/mime
 @dirrmtry share/pixmaps
-@dirrmtry share/application
+@dirrmtry share/applications
 @comment @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
 @comment @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005271319.o4RDJMPC081163>