Update to ocsync-0.60.1.

This commit is contained in:
ajacoutot 2012-10-30 17:26:59 +00:00
parent 012897bd20
commit 9968c2be4b
2 changed files with 9 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/10/16 09:41:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2012/10/30 17:26:59 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= bidirectional directories synchronizer (owncloud version)
DISTNAME= ocsync-0.60.0
DISTNAME= ocsync-0.60.1
EXTRACT_SUFX= .tar.bz2
CATEGORIES= net
@ -19,8 +19,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c crypto iniparser log4c neon pthread smbclient sqlite3
WANTLIB += ssh ssl
WANTLIB += c iniparser log4c neon pthread smbclient sqlite3 ssh
MASTER_SITES= http://download.owncloud.com/download/
@ -35,6 +34,10 @@ LIB_DEPENDS= devel/iniparser \
net/samba \
security/libssh
# XXX tar: Invalid header, starting valid header search.
TAR= ${LOCALBASE}/bin/gtar
BUILD_DEPENDS+= archivers/gtar
# csync_owncloud requires -pthread:
# dlopen: failed to open libpthread.so.XX.X
CONFIGURE_ARGS= -DCMAKE_C_FLAGS="${CFLAGS} -pthread" \

View File

@ -1,2 +1,2 @@
SHA256 (ocsync-0.60.0.tar.bz2) = P0PU00m9Rv6MgMJwc71XjOGTH6nE6Mx6qh6yBNnCoqY=
SIZE (ocsync-0.60.0.tar.bz2) = 2065335
SHA256 (ocsync-0.60.1.tar.bz2) = jvPs1xcDD6sr8aW5TZFF3nVUVDNL+XvQkpzsGZetgtY=
SIZE (ocsync-0.60.1.tar.bz2) = 2101539