Index: head/devel/p5-File-ChangeNotify/Makefile =================================================================== --- head/devel/p5-File-ChangeNotify/Makefile (revision 475174) +++ head/devel/p5-File-ChangeNotify/Makefile (revision 475175) @@ -1,27 +1,26 @@ # Created by: Alexey V. Degtyarev # $FreeBSD$ PORTNAME= File-ChangeNotify -PORTVERSION= 0.24 -PORTREVISION= 2 +PORTVERSION= 0.28 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Watch for changes to files LICENSE= ART20 BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Moose>=2:devel/p5-Moose \ - p5-IO-KQueue>=0:devel/p5-IO-KQueue \ - p5-MooseX-Params-Validate>=0:devel/p5-MooseX-Params-Validate \ - p5-MooseX-SemiAffordanceAccessor>=0:devel/p5-MooseX-SemiAffordanceAccessor \ +RUN_DEPENDS= p5-Moo>=1.006:devel/p5-Moo \ + p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \ + p5-Type-Tiny>=0:devel/p5-Type-Tiny \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean -TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception +TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception \ + p5-Test-Requires>=0:devel/p5-Test-Requires USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure .include Index: head/devel/p5-File-ChangeNotify/distinfo =================================================================== --- head/devel/p5-File-ChangeNotify/distinfo (revision 475174) +++ head/devel/p5-File-ChangeNotify/distinfo (revision 475175) @@ -1,2 +1,3 @@ -SHA256 (File-ChangeNotify-0.24.tar.gz) = 3c8180169de0f97ad852a55942f74e520cbe433aa0889d0b65548ee38a111124 -SIZE (File-ChangeNotify-0.24.tar.gz) = 19450 +TIMESTAMP = 1532349330 +SHA256 (File-ChangeNotify-0.28.tar.gz) = e00fe809d481131a08dca26e851cf0ffce8d9e9d03d58c58f15aa62e28aa2f05 +SIZE (File-ChangeNotify-0.28.tar.gz) = 35676 Index: head/devel/p5-File-ChangeNotify/pkg-plist =================================================================== --- head/devel/p5-File-ChangeNotify/pkg-plist (revision 475174) +++ head/devel/p5-File-ChangeNotify/pkg-plist (revision 475175) @@ -1,14 +1,12 @@ %%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 %%PERL5_MAN3%%/File::ChangeNotify.3.gz -%%PERL5_MAN3%%/File::ChangeNotify::ConfigData.3.gz %%PERL5_MAN3%%/File::ChangeNotify::Event.3.gz %%PERL5_MAN3%%/File::ChangeNotify::Watcher.3.gz %%PERL5_MAN3%%/File::ChangeNotify::Watcher::Default.3.gz %%PERL5_MAN3%%/File::ChangeNotify::Watcher::Inotify.3.gz %%PERL5_MAN3%%/File::ChangeNotify::Watcher::KQueue.3.gz