svn commit: r488353 - head/devel/kio-extras
Adriaan de Groot
adridg at FreeBSD.org
Tue Dec 25 23:36:52 UTC 2018
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
More information about the svn-ports-all
mailing list