From owner-svn-ports-head@freebsd.org Sun Apr 8 20:47:58 2018 Return-Path: Delivered-To: svn-ports-head@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 A35CAFA1B85; Sun, 8 Apr 2018 20:47:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 551EE7AF2F; Sun, 8 Apr 2018 20:47:58 +0000 (UTC) (envelope-from yuri@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 4F2E915019; Sun, 8 Apr 2018 20:47:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w38KlwnH031475; Sun, 8 Apr 2018 20:47:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w38KlvRZ031472; Sun, 8 Apr 2018 20:47:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201804082047.w38KlvRZ031472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 8 Apr 2018 20:47:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466830 - head/deskutils/owncloudclient X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/deskutils/owncloudclient X-SVN-Commit-Revision: 466830 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 20:47:58 -0000 Author: yuri Date: Sun Apr 8 20:47:57 2018 New Revision: 466830 URL: https://svnweb.freebsd.org/changeset/ports/466830 Log: deskutils/owncloudclient: Update 2.4.0 -> 2.4.1 Port changes: * Change to DISTVERSION * Remove USES=ssl (not needed) * Add USES=kde:5 and corresponding USE_KDE values * Remove INSTALLS_ICONS (not needed) * Silence the pre-configure command PR: 226490 Submitted by: Greg Fitzgerald (only a simple version change) Approved by: Yonas Yanfa (maintainer) Modified: head/deskutils/owncloudclient/Makefile head/deskutils/owncloudclient/distinfo head/deskutils/owncloudclient/pkg-plist Modified: head/deskutils/owncloudclient/Makefile ============================================================================== --- head/deskutils/owncloudclient/Makefile Sun Apr 8 20:07:24 2018 (r466829) +++ head/deskutils/owncloudclient/Makefile Sun Apr 8 20:47:57 2018 (r466830) @@ -2,32 +2,31 @@ # $FreeBSD$ PORTNAME= owncloudclient -PORTVERSION= 2.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +DISTVERSION= 2.4.1 CATEGORIES= deskutils MAINTAINER= yonas@fizk.net COMMENT= OwnCloud Desktop Syncing Client LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libinotify.so:devel/libinotify \ libqt5keychain.so:security/qtkeychain@qt5 -USES= cmake:outsource,noninja compiler:c++11-lib gmake iconv \ - localbase:ldflags pkgconfig sqlite ssl +USES= cmake:outsource,noninja compiler:c++11-lib gmake iconv kde:5 \ + localbase:ldflags pkgconfig sqlite USE_QT5= buildtools_build concurrent core dbus gui linguist_build network \ qmake_build sql webkit widgets xml +USE_KDE= completion config coreaddons jobwidgets kio service widgetsaddons CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \ -DCMAKE_INSTALL_MANDIR:STRING=man \ -DWITH_STACK_PROTECTOR:BOOL=OFF -USE_LDCONFIG= yes -INSTALLS_ICONS= yes - USE_GITHUB= yes GH_ACCOUNT= owncloud GH_PROJECT= client +USE_LDCONFIG= yes OPTIONS_DEFINE= DEBUG DOCS @@ -50,6 +49,6 @@ post-patch: .endif pre-configure: - @(cd ${WRKSRC} && ${CP} -f sync-exclude.lst sync-exclude.lst.sample) + @cd ${WRKSRC} && ${CP} -f sync-exclude.lst sync-exclude.lst.sample .include Modified: head/deskutils/owncloudclient/distinfo ============================================================================== --- head/deskutils/owncloudclient/distinfo Sun Apr 8 20:07:24 2018 (r466829) +++ head/deskutils/owncloudclient/distinfo Sun Apr 8 20:47:57 2018 (r466830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517213252 -SHA256 (owncloud-client-v2.4.0_GH0.tar.gz) = e4abdd33f24e21f15df53f2e8de90d123f974c519259a8c9d86d22c8e4103b86 -SIZE (owncloud-client-v2.4.0_GH0.tar.gz) = 14732065 +TIMESTAMP = 1521522993 +SHA256 (owncloud-client-v2.4.1_GH0.tar.gz) = 89a29ce91f49160cae4f04129a9d1e0757b665300db68d4449849c847627d337 +SIZE (owncloud-client-v2.4.1_GH0.tar.gz) = 14751873 Modified: head/deskutils/owncloudclient/pkg-plist ============================================================================== --- head/deskutils/owncloudclient/pkg-plist Sun Apr 8 20:07:24 2018 (r466829) +++ head/deskutils/owncloudclient/pkg-plist Sun Apr 8 20:47:57 2018 (r466830) @@ -10,12 +10,15 @@ include/owncloudsync/mirall/progressdispatcher.h include/owncloudsync/mirall/syncengine.h include/owncloudsync/mirall/syncfileitem.h include/owncloudsync/mirall/syncresult.h +lib/libownclouddolphinpluginhelper.so lib/libowncloudsync.so lib/libowncloudsync.so.0 lib/libowncloudsync.so.%%VERSION%% lib/owncloud/libocsync.so lib/owncloud/libocsync.so.0 lib/owncloud/libocsync.so.%%VERSION%% +%%QT_PLUGINDIR%%/kf5/overlayicon/ownclouddolphinoverlayplugin.so +%%QT_PLUGINDIR%%/ownclouddolphinactionplugin.so %%PORTDOCS%%man/man1/owncloud.1.gz %%PORTDOCS%%man/man1/owncloudcmd.1.gz share/applications/owncloud.desktop @@ -230,6 +233,7 @@ share/icons/hicolor/72x72/apps/ownCloud_sync.png 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/kservices5/ownclouddolphinactionplugin.desktop share/nautilus-python/extensions/syncstate-ownCloud.py share/nemo-python/extensions/syncstate-ownCloud.py share/owncloud/i18n/client_TW.qm