Date: Tue, 13 May 2003 17:19:13 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@protey.ru Subject: ports/52179: (update) devel/p5-POE-Component-JobQueue to 0.53 Message-ID: <20030513151913.3387C8548@aragorn.reaumur.absolight.net> Resent-Message-ID: <200305131520.h4DFKDdw000302@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52179 >Category: ports >Synopsis: (update) devel/p5-POE-Component-JobQueue to 0.53 >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: Tue May 13 08:20:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: Update to 0.53 >How-To-Repeat: >Fix: --- p5-POE-Component-JobQueue-0.53.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-POE-Component-JobQueue/Makefile,v retrieving revision 1.2 diff -u -b -w -r1.2 Makefile --- Makefile 2003/02/21 11:22:49 1.2 +++ Makefile 2003/05/13 15:18:09 @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-JobQueue -PORTVERSION= 0.51 +PORTVERSION= 0.53 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://poe.perl.org/poedown/ @@ -16,12 +16,11 @@ MAINTAINER= skv@protey.ru COMMENT= POE component for processing large numbers of tasks with finite numbers of workers -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= POE::Component::JobQueue.3 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-POE-Component-JobQueue/distinfo,v retrieving revision 1.1 diff -u -b -w -r1.1 distinfo --- distinfo 2001/12/13 12:12:37 1.1 +++ distinfo 2003/05/13 15:18:09 @@ -1 +1 @@ -MD5 (POE-Component-JobQueue-0.51.tar.gz) = f72a5ad34446e51f1443c8d950f94565 +MD5 (POE-Component-JobQueue-0.53.tar.gz) = af14d62682d23f65c0a34b89fbdd832f Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-POE-Component-JobQueue/pkg-plist,v retrieving revision 1.1 diff -u -b -w -r1.1 pkg-plist --- pkg-plist 2001/12/13 12:12:37 1.1 +++ pkg-plist 2003/05/13 15:18:09 @@ -1,7 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/JobQueue/.packlist -lib/perl5/site_perl/%%PERL_VER%%/POE/Component/JobQueue.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/JobQueue -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true +%%SITE_PERL%%/POE/Component/JobQueue.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/JobQueue/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/JobQueue +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true --- p5-POE-Component-JobQueue-0.53.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030513151913.3387C8548>