Summary: | deskutils/plasma-applet-fancytasks: remove deprecated kdebase component | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Max Brazhnikov <makc> | ||||
Component: | Individual Port(s) | Assignee: | Max Brazhnikov <makc> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Max Brazhnikov
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->makc Submitter has GNATS access (via the GNATS Auto Assign Tool) 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 State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) I'm agree with patch. State Changed From-To: feedback->open maintainer approved the patch 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" State Changed From-To: open->closed Committed. |