View | Details | Raw Unified | Return to bug 209288
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libinotify
4
PORTNAME=	libinotify
5
PORTVERSION=	20150910
5
PORTVERSION=	20160505
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	delphij@FreeBSD.org
8
MAINTAINER=	delphij@FreeBSD.org
Lines 11-19 Link Here
11
LICENSE=	MIT
11
LICENSE=	MIT
12
12
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	dmatveev
14
GH_ACCOUNT=	libinotify-kqueue
15
GH_PROJECT=	libinotify-kqueue
15
GH_PROJECT=	libinotify-kqueue
16
GH_TAGNAME=	b2873cf
16
GH_TAGNAME=	417e789
17
17
18
USES=		autoreconf libtool
18
USES=		autoreconf libtool
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dmatveev-libinotify-kqueue-20150910-b2873cf_GH0.tar.gz) = 40672e27c8ea609ae79b370f0a6ac7a72ab9d1d9fc34ae5333980e612a337f19
1
SHA256 (libinotify-kqueue-libinotify-kqueue-20160505-417e789_GH0.tar.gz) = 706b8e257a7adf986f928fb3bc8de37e763b6692b6a6875396be64c3e82447ae
2
SIZE (dmatveev-libinotify-kqueue-20150910-b2873cf_GH0.tar.gz) = 61578
2
SIZE (libinotify-kqueue-libinotify-kqueue-20160505-417e789_GH0.tar.gz) = 67298
(-)pkg-descr (-1 / +1 lines)
Lines 5-8 Link Here
5
The IN_OPEN, IN_CLOSE_WRITE and IN_CLOSE_NOWRITE events are not yet
5
The IN_OPEN, IN_CLOSE_WRITE and IN_CLOSE_NOWRITE events are not yet
6
implemented, so the relevant tests are known to fail.
6
implemented, so the relevant tests are known to fail.
7
7
8
WWW: https://github.com/dmatveev/libinotify-kqueue
8
WWW: https://github.com/libinotify-kqueue/libinotify-kqueue
(-)pkg-message (-1 / +1 lines)
Lines 30-36 Link Here
30
Kernel patches to address the missing directory and symbolic link
30
Kernel patches to address the missing directory and symbolic link
31
notifications are available from:
31
notifications are available from:
32
32
33
https://github.com/dmatveev/libinotify-kqueue/tree/master/patches
33
https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches
34
34
35
=============================================================================
35
=============================================================================
36
You might want to consider increasing the kern.maxfiles tunable if you plan
36
You might want to consider increasing the kern.maxfiles tunable if you plan

Return to bug 209288