Date: Wed, 14 May 2003 19:02:20 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dan-freebsd@spot.org Subject: ports/52242: (update) irc/p5-POE-Component-IRC to 2.7 Message-ID: <20030514170220.5839F869F@aragorn.reaumur.absolight.net> Resent-Message-ID: <200305141710.h4EHAElD044377@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52242 >Category: ports >Synopsis: (update) irc/p5-POE-Component-IRC to 2.7 >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: Wed May 14 10:10:14 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 2.7 Add WWW >How-To-Repeat: >Fix: --- p5-POE-Component-IRC-2.7.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/irc/p5-POE-Component-IRC/Makefile,v retrieving revision 1.9 diff -u -b -w -r1.9 Makefile --- Makefile 2003/02/21 12:17:14 1.9 +++ Makefile 2003/05/14 17:00:52 @@ -7,7 +7,7 @@ # PORTNAME= POE-Component-IRC -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= irc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -16,13 +16,11 @@ MAINTAINER= dan-freebsd@spot.org COMMENT= A fully event-driven IRC client module -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} -PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= POE::Component::Filter-CTCP.3 \ POE::Component::IRC.3 \ POE::Component::Filter-IRC.3 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/irc/p5-POE-Component-IRC/distinfo,v retrieving revision 1.5 diff -u -b -w -r1.5 distinfo --- distinfo 2003/01/03 05:44:25 1.5 +++ distinfo 2003/05/14 17:00:52 @@ -1 +1 @@ -MD5 (POE-Component-IRC-2.6.tar.gz) = c38360cddd0a20eb8f660c1044d45cce +MD5 (POE-Component-IRC-2.7.tar.gz) = 2a714af5ada5af902bdc77b861b29c2f Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/irc/p5-POE-Component-IRC/pkg-descr,v retrieving revision 1.1 diff -u -b -w -r1.1 pkg-descr --- pkg-descr 2001/08/18 23:07:01 1.1 +++ pkg-descr 2003/05/14 17:00:52 @@ -3,3 +3,5 @@ sessions. You create an IRC component and tell it what events your session cares about and where to connect to, and it sends back interesting IRC events when they happen. You make the client do things by sending it events. + +WWW: http://search.cpan.org/dist/POE-Component-IRC/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/irc/p5-POE-Component-IRC/pkg-plist,v retrieving revision 1.3 diff -u -b -w -r1.3 pkg-plist --- pkg-plist 2003/01/03 05:44:25 1.3 +++ pkg-plist 2003/05/14 17:00:52 @@ -1,7 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist -lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IRC.pm -lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/CTCP.pm -lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/IRC.pm +%%SITE_PERL%%/POE/Component/IRC.pm +%%SITE_PERL%%/POE/Filter/CTCP.pm +%%SITE_PERL%%/POE/Filter/IRC.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist %%PORTDOCS%%%%EXAMPLESDIR%%/aimproxy.pl %%PORTDOCS%%%%EXAMPLESDIR%%/dcctest.pl %%PORTDOCS%%%%EXAMPLESDIR%%/dicebot.pl @@ -9,9 +9,9 @@ %%PORTDOCS%%%%EXAMPLESDIR%%/moo.pl %%PORTDOCS%%%%EXAMPLESDIR%%/tinyurl.pl %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IRC -@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%%/POE/Component 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Filter 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 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC +@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/Filter 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-IRC-2.7.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?20030514170220.5839F869F>