- Update to 0.16
- Use PERL_MODBUILD PR: ports/149192 Submitted by: Frederic Culot <frederic@culot.org> Approved by: Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer)
This commit is contained in:
parent
25bdf4f2e1
commit
67e22639a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259129
3 changed files with 10 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= File-ChangeNotify
|
||||
PORTVERSION= 0.13
|
||||
PORTVERSION= 0.16
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,17 +15,20 @@ MAINTAINER= alexey@renatasystems.org
|
|||
COMMENT= Watch for changes to files
|
||||
|
||||
RUN_DEPENDS= p5-Class-MOP>=0:${PORTSDIR}/devel/p5-Class-MOP \
|
||||
p5-IO-KQueue>=0:${PORTSDIR}/devel/p5-IO-KQueue \
|
||||
p5-MooseX-Params-Validate>=0:${PORTSDIR}/devel/p5-MooseX-Params-Validate \
|
||||
p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \
|
||||
p5-MooseX-Params-Validate>=0:${PORTSDIR}/devel/p5-MooseX-Params-Validate
|
||||
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
MAN3= File::ChangeNotify.3 \
|
||||
File::ChangeNotify::ConfigData.3 \
|
||||
File::ChangeNotify::Event.3 \
|
||||
File::ChangeNotify::Watcher.3 \
|
||||
File::ChangeNotify::Watcher::Default.3 \
|
||||
File::ChangeNotify::Watcher::Inotify.3 \
|
||||
File::ChangeNotify::Watcher::KQueue.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (File-ChangeNotify-0.13.tar.gz) = 791ef4b997a05b50704e2c28f8f878a0
|
||||
SHA256 (File-ChangeNotify-0.13.tar.gz) = c8702855db614676fdbf63fdada380ead8f6140135d58d5391442e0d89a96a28
|
||||
SIZE (File-ChangeNotify-0.13.tar.gz) = 18155
|
||||
MD5 (File-ChangeNotify-0.16.tar.gz) = 01f13510262c68acc40c79b4b3e88237
|
||||
SHA256 (File-ChangeNotify-0.16.tar.gz) = fbeb0fbd9458f467271460043302e76f664f1ec1bcdc027ac178279c753b988f
|
||||
SIZE (File-ChangeNotify-0.16.tar.gz) = 19652
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
%%SITE_PERL%%/File/ChangeNotify.pm
|
||||
%%SITE_PERL%%/File/ChangeNotify/ConfigData.pm
|
||||
%%SITE_PERL%%/File/ChangeNotify/Event.pm
|
||||
%%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
|
||||
@dirrmtry %%SITE_PERL%%/File/ChangeNotify/Watcher
|
||||
|
|
Loading…
Reference in a new issue