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

(-)Makefile (-2 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	File-ChangeNotify
8
PORTNAME=	File-ChangeNotify
9
PORTVERSION=	0.07
9
PORTVERSION=	0.08
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
Lines 23-29 Link Here
23
		File::ChangeNotify::Event.3 \
23
		File::ChangeNotify::Event.3 \
24
		File::ChangeNotify::Watcher.3 \
24
		File::ChangeNotify::Watcher.3 \
25
		File::ChangeNotify::Watcher::Inotify.3 \
25
		File::ChangeNotify::Watcher::Inotify.3 \
26
		File::ChangeNotify::Watcher::Default.3
26
		File::ChangeNotify::Watcher::Default.3 \
27
		File::ChangeNotify::Watcher::KQueue.3
27
28
28
PERL_CONFIGURE=	yes
29
PERL_CONFIGURE=	yes
29
30
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (File-ChangeNotify-0.07.tar.gz) = 1459d99d91420d14d75bb5d000aa3aa2
1
MD5 (File-ChangeNotify-0.08.tar.gz) = 93d28e3351f7812acff1e9b429b57d3b
2
SHA256 (File-ChangeNotify-0.07.tar.gz) = 9e4243b955e5d079d83761b45401e4793348016b9a09625f282682187bf67462
2
SHA256 (File-ChangeNotify-0.08.tar.gz) = 801823323386aae78a6b5740dde1098b48e9c54b008d2f9cfb42ba7b6f11499c
3
SIZE (File-ChangeNotify-0.07.tar.gz) = 10440
3
SIZE (File-ChangeNotify-0.08.tar.gz) = 16902
(-)pkg-plist (+1 lines)
Lines 3-8 Link Here
3
%%SITE_PERL%%/File/ChangeNotify/Watcher.pm
3
%%SITE_PERL%%/File/ChangeNotify/Watcher.pm
4
%%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm
4
%%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm
5
%%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm
5
%%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm
6
%%SITE_PERL%%/File/ChangeNotify/Watcher/KQueue.pm
6
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify/.packlist
7
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify/.packlist
7
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify
8
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify
8
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
9
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File

Return to bug 140329