Page MenuHomeFreeBSD

D27697.diff
No OneTemporary

D27697.diff

Index: head/deskutils/nextcloudclient/Makefile
===================================================================
--- head/deskutils/nextcloudclient/Makefile
+++ head/deskutils/nextcloudclient/Makefile
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= nextcloudclient
-PORTVERSION= 3.0.3
+PORTVERSION= 3.1.1
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= deskutils
MAINTAINER= mr@FreeBSD.org
@@ -22,6 +21,7 @@
quickcontrols2 sql svg webchannel webengine webkit \
widgets xml
CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \
+ -DBUILD_UPDATER:BOOL=OFF \
-DCMAKE_INSTALL_MANDIR:STRING=man \
-DWITH_STACK_PROTECTOR:BOOL=OFF
USE_LDCONFIG= yes
Index: head/deskutils/nextcloudclient/distinfo
===================================================================
--- head/deskutils/nextcloudclient/distinfo
+++ head/deskutils/nextcloudclient/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604321716
-SHA256 (nextcloud-desktop-v3.0.3_GH0.tar.gz) = abd021ff06ecb267221a221dbf8b4efd3bd8e418053cc49b6b6faa290717c6d8
-SIZE (nextcloud-desktop-v3.0.3_GH0.tar.gz) = 19202718
+TIMESTAMP = 1608722777
+SHA256 (nextcloud-desktop-v3.1.1_GH0.tar.gz) = e296156a4de033a59f9b3210fe17fdfb8bb7aebefb715ae4e3b85e627e40a87f
+SIZE (nextcloud-desktop-v3.1.1_GH0.tar.gz) = 19440799
Index: head/deskutils/nextcloudclient/files/patch-src_gui_accountsettings.cpp
===================================================================
--- head/deskutils/nextcloudclient/files/patch-src_gui_accountsettings.cpp
+++ head/deskutils/nextcloudclient/files/patch-src_gui_accountsettings.cpp
@@ -1,12 +0,0 @@
---- src/gui/accountsettings.cpp.orig 2017-12-20 15:03:02 UTC
-+++ src/gui/accountsettings.cpp
-@@ -34,7 +34,8 @@
- #include "tooltipupdater.h"
- #include "filesystem.h"
-
--#include <math.h>
-+#include <climits>
-+#include <cmath>
-
- #include <QDesktopServices>
- #include <QDir>
Index: head/deskutils/nextcloudclient/files/patch-src_gui_generalsettings.cpp
===================================================================
--- head/deskutils/nextcloudclient/files/patch-src_gui_generalsettings.cpp
+++ head/deskutils/nextcloudclient/files/patch-src_gui_generalsettings.cpp
@@ -1,18 +0,0 @@
---- src/gui/generalsettings.cpp.orig 2017-12-20 15:03:02 UTC
-+++ src/gui/generalsettings.cpp
-@@ -117,6 +117,7 @@ void GeneralSettings::loadMiscSettings()
-
- void GeneralSettings::slotUpdateInfo()
- {
-+#if 0
- // Note: the sparkle-updater is not an OCUpdater
- OCUpdater *updater = qobject_cast<OCUpdater *>(Updater::instance());
- if (ConfigFile().skipUpdateCheck()) {
-@@ -133,6 +134,7 @@ void GeneralSettings::slotUpdateInfo()
- // can't have those infos from sparkle currently
- _ui->updatesGroupBox->setVisible(false);
- }
-+#endif
- }
-
- void GeneralSettings::saveMiscSettings()

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 15, 11:26 AM (7 m, 12 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26982986
Default Alt Text
D27697.diff (2 KB)

Event Timeline