Bug 171217 - audio/pacpl: remove deprecated kdebase component
Summary: audio/pacpl: 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: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-31 18:00 UTC by Max Brazhnikov
Modified: 2012-09-17 16:18 UTC (History)
0 users

See Also:


Attachments
file.diff (404 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:16 UTC
Replace deprecated kdebase component with kdehier: the port installs
service file that can be used by any kde filemanager. I see no reason
to depend on kde-baseapps in this case.

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

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-17 16:07:19 UTC
Author: makc
Date: Mon Sep 17 15:07:04 2012
New Revision: 304406
URL: http://svn.freebsd.org/changeset/ports/304406

Log:
  Replace deprecated kdebase component with kdehier: the port installs
  service file that can be used by any kde filemanager. I see no reason
  to depend on kde-baseapps in this case.
  
  PR:		ports/171217
  Approved by:	maintainer timeout (17 days)

Modified:
  head/audio/pacpl/Makefile   (contents, props changed)

Modified: head/audio/pacpl/Makefile
==============================================================================
--- head/audio/pacpl/Makefile	Mon Sep 17 15:06:43 2012	(r304405)
+++ head/audio/pacpl/Makefile	Mon Sep 17 15:07:04 2012	(r304406)
@@ -58,7 +58,7 @@ PACPL_PO=	en_US.po
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MKDE4}
-USE_KDE4=	kdebase
+USE_KDE4=	kdehier
 PLIST_SUB+=	KDE4SERVICEMENU="" KDE4_PREFIX="${KDE4_PREFIX}"
 .else
 PLIST_SUB+=	KDE4SERVICEMENU="@comment "
_______________________________________________
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 3 Max Brazhnikov freebsd_committer freebsd_triage 2012-09-17 16:18:42 UTC
State Changed
From-To: open->closed

Committed.