Date: Thu, 18 Jun 2009 19:22:55 -0400 (EDT) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/135762: [PATCH] devel/p5-POE-Component-DirWatch: update to 0.200000 Message-ID: <200906182322.n5INMtda019811@frieza.p6m7g8.net> Resent-Message-ID: <200906182330.n5INUOXC003845@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135762 >Category: ports >Synopsis: [PATCH] devel/p5-POE-Component-DirWatch: update to 0.200000 >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: Thu Jun 18 23:30:23 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 8.0-CURRENT amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun 4 00:22:57 EDT >Description: - Update to 0.200000 Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-POE-Component-DirWatch-0.200000.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-POE-Component-DirWatch/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 17 Apr 2008 14:25:50 -0000 1.5 +++ Makefile 18 Jun 2009 22:03:30 -0000 @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-DirWatch -PORTVERSION= 0.02 +PORTVERSION= 0.200000 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,13 +19,11 @@ PERL_CONFIGURE= yes -MAN3= POE::Component::DirWatch.3 - -post-install: -.ifndef(NOPORTDOCS) - @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/eg/* ${EXAMPLESDIR} -.endif +MAN3= POE::Component::DirWatch.3 \ + POE::Component::DirWatch::Modified.3 \ + POE::Component::DirWatch::New.3 \ + POE::Component::DirWatch::Role::AIO.3 \ + POE::Component::DirWatch::Role::Signatures.3 \ + POE::Component::DirWatch::Unmodified.3 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-POE-Component-DirWatch/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 22 Jan 2006 08:29:19 -0000 1.4 +++ distinfo 18 Jun 2009 02:55:11 -0000 @@ -1,3 +1,3 @@ -MD5 (POE-Component-DirWatch-0.02.tar.gz) = d41814d4a100c10f270c09638f193ccc -SHA256 (POE-Component-DirWatch-0.02.tar.gz) = 904e80f2e4241658c95554f2511a95e7772a03b0675092a61487099748a5de65 -SIZE (POE-Component-DirWatch-0.02.tar.gz) = 4375 +MD5 (POE-Component-DirWatch-0.200000.tar.gz) = 5472a95eae213ffc1334a6aae54b07f1 +SHA256 (POE-Component-DirWatch-0.200000.tar.gz) = c4adb502b74f617769a0fb395c8b020351a31c2cdd69d60974ce9e9f2d1f23a9 +SIZE (POE-Component-DirWatch-0.200000.tar.gz) = 20033 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-POE-Component-DirWatch/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 22 Jan 2006 01:48:04 -0000 1.3 +++ pkg-plist 18 Jun 2009 22:04:53 -0000 @@ -1,9 +1,14 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/DirWatch/.packlist %%SITE_PERL%%/POE/Component/DirWatch.pm +%%SITE_PERL%%/POE/Component/DirWatch/Role/AIO.pm +%%SITE_PERL%%/POE/Component/DirWatch/Role/Signatures.pm +%%SITE_PERL%%/POE/Component/DirWatch/Unmodified.pm +%%SITE_PERL%%/POE/Component/DirWatch/New.pm +%%SITE_PERL%%/POE/Component/DirWatch/Modified.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/DirWatch +@dirrm %%SITE_PERL%%/POE/Component/DirWatch/Role +@dirrm %%SITE_PERL%%/POE/Component/DirWatch @dirrmtry %%SITE_PERL%%/POE/Component @dirrmtry %%SITE_PERL%%/POE @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE -%%PORTDOCS%%%%EXAMPLESDIR%%/dirwatch -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% --- p5-POE-Component-DirWatch-0.200000.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?200906182322.n5INMtda019811>