Bug 171218 - deskutils/plasma-applet-fancytasks: remove deprecated kdebase component
Summary: deskutils/plasma-applet-fancytasks: remove deprecated kdebase component
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-31 18:00 UTC by Max Brazhnikov
Modified: 2012-09-01 00:10 UTC (History)
0 users

See Also:


Attachments
file.diff (903 bytes, patch)
2012-08-31 18:00 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov freebsd_committer freebsd_triage 2012-08-31 18:00:17 UTC
Remove needless (and deprecated) kdebase component
Remove indirect dependencies on qt4 libraries

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-31 18:00:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-31 18:00:51 UTC
Maintainer of deskutils/plasma-applet-fancytasks,

Please note that PR ports/171218 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171218

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-31 18:00:53 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Veniamin 2012-08-31 18:11:05 UTC
I'm agree with patch.
Comment 5 Max Brazhnikov freebsd_committer freebsd_triage 2012-08-31 23:53:41 UTC
State Changed
From-To: feedback->open

maintainer approved the patch
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-09-01 00:04:38 UTC
Author: makc
Date: Fri Aug 31 23:04:24 2012
New Revision: 303450
URL: http://svn.freebsd.org/changeset/ports/303450

Log:
  Remove needless (and deprecated) kdebase component
  Remove indirect dependencies on qt4 libraries
  
  PR:		ports/171218
  Approved by:	Veniamin Gvozdikov (maintainer)

Modified:
  head/deskutils/plasma-applet-fancytasks/Makefile   (contents, props changed)

Modified: head/deskutils/plasma-applet-fancytasks/Makefile
==============================================================================
--- head/deskutils/plasma-applet-fancytasks/Makefile	Fri Aug 31 22:52:45 2012	(r303449)
+++ head/deskutils/plasma-applet-fancytasks/Makefile	Fri Aug 31 23:04:24 2012	(r303450)
@@ -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 @@ COMMENT=	Plasmoid fancy representation o
 
 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}
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 7 Max Brazhnikov freebsd_committer freebsd_triage 2012-09-01 00:06:16 UTC
State Changed
From-To: open->closed

Committed.