Update to ocsync-0.70.7.

This commit is contained in:
ajacoutot 2013-04-27 16:27:19 +00:00
parent 87331ac78f
commit 619223c5a8
3 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:35:50 espie Exp $
# $OpenBSD: Makefile,v 1.8 2013/04/27 16:27:19 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= bidirectional directories synchronizer (owncloud version)
DISTNAME= ocsync-0.70.4
DISTNAME= ocsync-0.70.7
EXTRACT_SUFX= .tar.bz2
CATEGORIES= net

View File

@ -1,2 +1,2 @@
SHA256 (ocsync-0.70.4.tar.bz2) = 42joFtT0HHXqrVhUF2s3q1esI8gvhc3UeZtpW+jOxBA=
SIZE (ocsync-0.70.4.tar.bz2) = 2105772
SHA256 (ocsync-0.70.7.tar.bz2) = Vxx6giqOMJZsOn5hpSGLSejVLnDoqOyA0W23htYLsyQ=
SIZE (ocsync-0.70.7.tar.bz2) = 2108498

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-src_std_c_file_c,v 1.1.1.1 2012/10/16 09:41:44 ajacoutot Exp $
--- src/std/c_file.c.orig Mon Jun 18 17:29:20 2012
+++ src/std/c_file.c Sun Jun 24 09:49:58 2012
@@ -31,6 +31,10 @@
#include <fcntl.h>
$OpenBSD: patch-src_std_c_file_c,v 1.2 2013/04/27 16:27:19 ajacoutot Exp $
--- src/std/c_file.c.orig Mon Apr 22 15:34:09 2013
+++ src/std/c_file.c Sat Apr 27 18:20:25 2013
@@ -32,6 +32,10 @@
#include <unistd.h>
#include <string.h>
+#ifndef ENODATA
+#define ENODATA ENOENT