Index: head/deskutils/kdeconnect-kde/Makefile =================================================================== --- head/deskutils/kdeconnect-kde/Makefile (revision 492643) +++ head/deskutils/kdeconnect-kde/Makefile (revision 492644) @@ -1,33 +1,34 @@ # $FreeBSD$ PORTNAME= kdeconnect-kde DISTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde MASTER_SITES= KDE/stable/kdeconnect/${DISTVERSION}/src/ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Support for KDE to interface between your phone and your computer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfakekey.so:x11/libfakekey \ libqca-qt5.so:devel/qca@qt5 -RUN_DEPENDS= sshfs:sysutils/fusefs-sshfs +RUN_DEPENDS= sshpass:security/sshpass \ + sshfs:sysutils/fusefs-sshfs CONFLICTS_INSTALL= kdeconnect-kde-0.7* kdeconnect-kde-kde4-0.7.* USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ pkgconfig qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons dbusaddons doctools ecm i18n iconthemes \ itemviews jobwidgets kcmutils kio notifications service \ solid wayland widgetsaddons xmlgui USE_QT= concurrent core dbus declarative gui network testlib widgets x11extras xml \ buildtools_build qmake_build USE_XORG= ice sm x11 xext xtst USE_LDCONFIG= ${QT_QMLDIR}/org/kde/kdeconnect .include Index: head/deskutils/kdeconnect-kde/files/patch-plugins_sftp_mounter.cpp =================================================================== --- head/deskutils/kdeconnect-kde/files/patch-plugins_sftp_mounter.cpp (nonexistent) +++ head/deskutils/kdeconnect-kde/files/patch-plugins_sftp_mounter.cpp (revision 492644) @@ -0,0 +1,22 @@ +--- plugins/sftp/mounter.cpp.orig 2018-11-06 14:32:08.000000000 +0100 ++++ plugins/sftp/mounter.cpp 2019-01-29 18:43:47.324002000 +0100 +@@ -139,7 +139,7 @@ + << QStringLiteral("-o") << QStringLiteral("gid=") + QString::number(getgid()) + << QStringLiteral("-o") << QStringLiteral("reconnect") + << QStringLiteral("-o") << QStringLiteral("ServerAliveInterval=30") +- << QStringLiteral("-o") << QStringLiteral("password_stdin") ++ << QStringLiteral("-o") << QStringLiteral("ssh_command=sshpass -p ") + np.get("password").toLatin1() + (" ssh") + ; + + m_proc->setProgram(program, arguments); +@@ -148,8 +148,8 @@ + m_proc->start(); + + //qCDebug(KDECONNECT_PLUGIN_SFTP) << "Passing password: " << np.get("password").toLatin1(); +- m_proc->write(np.get(QStringLiteral("password")).toLatin1()); +- m_proc->write("\n"); ++ //m_proc->write(np.get(QStringLiteral("password")).toLatin1()); ++ // m_proc->write("\n"); + + } + Property changes on: head/deskutils/kdeconnect-kde/files/patch-plugins_sftp_mounter.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property