From owner-svn-ports-all@freebsd.org Wed Dec 26 17:06:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E93A61356EA2; Wed, 26 Dec 2018 17:06:32 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FA2D8A244; Wed, 26 Dec 2018 17:06:32 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66FB7267D4; Wed, 26 Dec 2018 17:06:32 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBQH6W2k044002; Wed, 26 Dec 2018 17:06:32 GMT (envelope-from mr@FreeBSD.org) Received: (from mr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBQH6VPh043997; Wed, 26 Dec 2018 17:06:31 GMT (envelope-from mr@FreeBSD.org) Message-Id: <201812261706.wBQH6VPh043997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mr set sender to mr@FreeBSD.org using -f From: Michael Reifenberger Date: Wed, 26 Dec 2018 17:06:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488407 - head/deskutils/nextcloudclient X-SVN-Group: ports-head X-SVN-Commit-Author: mr X-SVN-Commit-Paths: head/deskutils/nextcloudclient X-SVN-Commit-Revision: 488407 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8FA2D8A244 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.985,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2018 17:06:33 -0000 Author: mr Date: Wed Dec 26 17:06:31 2018 New Revision: 488407 URL: https://svnweb.freebsd.org/changeset/ports/488407 Log: Update to newer snapshot. nextcloud client now depends on openssl 1.1 PR: 33260 Modified: head/deskutils/nextcloudclient/Makefile head/deskutils/nextcloudclient/distinfo head/deskutils/nextcloudclient/pkg-plist Modified: head/deskutils/nextcloudclient/Makefile ============================================================================== --- head/deskutils/nextcloudclient/Makefile Wed Dec 26 17:01:58 2018 (r488406) +++ head/deskutils/nextcloudclient/Makefile Wed Dec 26 17:06:31 2018 (r488407) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= nextcloudclient -PORTVERSION= 0.0.0.20180323 -#DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTVERSION= 0.0.0.20181226 +#PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= mr@FreeBSD.org @@ -15,20 +14,21 @@ LICENSE= GPLv2 LIB_DEPENDS= libinotify.so:devel/libinotify \ libqt5keychain.so:security/qtkeychain@qt5 -USES= cmake:noninja compiler:c++11-lib gmake iconv \ +USES= cmake:outsource,noninja compiler:c++11-lib gmake iconv \ localbase:ldflags pkgconfig qt:5 sqlite ssl -USE_QT= buildtools_build concurrent core dbus gui linguist_build network \ - qmake_build sql webkit widgets xml +USE_QT= buildtools_build concurrent core dbus declarative gui linguist_build location network \ + printsupport qmake_build sql webchannel webengine webkit widgets xml CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \ -DCMAKE_INSTALL_MANDIR:STRING=man \ -DWITH_STACK_PROTECTOR:BOOL=OFF USE_LDCONFIG= yes INSTALLS_ICONS= yes +DEBUG= yes USE_GITHUB= yes GH_ACCOUNT= nextcloud -GH_PROJECT= client -GH_TAGNAME= 4c40789dcafe5b193e125620b63dcc95e08ffba5 +GH_PROJECT= desktop +GH_TAGNAME= 9cea77b0fbc7130134a02475ade3392c402ae1ce #OPTIONS_DEFINE= DEBUG DOCS OPTIONS_DEFINE= DEBUG # DOCS doesn't build currently Modified: head/deskutils/nextcloudclient/distinfo ============================================================================== --- head/deskutils/nextcloudclient/distinfo Wed Dec 26 17:01:58 2018 (r488406) +++ head/deskutils/nextcloudclient/distinfo Wed Dec 26 17:06:31 2018 (r488407) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521915864 -SHA256 (nextcloud-client-0.0.0.20180323-4c40789dcafe5b193e125620b63dcc95e08ffba5_GH0.tar.gz) = 311028a8dadc9137699255f9b1d619c45f5ce820f2942697285339bfc6c0e836 -SIZE (nextcloud-client-0.0.0.20180323-4c40789dcafe5b193e125620b63dcc95e08ffba5_GH0.tar.gz) = 18378272 +TIMESTAMP = 1545842941 +SHA256 (nextcloud-desktop-0.0.0.20181226-9cea77b0fbc7130134a02475ade3392c402ae1ce_GH0.tar.gz) = 7d37f1d94e89ae772b26ac7e5b80119acf04cbb258c3d213dad7d3456f0d4018 +SIZE (nextcloud-desktop-0.0.0.20181226-9cea77b0fbc7130134a02475ade3392c402ae1ce_GH0.tar.gz) = 18932317 Modified: head/deskutils/nextcloudclient/pkg-plist ============================================================================== --- head/deskutils/nextcloudclient/pkg-plist Wed Dec 26 17:01:58 2018 (r488406) +++ head/deskutils/nextcloudclient/pkg-plist Wed Dec 26 17:06:31 2018 (r488407) @@ -12,10 +12,10 @@ include/nextcloudsync/mirall/syncfileitem.h include/nextcloudsync/mirall/syncresult.h lib/libnextcloudsync.so lib/libnextcloudsync.so.0 -lib/libnextcloudsync.so.2.5.0 +lib/libnextcloudsync.so.2.5.1 lib/nextcloud/libocsync.so lib/nextcloud/libocsync.so.0 -lib/nextcloud/libocsync.so.2.5.0 +lib/nextcloud/libocsync.so.2.5.1 share/applications/nextcloud.desktop share/caja-python/extensions/syncstate-Nextcloud.py share/icons/hicolor/1024x1024/apps/Nextcloud.png @@ -86,13 +86,24 @@ share/icons/hicolor/72x72/apps/Nextcloud_warn_shared.p share/nautilus-python/extensions/syncstate-Nextcloud.py share/nemo-python/extensions/syncstate-Nextcloud.py share/nextcloud/i18n/client_TW.qm +share/nextcloud/i18n/client_bg.qm share/nextcloud/i18n/client_ca.qm share/nextcloud/i18n/client_cs.qm share/nextcloud/i18n/client_de.qm share/nextcloud/i18n/client_el.qm share/nextcloud/i18n/client_en.qm +share/nextcloud/i18n/client_en_GB.qm share/nextcloud/i18n/client_es.qm share/nextcloud/i18n/client_es_AR.qm +share/nextcloud/i18n/client_es_CL.qm +share/nextcloud/i18n/client_es_CO.qm +share/nextcloud/i18n/client_es_CR.qm +share/nextcloud/i18n/client_es_DO.qm +share/nextcloud/i18n/client_es_EC.qm +share/nextcloud/i18n/client_es_GT.qm +share/nextcloud/i18n/client_es_HN.qm +share/nextcloud/i18n/client_es_MX.qm +share/nextcloud/i18n/client_es_SV.qm share/nextcloud/i18n/client_et.qm share/nextcloud/i18n/client_eu.qm share/nextcloud/i18n/client_fa.qm @@ -100,8 +111,10 @@ share/nextcloud/i18n/client_fi.qm share/nextcloud/i18n/client_fr.qm share/nextcloud/i18n/client_gl.qm share/nextcloud/i18n/client_hu.qm +share/nextcloud/i18n/client_is.qm share/nextcloud/i18n/client_it.qm share/nextcloud/i18n/client_ja.qm +share/nextcloud/i18n/client_lt_LT.qm share/nextcloud/i18n/client_nb_NO.qm share/nextcloud/i18n/client_nl.qm share/nextcloud/i18n/client_pl.qm