mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
- Update to 0.28
Changes: https://metacpan.org/source/DROLSKY/File-ChangeNotify-0.28/Changes - Update DEPENDS - Reset maintainer to perl@
This commit is contained in:
parent
73583fab5f
commit
b19db17e4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475175
@ -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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user