Date: Sun, 8 Apr 2018 20:47:57 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466830 - head/deskutils/owncloudclient Message-ID: <201804082047.w38KlvRZ031472@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <gregf@hugops.pw> (only a simple version change) Approved by: Yonas Yanfa <yonas@fizk.net> (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 <bsd.port.post.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804082047.w38KlvRZ031472>