diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile index 4563dfe74cb1..15c7443b30c0 100644 --- a/devel/p5-File-ChangeNotify/Makefile +++ b/devel/p5-File-ChangeNotify/Makefile @@ -2,26 +2,25 @@ # $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 diff --git a/devel/p5-File-ChangeNotify/distinfo b/devel/p5-File-ChangeNotify/distinfo index 101b74a89628..0b11afc78ed1 100644 --- a/devel/p5-File-ChangeNotify/distinfo +++ b/devel/p5-File-ChangeNotify/distinfo @@ -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 diff --git a/devel/p5-File-ChangeNotify/pkg-plist b/devel/p5-File-ChangeNotify/pkg-plist index f5aaf750e9ec..fdd4f7d6a079 100644 --- a/devel/p5-File-ChangeNotify/pkg-plist +++ b/devel/p5-File-ChangeNotify/pkg-plist @@ -1,12 +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 %%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