On Wed, May 11, 2016 14:03, David Coppa wrote: > > Maintainer has changed: Dmitry Matveev resigned in favour of Vladimir > Kondratiev. > > The new upstream repository is https://github.com/wulf7/libinotify-kqueue > > Here's an update to the latest snapshot, please test it as usual...
Hi, owncloudclient works without issues. OK by me. > > Ciao! > David > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/libinotify/Makefile,v > retrieving revision 1.7 > diff -u -p -u -p -r1.7 Makefile > --- Makefile 26 Sep 2015 21:39:51 -0000 1.7 > +++ Makefile 11 May 2016 11:01:50 -0000 > @@ -2,9 +2,9 @@ > > COMMENT = kevent based inotify > > -DISTNAME = libinotify-20150829 > +DISTNAME = libinotify-20160503 > > -SHARED_LIBS = inotify 1.1 > +SHARED_LIBS = inotify 2.0 > > CATEGORIES = devel > > @@ -17,7 +17,7 @@ WANTLIB = pthread > > MASTER_SITES = http://www.linklevel.net/distfiles/ \ > http://ohvost.ru/dnl/ > -WRKDIST = ${WRKDIR}/dmatveev-libinotify-kqueue-b2873cf > +WRKDIST = ${WRKDIR}/wulf7-libinotify-kqueue-c637d04 > > BUILD_DEPENDS = devel/libtool \ > ${MODGNU_AUTOCONF_DEPENDS} \ > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/libinotify/distinfo,v > retrieving revision 1.5 > diff -u -p -u -p -r1.5 distinfo > --- distinfo 26 Sep 2015 21:39:51 -0000 1.5 > +++ distinfo 11 May 2016 11:01:50 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (libinotify-20150829.tar.gz) = > FBXvmBUCf9hpvKXKyvdE2AlLxyYZKIWL4+dgiiE9LaA= > -SIZE (libinotify-20150829.tar.gz) = 61518 > +SHA256 (libinotify-20160503.tar.gz) = > V9uwr18JY4T4ryN24r8MaCgckzIhxk/Tw2cVtlHGmgE= > +SIZE (libinotify-20160503.tar.gz) = 67220 > Index: patches/patch-Makefile_am > =================================================================== > RCS file: /cvs/ports/devel/libinotify/patches/patch-Makefile_am,v > retrieving revision 1.4 > diff -u -p -u -p -r1.4 patch-Makefile_am > --- patches/patch-Makefile_am 26 Sep 2015 21:39:52 -0000 1.4 > +++ patches/patch-Makefile_am 11 May 2016 11:01:50 -0000 > @@ -2,9 +2,9 @@ $OpenBSD: patch-Makefile_am,v 1.4 2015/0 > > Unbreak separate build > > ---- Makefile.am.orig Thu Sep 24 10:20:44 2015 > -+++ Makefile.am Thu Sep 24 10:58:26 2015 > -@@ -40,7 +40,7 @@ libinotify_la_SOURCES += compat/fstatat.c > +--- Makefile.am.orig Wed May 11 12:06:59 2016 > ++++ Makefile.am Wed May 11 12:25:03 2016 > +@@ -41,7 +41,7 @@ libinotify_la_SOURCES += compat/ik_atomic.c > endif > > libinotify_la_CFLAGS = -I. -DNDEBUG @PTHREAD_CFLAGS@ >
