View | Details | Raw Unified | Return to bug 149192 | Differences between
and this patch

Collapse All | Expand All

(-)p5-File-ChangeNotify/Makefile (-3 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	File-ChangeNotify
8
PORTNAME=	File-ChangeNotify
9
PORTVERSION=	0.13
9
PORTVERSION=	0.16
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
Lines 15-25 Link Here
15
COMMENT=	Watch for changes to files
15
COMMENT=	Watch for changes to files
16
16
17
RUN_DEPENDS=	p5-Class-MOP>=0:${PORTSDIR}/devel/p5-Class-MOP \
17
RUN_DEPENDS=	p5-Class-MOP>=0:${PORTSDIR}/devel/p5-Class-MOP \
18
		p5-IO-KQueue>=0:${PORTSDIR}/devel/p5-IO-KQueue \
19
		p5-MooseX-Params-Validate>=0:${PORTSDIR}/devel/p5-MooseX-Params-Validate \
18
		p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \
20
		p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \
19
		p5-MooseX-Params-Validate>=0:${PORTSDIR}/devel/p5-MooseX-Params-Validate
21
		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
20
BUILD_DEPENDS:=	${RUN_DEPENDS}
22
BUILD_DEPENDS=	${RUN_DEPENDS}
21
23
22
MAN3=		File::ChangeNotify.3 \
24
MAN3=		File::ChangeNotify.3 \
25
		File::ChangeNotify::ConfigData.3 \
23
		File::ChangeNotify::Event.3 \
26
		File::ChangeNotify::Event.3 \
24
		File::ChangeNotify::Watcher.3 \
27
		File::ChangeNotify::Watcher.3 \
25
		File::ChangeNotify::Watcher::Default.3 \
28
		File::ChangeNotify::Watcher::Default.3 \
Lines 27-31 Link Here
27
		File::ChangeNotify::Watcher::KQueue.3
30
		File::ChangeNotify::Watcher::KQueue.3
28
31
29
PERL_CONFIGURE=	yes
32
PERL_CONFIGURE=	yes
33
PERL_MODBUILD=	yes
30
34
31
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)p5-File-ChangeNotify/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (File-ChangeNotify-0.13.tar.gz) = 791ef4b997a05b50704e2c28f8f878a0
1
MD5 (File-ChangeNotify-0.16.tar.gz) = 01f13510262c68acc40c79b4b3e88237
2
SHA256 (File-ChangeNotify-0.13.tar.gz) = c8702855db614676fdbf63fdada380ead8f6140135d58d5391442e0d89a96a28
2
SHA256 (File-ChangeNotify-0.16.tar.gz) = fbeb0fbd9458f467271460043302e76f664f1ec1bcdc027ac178279c753b988f
3
SIZE (File-ChangeNotify-0.13.tar.gz) = 18155
3
SIZE (File-ChangeNotify-0.16.tar.gz) = 19652
(-)p5-File-ChangeNotify/pkg-plist (-1 / +1 lines)
Lines 1-10 Link Here
1
%%SITE_PERL%%/File/ChangeNotify.pm
1
%%SITE_PERL%%/File/ChangeNotify.pm
2
%%SITE_PERL%%/File/ChangeNotify/ConfigData.pm
2
%%SITE_PERL%%/File/ChangeNotify/Event.pm
3
%%SITE_PERL%%/File/ChangeNotify/Event.pm
3
%%SITE_PERL%%/File/ChangeNotify/Watcher.pm
4
%%SITE_PERL%%/File/ChangeNotify/Watcher.pm
4
%%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm
5
%%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm
5
%%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm
6
%%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm
6
%%SITE_PERL%%/File/ChangeNotify/Watcher/KQueue.pm
7
%%SITE_PERL%%/File/ChangeNotify/Watcher/KQueue.pm
7
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify/.packlist
8
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify
8
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify
9
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
9
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
10
@dirrmtry %%SITE_PERL%%/File/ChangeNotify/Watcher
10
@dirrmtry %%SITE_PERL%%/File/ChangeNotify/Watcher

Return to bug 149192