Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2012 16:53:39 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171218: deskutils/plasma-applet-fancytasks: remove deprecated kdebase component
Message-ID:  <201208311653.q7VGrd9R059165@red.freebsd.org>
Resent-Message-ID: <201208311700.q7VH0HqN044832@freefall.freebsd.org>

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

>Number:         171218
>Category:       ports
>Synopsis:       deskutils/plasma-applet-fancytasks: remove deprecated kdebase component
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 31 17:00:17 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        
>Organization:
>Environment:
>Description:
Remove needless (and deprecated) kdebase component
Remove indirect dependencies on qt4 libraries

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: deskutils/plasma-applet-fancytasks/Makefile
===================================================================
--- deskutils/plasma-applet-fancytasks/Makefile	(revision 303386)
+++ deskutils/plasma-applet-fancytasks/Makefile	(working copy)
@@ -7,7 +7,7 @@
 
 PORTNAME=	fancytasks
 PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils
 MASTER_SITES=	http://kde-look.org/CONTENT/content-files/
 PKGNAMEPREFIX=	plasma-applet-
@@ -18,13 +18,10 @@
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	qimageblitz.4:${PORTSDIR}/x11/qimageblitz
-
 USE_BZIP2=	yes
 USE_CMAKE=	yes
-USE_KDE4=	automoc4 kdeprefix kdelibs kdebase workspace
-USE_QT4=	gui dbus network opengl svg phonon webkit xml \
-		qmake_build moc_build rcc_build uic_build
+USE_KDE4=	automoc4 kdeprefix kdelibs workspace qimageblitz
+USE_QT4=	qmake_build moc_build rcc_build uic_build
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 


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



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