Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  1 Apr 2008 01:33:05 +0200
From:      "Björn König" <bkoenig@alpha-tierchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/122317: [patch] Fix dependency list of security/keepassx.
Message-ID:  <20080331233304.E982128545@home.alpha-tierchen.de>
Resent-Message-ID: <200803312340.m2VNe1UX049897@freefall.freebsd.org>

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

>Number:         122317
>Category:       ports
>Synopsis:       [patch] Fix dependency list of security/keepassx.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 31 23:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Björn König
>Release:        
>Organization:
>Environment:
>Description:
	It is not necessary that KeePassX depend on qmake, moc, uic
	and qt3support at runtime.
>How-To-Repeat:
>Fix:
--- security-keepassx.diff begins here ---
diff --git a/security/keepassx/Makefile b/security/keepassx/Makefile
index 9131b9d..a0abcad 100644
--- a/security/keepassx/Makefile
+++ b/security/keepassx/Makefile
@@ -7,9 +7,9 @@
 
 PORTNAME=	KeePassX
 PORTVERSION=	0.2.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME:L}
 
 MAINTAINER=	skv@FreeBSD.org
@@ -18,7 +18,7 @@ COMMENT=	Cross Platform Password Manager
 WRKSRC=		${WRKDIR}/${PORTNAME:L}-${PORTVERSION}
 
 USE_QT_VER=	4
-QT_COMPONENTS=	qmake gui moc uic qt3support
+QT_COMPONENTS=	qmake_build moc_build uic_build qt3support_build corelib gui xml
 HAS_CONFIGURE=	yes
 
 do-configure:
--- security-keepassx.diff ends here ---


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



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