Index: head/deskutils/owncloudclient/Makefile =================================================================== --- head/deskutils/owncloudclient/Makefile (revision 397490) +++ head/deskutils/owncloudclient/Makefile (revision 397491) @@ -1,56 +1,56 @@ # Created by: Mathieu Arnold # $FreeBSD$ PORTNAME= owncloudclient -PORTVERSION= 1.8.4 +PORTVERSION= 2.0.1 CATEGORIES= deskutils MASTER_SITES= http://download.owncloud.com/desktop/stable/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yonas@fizk.net COMMENT= OwnCloud Desktop Syncing Client LICENSE= GPLv2 LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify \ libqt5keychain.so:${PORTSDIR}/security/qtkeychain-qt5 USES= cmake:outsource compiler:c++11-lib gmake pkgconfig tar:xz USE_QT5= buildtools_build concurrent core dbus gui linguist_build network \ qmake_build webkit xml USE_OPENSSL= yes USE_SQLITE= 3 CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \ -DCMAKE_INSTALL_MANDIR:STRING=man \ -DWITH_STACK_PROTECTOR:BOOL=OFF USE_LDCONFIG= yes INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx DOCS_USE= tex=dvipsk:build,latex:build DOCS_CMAKE_ON= -DWITH_DOC:BOOL=ON PLIST_SUB= VERSION=${PORTVERSION} .include .if ${OPSYS} != FreeBSD || ${OSVERSION} < 1000015 WITH_OPENSSL_PORT= yes # CMake 3.3.x will use $PATH when looking for headers and libraries by default, # and OpenSSL from base will end up being used. Make sure ${LOCALBASE} is # preferred over $PATH. CMAKE_ARGS+= -DCMAKE_PREFIX_PATH=${LOCALBASE} .endif post-patch: @${REINPLACE_CMD} -e \ 's|.lst |.lst.sample |' ${WRKSRC}/CMakeLists.txt pre-configure: @(cd ${WRKSRC} && ${CP} -f sync-exclude.lst sync-exclude.lst.sample) .include Index: head/deskutils/owncloudclient/distinfo =================================================================== --- head/deskutils/owncloudclient/distinfo (revision 397490) +++ head/deskutils/owncloudclient/distinfo (revision 397491) @@ -1,2 +1,2 @@ -SHA256 (owncloudclient-1.8.4.tar.xz) = ebe5ec7e33de6f2072bcadcd2b316a09b9d583d7d41eb1caf467a48896d81cdb -SIZE (owncloudclient-1.8.4.tar.xz) = 11371640 +SHA256 (owncloudclient-2.0.1.tar.xz) = 97e8fe888b8f59b0703fd9fbd54feecbf14c078ac14e9856bf0327f2b41bc287 +SIZE (owncloudclient-2.0.1.tar.xz) = 11737332 Index: head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp =================================================================== --- head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp (revision 397490) +++ head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp (revision 397491) @@ -1,23 +1,23 @@ ---- src/gui/generalsettings.cpp.orig 2015-03-16 14:28:58 UTC +--- src/gui/generalsettings.cpp.orig 2015-09-01 13:50:21 UTC +++ src/gui/generalsettings.cpp -@@ -85,6 +85,7 @@ void GeneralSettings::loadMiscSettings() +@@ -105,6 +105,7 @@ void GeneralSettings::loadMiscSettings() void GeneralSettings::slotUpdateInfo() { +#if 0 - if (OCUpdater *updater = dynamic_cast(Updater::instance())) - { + if (OCUpdater *updater = dynamic_cast(Updater::instance())) { connect(updater, SIGNAL(downloadStateChanged()), SLOT(slotUpdateInfo()), Qt::UniqueConnection); -@@ -93,9 +94,12 @@ void GeneralSettings::slotUpdateInfo() + connect(_ui->restartButton, SIGNAL(clicked()), updater, SLOT(slotStartInstaller()), Qt::UniqueConnection); +@@ -112,9 +113,12 @@ void GeneralSettings::slotUpdateInfo() _ui->updateStateLabel->setText(updater->statusString()); _ui->restartButton->setVisible(updater->downloadState() == OCUpdater::DownloadComplete); } else { +#endif // can't have those infos from sparkle currently _ui->updatesGroupBox->setVisible(false); +#if 0 } +#endif } void GeneralSettings::saveMiscSettings()