From owner-svn-ports-all@FreeBSD.ORG Wed Jan 8 21:53:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E8C0868; Wed, 8 Jan 2014 21:53:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F2D3D15F9; Wed, 8 Jan 2014 21:53:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s08Lrpfe085333; Wed, 8 Jan 2014 21:53:51 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s08Lrprl085329; Wed, 8 Jan 2014 21:53:51 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201401082153.s08Lrprl085329@svn.freebsd.org> From: Mathieu Arnold Date: Wed, 8 Jan 2014 21:53:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339182 - in head/deskutils/mirall: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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, 08 Jan 2014 21:53:52 -0000 Author: mat Date: Wed Jan 8 21:53:50 2014 New Revision: 339182 URL: http://svnweb.freebsd.org/changeset/ports/339182 Log: Update to 1.5.0. Deleted: head/deskutils/mirall/files/patch-doc__CMakeLists.txt head/deskutils/mirall/files/patch-src__mirall__utility.cpp Modified: head/deskutils/mirall/Makefile head/deskutils/mirall/distinfo head/deskutils/mirall/files/patch-src__CMakeLists.txt head/deskutils/mirall/pkg-plist Modified: head/deskutils/mirall/Makefile ============================================================================== --- head/deskutils/mirall/Makefile Wed Jan 8 21:52:43 2014 (r339181) +++ head/deskutils/mirall/Makefile Wed Jan 8 21:53:50 2014 (r339182) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= mirall -PORTVERSION= 1.4.2 +PORTVERSION= 1.5.0 CATEGORIES= deskutils -MASTER_SITES= http://download.owncloud.com/download/ +MASTER_SITES= http://download.owncloud.com/desktop/stable/ MAINTAINER= mat@FreeBSD.org COMMENT= The ownCloud Desktop Syncing Client @@ -28,6 +28,8 @@ OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx DOCS_USE= TEX=latex:build +PLIST_SUB+= VERSION=${PORTVERSION} + .include .if ${PORT_OPTIONS:MDOCS} Modified: head/deskutils/mirall/distinfo ============================================================================== --- head/deskutils/mirall/distinfo Wed Jan 8 21:52:43 2014 (r339181) +++ head/deskutils/mirall/distinfo Wed Jan 8 21:53:50 2014 (r339182) @@ -1,2 +1,2 @@ -SHA256 (mirall-1.4.2.tar.bz2) = 381915dd9f39d6f731cb4ed2964c33945c4b5ad99f3746d83d812ac2995f9380 -SIZE (mirall-1.4.2.tar.bz2) = 1255233 +SHA256 (mirall-1.5.0.tar.bz2) = 64532680da1c452b7b591550d07f25b554283ec65d448d41366ea2105b959a18 +SIZE (mirall-1.5.0.tar.bz2) = 1318514 Modified: head/deskutils/mirall/files/patch-src__CMakeLists.txt ============================================================================== --- head/deskutils/mirall/files/patch-src__CMakeLists.txt Wed Jan 8 21:52:43 2014 (r339181) +++ head/deskutils/mirall/files/patch-src__CMakeLists.txt Wed Jan 8 21:53:50 2014 (r339182) @@ -8,12 +8,3 @@ ENDIF() IF( WIN32 ) set(libsync_SRCS ${libsync_SRCS} mirall/folderwatcher_win.cpp) -@@ -140,7 +141,7 @@ - list(APPEND libsync_LINK_TARGETS - ${QT_LIBRARIES} - ${CSYNC_LIBRARY} -- dl -+ inotify - ) - - if(QTKEYCHAIN_FOUND) Modified: head/deskutils/mirall/pkg-plist ============================================================================== --- head/deskutils/mirall/pkg-plist Wed Jan 8 21:52:43 2014 (r339181) +++ head/deskutils/mirall/pkg-plist Wed Jan 8 21:53:50 2014 (r339182) @@ -1,10 +1,24 @@ bin/owncloud +bin/owncloudcmd @unexec if cmp -s %D/etc/ownCloud/sync-exclude.lst.sample %D/etc/ownCloud/sync-exclude.lst; then rm -f %D/etc/ownCloud/sync-exclude.lst; fi etc/ownCloud/sync-exclude.lst.sample @exec if [ ! -f %D/etc/ownCloud/sync-exclude.lst ] ; then cp -p %D/%F %B/sync-exclude.lst; fi +include/owncloudsync/creds/abstractcredentials.h +include/owncloudsync/creds/httpcredentials.h +include/owncloudsync/mirall/account.h +include/owncloudsync/mirall/csyncthread.h +include/owncloudsync/mirall/folder.h +include/owncloudsync/mirall/folderman.h +include/owncloudsync/mirall/folderwatcher.h +include/owncloudsync/mirall/mirallconfigfile.h +include/owncloudsync/mirall/networkjobs.h +include/owncloudsync/mirall/progressdispatcher.h +include/owncloudsync/mirall/syncfileitem.h +include/owncloudsync/mirall/syncjournaldb.h +include/owncloudsync/mirall/syncresult.h lib/libowncloudsync.so lib/libowncloudsync.so.0 -lib/libowncloudsync.so.1.4.2 +lib/libowncloudsync.so.%%VERSION%% share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/html/.buildinfo %%PORTDOCS%%%%DOCSDIR%%/html/_images/icon.png @@ -28,6 +42,7 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/html/_sources/introduction.txt %%PORTDOCS%%%%DOCSDIR%%/html/_sources/options.txt %%PORTDOCS%%%%DOCSDIR%%/html/_sources/owncloud.1.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/owncloudcmd.1.txt %%PORTDOCS%%%%DOCSDIR%%/html/_sources/troubleshooting.txt %%PORTDOCS%%%%DOCSDIR%%/html/_sources/visualtour.txt %%PORTDOCS%%%%DOCSDIR%%/html/_static/ajax-loader.gif @@ -62,6 +77,7 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/html/objects.inv %%PORTDOCS%%%%DOCSDIR%%/html/options.html %%PORTDOCS%%%%DOCSDIR%%/html/owncloud.1.html +%%PORTDOCS%%%%DOCSDIR%%/html/owncloudcmd.1.html %%PORTDOCS%%%%DOCSDIR%%/html/search.html %%PORTDOCS%%%%DOCSDIR%%/html/searchindex.js %%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html @@ -120,4 +136,7 @@ share/owncloud/i18n/mirall_zh_TW.qm %%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_images %%PORTDOCS%%@dirrm %%DOCSDIR%%/html %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry include/owncloudsync/mirall +@dirrmtry include/owncloudsync/creds +@dirrmtry include/owncloudsync @dirrmtry etc/ownCloud