svn commit: r475175 - head/devel/p5-File-ChangeNotify
Wen Heping
wen at FreeBSD.org
Mon Jul 23 13:43:00 UTC 2018
Author: wen
Date: Mon Jul 23 13:42:59 2018
New Revision: 475175
URL: https://svnweb.freebsd.org/changeset/ports/475175
Log:
- Update to 0.28
Changes: https://metacpan.org/source/DROLSKY/File-ChangeNotify-0.28/Changes
- Update DEPENDS
- Reset maintainer to perl@
Modified:
head/devel/p5-File-ChangeNotify/Makefile
head/devel/p5-File-ChangeNotify/distinfo
head/devel/p5-File-ChangeNotify/pkg-plist
Modified: head/devel/p5-File-ChangeNotify/Makefile
==============================================================================
--- head/devel/p5-File-ChangeNotify/Makefile Mon Jul 23 13:27:41 2018 (r475174)
+++ head/devel/p5-File-ChangeNotify/Makefile Mon Jul 23 13:42:59 2018 (r475175)
@@ -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 at FreeBSD.org
+MAINTAINER= perl at 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>
Modified: head/devel/p5-File-ChangeNotify/distinfo
==============================================================================
--- head/devel/p5-File-ChangeNotify/distinfo Mon Jul 23 13:27:41 2018 (r475174)
+++ head/devel/p5-File-ChangeNotify/distinfo Mon Jul 23 13:42:59 2018 (r475175)
@@ -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
Modified: head/devel/p5-File-ChangeNotify/pkg-plist
==============================================================================
--- head/devel/p5-File-ChangeNotify/pkg-plist Mon Jul 23 13:27:41 2018 (r475174)
+++ head/devel/p5-File-ChangeNotify/pkg-plist Mon Jul 23 13:42:59 2018 (r475175)
@@ -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
More information about the svn-ports-all
mailing list