Date: Mon, 7 Dec 2009 00:50:30 +0300 (MSK) From: Andrey Kostenko <andrey@kostenko.name> To: FreeBSD-gnats-submit@FreeBSD.org Cc: alexey@renatasystems.org Subject: ports/141234: [PATCH] devel/p5-File-ChangeNotify: update to 0.09 Message-ID: <200912062150.nB6LoUbI095972@veda.park.rambler.ru> Resent-Message-ID: <200912062200.nB6M0ECP048423@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141234 >Category: ports >Synopsis: [PATCH] devel/p5-File-ChangeNotify: update to 0.09 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Dec 06 22:00:14 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrey Kostenko >Release: FreeBSD 7.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD veda.park.rambler.ru 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Thu Feb 12 22:34:21 MSK 2009 >Description: - Update to 0.09 Port maintainer (alexey@renatasystems.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-File-ChangeNotify-0.09.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-ChangeNotify/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 20 Nov 2009 18:59:27 -0000 1.2 +++ Makefile 6 Dec 2009 21:49:59 -0000 @@ -1,31 +1,33 @@ -# New ports collection makefile for: p5-File-ChangeNotify -# Date created: Fri 14 Aug 2009 -# Whom: Alexey V. Degtyarev -# -# $FreeBSD: ports/devel/p5-File-ChangeNotify/Makefile,v 1.2 2009/11/20 18:59:27 miwi Exp $ -# +# New ports collection makefile for: File-ChangeNotify +# Whom: gugu +# Date created: 07 December 2009 +# $FreeBSD$ +# Generated with portupload. Do not edit directly, please PORTNAME= File-ChangeNotify -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= alexey@renatasystems.org -COMMENT= Watch for changes to files +COMMENT= Watch for changes to files, cross-platform style -RUN_DEPENDS= p5-Class-MOP>=0:${PORTSDIR}/devel/p5-Class-MOP \ - p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \ - p5-MooseX-Params-Validate>=0:${PORTSDIR}/devel/p5-MooseX-Params-Validate -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Class-MOP>=0:${PORTSDIR}/devel/p5-Class-MOP \ + p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Params-Validate>=0.08:${PORTSDIR}/devel/p5-MooseX-Params-Validate \ + p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \ + p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ + p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS=${BUILD_DEPENDS} -MAN3= File::ChangeNotify.3 \ +PERL_CONFIGURE= YES +MAN3= File::ChangeNotify.3 \ File::ChangeNotify::Event.3 \ File::ChangeNotify::Watcher.3 \ - File::ChangeNotify::Watcher::Inotify.3 \ File::ChangeNotify::Watcher::Default.3 \ + File::ChangeNotify::Watcher::Inotify.3 \ File::ChangeNotify::Watcher::KQueue.3 -PERL_CONFIGURE= yes - .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-ChangeNotify/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 20 Nov 2009 18:59:27 -0000 1.2 +++ distinfo 6 Dec 2009 21:50:00 -0000 @@ -1,3 +1,3 @@ -MD5 (File-ChangeNotify-0.08.tar.gz) = 93d28e3351f7812acff1e9b429b57d3b -SHA256 (File-ChangeNotify-0.08.tar.gz) = 801823323386aae78a6b5740dde1098b48e9c54b008d2f9cfb42ba7b6f11499c -SIZE (File-ChangeNotify-0.08.tar.gz) = 16902 +MD5 (File-ChangeNotify-0.09.tar.gz) = d9971bbf8925376ebf0eb3c3de6cdfff +SHA256 (File-ChangeNotify-0.09.tar.gz) = fa5db4b44b89fabb718736b056e37e7c055ab8bf76e5995058b2e02a551791b9 +SIZE (File-ChangeNotify-0.09.tar.gz) = 17026 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-ChangeNotify/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 14 Aug 2009 20:08:48 -0000 1.1 +++ pkg-descr 6 Dec 2009 21:50:00 -0000 @@ -1,9 +1,3 @@ -This module provides an API for creating a File::ChangeNotify::Watcher subclass -that will work on your platform. +Watch for changes to files, cross-platform style -A File::ChangeNotify::Watcher class monitors a directory for changes made to -any file. You can provide a regular expression to filter out files you are not -interested in. It handles the addition of new subdirectories by adding them to -the watch list. - -WWW: http://search.cpan.org/dist/File-ChangeNotify/ +WWW: http://search.cpan.org/~DROLSKY/File-ChangeNotify Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-ChangeNotify/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 20 Nov 2009 18:59:27 -0000 1.2 +++ pkg-plist 6 Dec 2009 21:50:00 -0000 @@ -1,13 +1,19 @@ -%%SITE_PERL%%/File/ChangeNotify.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%%/File/ChangeNotify/Watcher/Default.pm +%%SITE_PERL%%/File/ChangeNotify/Watcher.pm +%%SITE_PERL%%/File/ChangeNotify.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%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/auto/File/ChangeNotify +@dirrmtry %%SITE_PERL%%/auto/File +@dirrmtry %%SITE_PERL%%/auto @dirrmtry %%SITE_PERL%%/File/ChangeNotify/Watcher @dirrmtry %%SITE_PERL%%/File/ChangeNotify @dirrmtry %%SITE_PERL%%/File +@dirrmtry %%SITE_PERL%% +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrmtry blib/script --- p5-File-ChangeNotify-0.09.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912062150.nB6LoUbI095972>