mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Update to 0.90.2
- Remove LOG4C knob, it was dropped in 0.70.0 - Only install docs if WITH=DOCS - Sort plist a bit (no functionnal change) PR: ports/183018 Submitted by: mat (me) Approved by: maintainer
This commit is contained in:
parent
d5d3b12e6b
commit
47319e7588
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330495
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= owncloud-csync
|
||||
PORTVERSION= 0.90.0
|
||||
PORTVERSION= 0.90.2
|
||||
CATEGORIES= net kde
|
||||
MASTER_SITES= http://download.owncloud.com/download/
|
||||
DISTNAME= ocsync-${PORTVERSION}
|
||||
@ -20,8 +20,7 @@ LIB_DEPENDS= libiniparser.so:${PORTSDIR}/devel/iniparser \
|
||||
USES= cmake:outsource iconv pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USE_SQLITE= yes
|
||||
CMAKE_ARGS+= -DWITH_LOG4C=NO \
|
||||
-DUNIT_TESTING=NO \
|
||||
CMAKE_ARGS+= -DUNIT_TESTING=NO \
|
||||
-DMAN_INSTALL_DIR=${MANPREFIX}/man
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ocsync-0.90.0.tar.bz2) = 4531d196637829284704ce29816b2f6f9f8e61ca8dd61e6743774d085392301c
|
||||
SIZE (ocsync-0.90.0.tar.bz2) = 4630130
|
||||
SHA256 (ocsync-0.90.2.tar.bz2) = 91359c7934cf23b5ac51f9cc329f6a2f8e7cb8a47d13619220cadf917f702a05
|
||||
SIZE (ocsync-0.90.2.tar.bz2) = 4630185
|
||||
|
@ -1,33 +1,6 @@
|
||||
bin/ocsync
|
||||
%%ETCDIR%%/ocsync.conf
|
||||
%%ETCDIR%%/ocsync_exclude.conf
|
||||
%%DOCSDIR%%/userguide/csync.html
|
||||
%%DOCSDIR%%/userguide/images/icons/README
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/1.png
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/10.png
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/11.png
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/12.png
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/13.png
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/14.png
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/15.png
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/2.png
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/3.png
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/4.png
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/5.png
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/6.png
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/7.png
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/8.png
|
||||
%%DOCSDIR%%/userguide/images/icons/callouts/9.png
|
||||
%%DOCSDIR%%/userguide/images/icons/caution.png
|
||||
%%DOCSDIR%%/userguide/images/icons/example.png
|
||||
%%DOCSDIR%%/userguide/images/icons/home.png
|
||||
%%DOCSDIR%%/userguide/images/icons/important.png
|
||||
%%DOCSDIR%%/userguide/images/icons/next.png
|
||||
%%DOCSDIR%%/userguide/images/icons/note.png
|
||||
%%DOCSDIR%%/userguide/images/icons/prev.png
|
||||
%%DOCSDIR%%/userguide/images/icons/tip.png
|
||||
%%DOCSDIR%%/userguide/images/icons/up.png
|
||||
%%DOCSDIR%%/userguide/images/icons/warning.png
|
||||
include/ocsync/csync.h
|
||||
include/ocsync/csync_version.h
|
||||
include/ocsync/csync_vio.h
|
||||
@ -40,14 +13,41 @@ lib/libocsync.so
|
||||
lib/libocsync.so.0
|
||||
lib/libocsync.so.0.2.1
|
||||
lib/ocsync-0/ocsync_owncloud.so
|
||||
lib/ocsync-0/ocsync_smb.so
|
||||
lib/ocsync-0/ocsync_sftp.so
|
||||
lib/ocsync-0/ocsync_smb.so
|
||||
man/man1/ocsync.1.gz
|
||||
@dirrm lib/ocsync-0
|
||||
@dirrm include/ocsync
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/csync.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/10.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/11.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/12.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/13.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/14.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/15.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/2.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/3.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/4.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/5.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/6.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/7.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/8.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/callouts/9.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/caution.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/example.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/home.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/important.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/next.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/note.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/prev.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/tip.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/up.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userguide/images/icons/warning.png
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/userguide/images/icons/callouts
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/userguide/images/icons
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/userguide/images
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/userguide
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrmtry lib/ocsync-0
|
||||
@dirrmtry include/ocsync
|
||||
@dirrmtry %%ETCDIR%%
|
||||
@dirrm %%DOCSDIR%%/userguide/images/icons/callouts
|
||||
@dirrm %%DOCSDIR%%/userguide/images/icons
|
||||
@dirrm %%DOCSDIR%%/userguide/images
|
||||
@dirrm %%DOCSDIR%%/userguide
|
||||
@dirrmtry %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user