diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-09-25 13:38:29 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-09-25 13:38:29 +0800 |
commit | 8925611d5301f920d5d1943b0bd42ee2382315d6 (patch) | |
tree | 7355b70426d66369fc53c64c645d2586d13577f9 /deskutils | |
parent | 97dc514aa1109d7878293e9d2d328e529f36acb6 (diff) | |
download | freebsd-ports-gnome-8925611d5301f920d5d1943b0bd42ee2382315d6.tar.gz freebsd-ports-gnome-8925611d5301f920d5d1943b0bd42ee2382315d6.tar.zst freebsd-ports-gnome-8925611d5301f920d5d1943b0bd42ee2382315d6.zip |
Update to version 1.6.3
PR: ports/193894
Submitted by: Ports Fury.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/mirall/Makefile | 9 | ||||
-rw-r--r-- | deskutils/mirall/distinfo | 4 | ||||
-rw-r--r-- | deskutils/mirall/pkg-plist | 19 |
3 files changed, 8 insertions, 24 deletions
diff --git a/deskutils/mirall/Makefile b/deskutils/mirall/Makefile index db03b1629ac1..2e0b24d8dab9 100644 --- a/deskutils/mirall/Makefile +++ b/deskutils/mirall/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mirall -PORTVERSION= 1.6.2 -PORTREVISION= 2 +PORTVERSION= 1.6.3 CATEGORIES= deskutils MASTER_SITES= http://download.owncloud.com/desktop/stable/ @@ -17,8 +16,10 @@ LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify \ libneon.so:${PORTSDIR}/www/neon29 USES= cmake:outsource compiler:c++11-lang gmake pkgconfig tar:bzip2 -USE_QT4= corelib dbus gui network qtestlib sql-sqlite3 webkit xml \ - linguist_build moc_build qmake_build rcc_build uic_build +USE_QT4= corelib dbus gui network qtestlib webkit xml \ + linguist_build moc_build qmake_build rcc_build uic_build \ + sql-sqlite3_run +USE_SQLITE= 3 CMAKE_ENV= INOTIFY_LIB="${LOCALBASE}/lib" CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:STRING=${MANPREFIX}/man/ \ -DBUILD_WITH_QT4:BOOL=ON diff --git a/deskutils/mirall/distinfo b/deskutils/mirall/distinfo index f15a4822ffdb..ef65862220f8 100644 --- a/deskutils/mirall/distinfo +++ b/deskutils/mirall/distinfo @@ -1,2 +1,2 @@ -SHA256 (mirall-1.6.2.tar.bz2) = 853bb5440f72b662dfc4fc381987a77cbd273a15cbf53ba26ca1211bcf11a063 -SIZE (mirall-1.6.2.tar.bz2) = 8632229 +SHA256 (mirall-1.6.3.tar.bz2) = 89e4488881a53956cdedab21d05eb61b2c00bb31a20286b72836e39a3126204b +SIZE (mirall-1.6.3.tar.bz2) = 8635406 diff --git a/deskutils/mirall/pkg-plist b/deskutils/mirall/pkg-plist index f1758ac65039..d3fe342754d9 100644 --- a/deskutils/mirall/pkg-plist +++ b/deskutils/mirall/pkg-plist @@ -18,7 +18,7 @@ include/owncloudsync/mirall/syncresult.h lib/libhttpbf.a lib/libowncloudsync.so lib/libowncloudsync.so.0 -lib/libowncloudsync.so.1.6.2 +lib/libowncloudsync.so.1.6.3 lib/owncloud/libocsync.so lib/owncloud/libocsync.so.0 lib/owncloud/libocsync.so.0.2.1 @@ -266,20 +266,3 @@ share/owncloud/i18n/mirall_tr.qm share/owncloud/i18n/mirall_uk.qm share/owncloud/i18n/mirall_zh_CN.qm share/owncloud/i18n/mirall_zh_TW.qm -@dirrm share/owncloud/i18n -@dirrm share/owncloud -%%PORTDOCS%%@dirrm %%DOCSDIR%%/latex -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/unthemed/_static -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/unthemed/_sources -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/unthemed/_images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/unthemed -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_static -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_sources -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry lib/owncloud -@dirrmtry include/owncloudsync/mirall -@dirrmtry include/owncloudsync/creds -@dirrmtry include/owncloudsync -@dirrmtry etc/ownCloud |