Skip to content

Commit

Permalink
Update to version 1.6.3
Browse files Browse the repository at this point in the history
PR:		ports/193894
Submitted by:	Ports Fury.
  • Loading branch information
vanillahsu committed Sep 25, 2014
1 parent 97dc514 commit 8925611
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 24 deletions.
9 changes: 5 additions & 4 deletions deskutils/mirall/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions deskutils/mirall/distinfo
Original file line number Diff line number Diff line change
@@ -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
19 changes: 1 addition & 18 deletions deskutils/mirall/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 8925611

Please sign in to comment.