mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 0.08
PR: 140329 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: maintainer
This commit is contained in:
parent
67c75aa3d6
commit
0c214252a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244543
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= File-ChangeNotify
|
||||
PORTVERSION= 0.07
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -23,7 +23,8 @@ MAN3= File::ChangeNotify.3 \
|
||||
File::ChangeNotify::Event.3 \
|
||||
File::ChangeNotify::Watcher.3 \
|
||||
File::ChangeNotify::Watcher::Inotify.3 \
|
||||
File::ChangeNotify::Watcher::Default.3
|
||||
File::ChangeNotify::Watcher::Default.3 \
|
||||
File::ChangeNotify::Watcher::KQueue.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (File-ChangeNotify-0.07.tar.gz) = 1459d99d91420d14d75bb5d000aa3aa2
|
||||
SHA256 (File-ChangeNotify-0.07.tar.gz) = 9e4243b955e5d079d83761b45401e4793348016b9a09625f282682187bf67462
|
||||
SIZE (File-ChangeNotify-0.07.tar.gz) = 10440
|
||||
MD5 (File-ChangeNotify-0.08.tar.gz) = 93d28e3351f7812acff1e9b429b57d3b
|
||||
SHA256 (File-ChangeNotify-0.08.tar.gz) = 801823323386aae78a6b5740dde1098b48e9c54b008d2f9cfb42ba7b6f11499c
|
||||
SIZE (File-ChangeNotify-0.08.tar.gz) = 16902
|
||||
|
@ -3,6 +3,7 @@
|
||||
%%SITE_PERL%%/File/ChangeNotify/Watcher.pm
|
||||
%%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm
|
||||
%%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm
|
||||
%%SITE_PERL%%/File/ChangeNotify/Watcher/KQueue.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
|
||||
|
Loading…
Reference in New Issue
Block a user