ports/122317: [patch] Fix dependency list of security/keepassx.

Björn König bkoenig at alpha-tierchen.de
Mon Mar 31 23:40:02 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list