diff options
author | sem <sem@FreeBSD.org> | 2005-04-17 05:39:00 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-04-17 05:39:00 +0800 |
commit | 983b1794053d60ae9e3396f73c83ae715bcc6928 (patch) | |
tree | a0a7a565c0929c185780f164d429dc3b16ccf978 /irc/p5-POE-Component-IRC | |
parent | 13ec2fa7d7c368f323d326b35561ffb35265e47c (diff) | |
download | freebsd-ports-gnome-983b1794053d60ae9e3396f73c83ae715bcc6928.tar.gz freebsd-ports-gnome-983b1794053d60ae9e3396f73c83ae715bcc6928.tar.zst freebsd-ports-gnome-983b1794053d60ae9e3396f73c83ae715bcc6928.zip |
- Update to 4.0
- Pass maintainership to submitter
PR: ports/79573
Submitted by: Christopher Nehren <apeiron+ports@coitusmentis.info>
Diffstat (limited to 'irc/p5-POE-Component-IRC')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 12 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/distinfo | 4 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/pkg-plist | 14 |
3 files changed, 23 insertions, 7 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 8134908befe4..f0faece7983c 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -7,13 +7,13 @@ # PORTNAME= POE-Component-IRC -PORTVERSION= 2.9 +PORTVERSION= 4.0 CATEGORIES= irc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= apeiron+ports@coitusmentis.info COMMENT= A fully event-driven IRC client module BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE @@ -23,7 +23,13 @@ PERL_CONFIGURE= yes MAN3= POE::Component::Filter-CTCP.3 \ POE::Component::IRC.3 \ - POE::Component::Filter-IRC.3 + POE::Component::Filter-IRC.3 \ + POE::Component::Plugin.3 \ + POE::Component::Plugin-State.3 \ + POE::Component::Plugin-Whois.3 \ + POE::Component::IRC-State.3 \ + POE::Component::IRC-Qnet.3 \ + POE::Component::IRC-Qnet-State.3 post-install: .ifndef(NOPORTDOCS) diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 9d69444f689c..3c70a8038d20 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -1,2 +1,2 @@ -MD5 (POE-Component-IRC-2.9.tar.gz) = f35b9b619991ac3eae7dacda06455d31 -SIZE (POE-Component-IRC-2.9.tar.gz) = 34797 +MD5 (POE-Component-IRC-4.0.tar.gz) = 62ef7b2b8d9a4cc29d84f64fc7210e7f +SIZE (POE-Component-IRC-4.0.tar.gz) = 192892 diff --git a/irc/p5-POE-Component-IRC/pkg-plist b/irc/p5-POE-Component-IRC/pkg-plist index f9fd1d6d01db..3a91b42f9655 100644 --- a/irc/p5-POE-Component-IRC/pkg-plist +++ b/irc/p5-POE-Component-IRC/pkg-plist @@ -1,15 +1,25 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist %%SITE_PERL%%/POE/Component/IRC.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin/State.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin/Whois.pm +%%SITE_PERL%%/POE/Component/IRC/Qnet.pm +%%SITE_PERL%%/POE/Component/IRC/Qnet/State.pm +%%SITE_PERL%%/POE/Component/IRC/State.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 %%PORTDOCS%%%%EXAMPLESDIR%%/eliza.pl %%PORTDOCS%%%%EXAMPLESDIR%%/moo.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/simpleclient.pl %%PORTDOCS%%%%EXAMPLESDIR%%/tinyurl.pl %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC +@dirrm %%SITE_PERL%%/POE/Component/IRC/Plugin +@dirrm %%SITE_PERL%%/POE/Component/IRC/Qnet +@dirrm %%SITE_PERL%%/POE/Component/IRC +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC 2>/dev/null || true @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 |