diff options
author | sahil <sahil@FreeBSD.org> | 2010-08-12 11:01:50 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-08-12 11:01:50 +0800 |
commit | 1194f4985d37d23cdffbb2a5e5428fbbb64fc5eb (patch) | |
tree | 0f4df0a3d3e3ed13d48710f3c635e4134c46c802 /devel | |
parent | 97b92f3b73c3017d3565a709847a3f8e7206894d (diff) | |
download | freebsd-ports-gnome-1194f4985d37d23cdffbb2a5e5428fbbb64fc5eb.tar.gz freebsd-ports-gnome-1194f4985d37d23cdffbb2a5e5428fbbb64fc5eb.tar.zst freebsd-ports-gnome-1194f4985d37d23cdffbb2a5e5428fbbb64fc5eb.zip |
- 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)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-ChangeNotify/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-File-ChangeNotify/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-File-ChangeNotify/pkg-plist | 2 |
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile index d5806ce8c05a..f008448ed3ab 100644 --- a/devel/p5-File-ChangeNotify/Makefile +++ b/devel/p5-File-ChangeNotify/Makefile @@ -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> diff --git a/devel/p5-File-ChangeNotify/distinfo b/devel/p5-File-ChangeNotify/distinfo index c08334c48aaf..1586f429fd4a 100644 --- a/devel/p5-File-ChangeNotify/distinfo +++ b/devel/p5-File-ChangeNotify/distinfo @@ -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 diff --git a/devel/p5-File-ChangeNotify/pkg-plist b/devel/p5-File-ChangeNotify/pkg-plist index 3417043c5e33..a4f4199933ee 100644 --- a/devel/p5-File-ChangeNotify/pkg-plist +++ b/devel/p5-File-ChangeNotify/pkg-plist @@ -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 |