Remove needless (and deprecated) kdebase component Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->makc Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of multimedia/bangarang, Please note that PR ports/171212 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/171212 -- 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)
State Changed From-To: feedback->open Feedback timeout
Author: makc Date: Mon Sep 17 15:06:03 2012 New Revision: 304403 URL: http://svn.freebsd.org/changeset/ports/304403 Log: Remove superfluous dependence on kdebase PR: ports/171212 Approved by: maintainer timeout (17 days) Modified: head/multimedia/bangarang/Makefile (contents, props changed) Modified: head/multimedia/bangarang/Makefile ============================================================================== --- head/multimedia/bangarang/Makefile Mon Sep 17 14:36:40 2012 (r304402) +++ head/multimedia/bangarang/Makefile Mon Sep 17 15:06:03 2012 (r304403) @@ -6,7 +6,7 @@ PORTNAME= bangarang PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia kde MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -21,7 +21,7 @@ PROJECTHOST= bangarangissuetracking USE_CMAKE= yes USE_GETTEXT= yes USE_QT4= qmake_build moc_build rcc_build uic_build -USE_KDE4= automoc4 kdelibs kdebase kdeprefix +USE_KDE4= automoc4 kdelibs kdeprefix MAKE_JOBS_SAFE= yes _______________________________________________ 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.