Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2018 23:36:51 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488353 - head/devel/kio-extras
Message-ID:  <201812252336.wBPNap9B085398@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Tue Dec 25 23:36:51 2018
New Revision: 488353
URL: https://svnweb.freebsd.org/changeset/ports/488353

Log:
  Fix devel/kio-extras plist for non-default OPTIONS.
  
  When MTP is off, mtp files are not installed; not all of them
  were flagged with %%MTP%%. No PORTREVISION bump because the
  package doesn't change for any options that actually could build.
  
  PR:		234138
  Reported by:	Henrik Hudson

Modified:
  head/devel/kio-extras/pkg-plist

Modified: head/devel/kio-extras/pkg-plist
==============================================================================
--- head/devel/kio-extras/pkg-plist	Tue Dec 25 23:21:01 2018	(r488352)
+++ head/devel/kio-extras/pkg-plist	Tue Dec 25 23:36:51 2018	(r488353)
@@ -34,7 +34,7 @@ lib/libmolletnetwork5.so.%%KDE_APPLICATIONS_VERSION%%
 %%SSH%%%%QT_PLUGINDIR%%/kf5/kio/sftp.so
 %%SAMBA%%%%QT_PLUGINDIR%%/kf5/kio/smb.so
 %%QT_PLUGINDIR%%/kf5/kio/thumbnail.so
-%%QT_PLUGINDIR%%/kf5/kiod/kmtpd.so
+%%MTP%%%%QT_PLUGINDIR%%/kf5/kiod/kmtpd.so
 %%QT_PLUGINDIR%%/kfileaudiopreview.so
 %%QT_PLUGINDIR%%/kio_activities.so
 %%QT_PLUGINDIR%%/kritathumbnail.so
@@ -47,7 +47,7 @@ lib/libmolletnetwork5.so.%%KDE_APPLICATIONS_VERSION%%
 %%QT_PLUGINDIR%%/windowsimagethumbnail.so
 share/config.kcfg/jpegcreatorsettings5.kcfg
 share/dbus-1/interfaces/kf5_org.kde.network.kioslavenotifier.xml
-share/dbus-1/services/org.kde.kmtp.daemon.service
+%%MTP%%share/dbus-1/services/org.kde.kmtp.daemon.service
 share/kio_bookmarks/kio_bookmarks.css
 share/kio_docfilter/kio_docfilter.css
 share/kio_info/kde-info2html



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