Date: Sun, 19 Mar 2017 11:30:31 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436484 - in head/deskutils/owncloudclient: . files Message-ID: <201703191130.v2JBUVNm089887@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Sun Mar 19 11:30:31 2017 New Revision: 436484 URL: https://svnweb.freebsd.org/changeset/ports/436484 Log: update owncloudclient to 2.3.0. PR: 217805 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Yonas Yanfa <yonas@fizk.net> (maintainer) Deleted: head/deskutils/owncloudclient/files/patch-cmake-modules-FindIconv.cmake Modified: head/deskutils/owncloudclient/Makefile head/deskutils/owncloudclient/distinfo head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp head/deskutils/owncloudclient/pkg-plist Modified: head/deskutils/owncloudclient/Makefile ============================================================================== --- head/deskutils/owncloudclient/Makefile Sun Mar 19 11:26:19 2017 (r436483) +++ head/deskutils/owncloudclient/Makefile Sun Mar 19 11:30:31 2017 (r436484) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= owncloudclient -PORTVERSION= 2.2.4 +PORTVERSION= 2.3.0 DISTVERSIONPREFIX= v CATEGORIES= deskutils Modified: head/deskutils/owncloudclient/distinfo ============================================================================== --- head/deskutils/owncloudclient/distinfo Sun Mar 19 11:26:19 2017 (r436483) +++ head/deskutils/owncloudclient/distinfo Sun Mar 19 11:30:31 2017 (r436484) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480459091 -SHA256 (owncloud-client-v2.2.4_GH0.tar.gz) = 416e8a003ba95387cb5e22fac909c2c2ee21765de413a26397027d36ad89e39b -SIZE (owncloud-client-v2.2.4_GH0.tar.gz) = 14256271 +TIMESTAMP = 1488995726 +SHA256 (owncloud-client-v2.3.0_GH0.tar.gz) = eb9cb9edeb843253f356238ac82bcaf2dd6df65d85da7593f4d8c9791a87489d +SIZE (owncloud-client-v2.3.0_GH0.tar.gz) = 14342829 Modified: head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp ============================================================================== --- head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp Sun Mar 19 11:26:19 2017 (r436483) +++ head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp Sun Mar 19 11:30:31 2017 (r436484) @@ -1,21 +1,16 @@ --- src/gui/generalsettings.cpp.orig 2016-05-12 07:59:12 UTC +++ src/gui/generalsettings.cpp -@@ -109,6 +109,7 @@ void GeneralSettings::loadMiscSettings() +@@ -124,6 +124,7 @@ void GeneralSettings::slotUpdateInfo() { +#if 0 - OCUpdater *updater = dynamic_cast<OCUpdater*>(Updater::instance()); + // Note: the sparkle-updater is not an OCUpdater + OCUpdater *updater = qobject_cast<OCUpdater*>(Updater::instance()); if (ConfigFile().skipUpdateCheck()) { - updater = 0; // don't show update info if updates are disabled -@@ -121,9 +122,12 @@ void GeneralSettings::slotUpdateInfo() - _ui->updateStateLabel->setText(updater->statusString()); - _ui->restartButton->setVisible(updater->downloadState() == OCUpdater::DownloadComplete); - } else { -+#endif +@@ -140,6 +141,7 @@ // can't have those infos from sparkle currently _ui->updatesGroupBox->setVisible(false); -+#if 0 } +#endif } Modified: head/deskutils/owncloudclient/pkg-plist ============================================================================== --- head/deskutils/owncloudclient/pkg-plist Sun Mar 19 11:26:19 2017 (r436483) +++ head/deskutils/owncloudclient/pkg-plist Sun Mar 19 11:30:31 2017 (r436484) @@ -20,6 +20,7 @@ lib/owncloud/libocsync.so.%%VERSION%% %%PORTDOCS%%man/man1/owncloud.1.gz %%PORTDOCS%%man/man1/owncloudcmd.1.gz share/applications/owncloud.desktop +share/caja-python/extensions/syncstate-ownCloud.py %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/.buildinfo %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-1.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-2.png @@ -218,8 +219,8 @@ share/icons/hicolor/72x72/apps/ownCloud_ share/icons/hicolor/72x72/apps/ownCloud_sync_shared.png share/icons/hicolor/72x72/apps/ownCloud_warn.png share/icons/hicolor/72x72/apps/ownCloud_warn_shared.png -share/nautilus-python/extensions/syncstate.py -share/nemo-python/extensions/syncstate.py +share/nautilus-python/extensions/syncstate-ownCloud.py +share/nemo-python/extensions/syncstate-ownCloud.py share/owncloud/i18n/client_TW.qm share/owncloud/i18n/client_ca.qm share/owncloud/i18n/client_cs.qm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703191130.v2JBUVNm089887>