From 47bd00ee2e50a35454a51e039b27afe44674d744 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Sun, 6 Jul 2003 03:52:28 +0000 Subject: Update to 2.8. Add WWW:. Submitted by: Mathieu Arnold PR: ports/52242 No response from: maintainer --- irc/p5-POE-Component-IRC/Makefile | 6 ++---- irc/p5-POE-Component-IRC/distinfo | 2 +- irc/p5-POE-Component-IRC/pkg-descr | 2 ++ irc/p5-POE-Component-IRC/pkg-plist | 20 ++++++++++---------- 4 files changed, 15 insertions(+), 15 deletions(-) (limited to 'irc/p5-POE-Component-IRC') diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 6d83f0f0a4f8..0b3de5a7df7b 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= POE-Component-IRC -PORTVERSION= 2.6 +PORTVERSION= 2.8 CATEGORIES= irc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -16,13 +16,11 @@ PKGNAMEPREFIX= p5- 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 diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 3649594bd320..714b2adc3873 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -1 +1 @@ -MD5 (POE-Component-IRC-2.6.tar.gz) = c38360cddd0a20eb8f660c1044d45cce +MD5 (POE-Component-IRC-2.8.tar.gz) = 8448154d6a737823b88df84923177bc9 diff --git a/irc/p5-POE-Component-IRC/pkg-descr b/irc/p5-POE-Component-IRC/pkg-descr index 487c59ea72ab..ac6de76fe82c 100644 --- a/irc/p5-POE-Component-IRC/pkg-descr +++ b/irc/p5-POE-Component-IRC/pkg-descr @@ -3,3 +3,5 @@ an easily controllable IRC client for your other POE components and 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/ diff --git a/irc/p5-POE-Component-IRC/pkg-plist b/irc/p5-POE-Component-IRC/pkg-plist index be1fef347400..f9fd1d6d01db 100644 --- a/irc/p5-POE-Component-IRC/pkg-plist +++ b/irc/p5-POE-Component-IRC/pkg-plist @@ -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 @@ lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/IRC.pm %%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 -- cgit v1.2.3