diff options
author | Lars Thegler <lth@FreeBSD.org> | 2009-08-17 07:08:27 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2009-08-17 07:08:27 +0000 |
commit | 0ae29bc991fa211219079d3cbccdfd71d2856157 (patch) | |
tree | c308e3d4c2f521b8525cbc6f86e2dd805132e1be /net/p5-POE-Component-Server-Twirc | |
parent | df971dd50eb1a4f7e5dfb90a16c1bbf0cd9048e8 (diff) |
Notes
Diffstat (limited to 'net/p5-POE-Component-Server-Twirc')
-rw-r--r-- | net/p5-POE-Component-Server-Twirc/Makefile | 7 | ||||
-rw-r--r-- | net/p5-POE-Component-Server-Twirc/distinfo | 6 | ||||
-rw-r--r-- | net/p5-POE-Component-Server-Twirc/pkg-plist | 4 |
3 files changed, 12 insertions, 5 deletions
diff --git a/net/p5-POE-Component-Server-Twirc/Makefile b/net/p5-POE-Component-Server-Twirc/Makefile index 0f6a371fb8b9..aa6f4f749c93 100644 --- a/net/p5-POE-Component-Server-Twirc/Makefile +++ b/net/p5-POE-Component-Server-Twirc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Server-Twirc -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Twitter/IRC gateway RUN_DEPENDS= p5-MooseX-POE>=0:${PORTSDIR}/devel/p5-MooseX-POE \ - p5-Net-Twitter>=1.22:${PORTSDIR}/net/p5-Net-Twitter \ + p5-Net-Twitter>=3.04002:${PORTSDIR}/net/p5-Net-Twitter \ p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \ p5-POE-Component-Server-IRC>=0.02005:${PORTSDIR}/irc/p5-POE-Component-Server-IRC \ p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ @@ -35,6 +35,9 @@ PERL_CONFIGURE= yes MAN3= App::Twirc.3 \ App::Twirc::Manual.3 \ + App::Twirc::Plugin::SquashWhiteSpace.3 \ + App::Twirc::Plugin::BangCommands.3 \ + App::Twirc::Plugin::SecondaryAccount.3 \ POE::Component::Server::Twirc.3 post-patch: diff --git a/net/p5-POE-Component-Server-Twirc/distinfo b/net/p5-POE-Component-Server-Twirc/distinfo index 47ee68e12dda..784b4cccc284 100644 --- a/net/p5-POE-Component-Server-Twirc/distinfo +++ b/net/p5-POE-Component-Server-Twirc/distinfo @@ -1,3 +1,3 @@ -MD5 (POE-Component-Server-Twirc-0.06.tar.gz) = 370055d40c068b7a2702c6ac0002a564 -SHA256 (POE-Component-Server-Twirc-0.06.tar.gz) = ba6782bd6e3e0e27eddc91270533ed176a7f1cc13beb96cda52ea179487c38f3 -SIZE (POE-Component-Server-Twirc-0.06.tar.gz) = 37748 +MD5 (POE-Component-Server-Twirc-0.07.tar.gz) = 8ad6fe34ba0f06053860a6cdb8541300 +SHA256 (POE-Component-Server-Twirc-0.07.tar.gz) = 3a1701a35b85bde3167e9aaff3062fdbe4037fcb8dd477898cb54d1b474dfe7a +SIZE (POE-Component-Server-Twirc-0.07.tar.gz) = 44551 diff --git a/net/p5-POE-Component-Server-Twirc/pkg-plist b/net/p5-POE-Component-Server-Twirc/pkg-plist index a38c33c4e857..957e1b3c53b5 100644 --- a/net/p5-POE-Component-Server-Twirc/pkg-plist +++ b/net/p5-POE-Component-Server-Twirc/pkg-plist @@ -1,5 +1,8 @@ bin/twirc %%SITE_PERL%%/App/Twirc/Manual.pod +%%SITE_PERL%%/App/Twirc/Plugin/BangCommands.pm +%%SITE_PERL%%/App/Twirc/Plugin/SecondaryAccount.pm +%%SITE_PERL%%/App/Twirc/Plugin/SquashWhiteSpace.pm %%SITE_PERL%%/App/Twirc.pm %%SITE_PERL%%/POE/Component/Server/Twirc/State.pm %%SITE_PERL%%/POE/Component/Server/Twirc/LogAppender.pm @@ -9,6 +12,7 @@ bin/twirc @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE +@dirrmtry %%SITE_PERL%%/App/Twirc/Plugin @dirrmtry %%SITE_PERL%%/App/Twirc @dirrmtry %%SITE_PERL%%/App @dirrmtry %%SITE_PERL%%/POE/Component/Server/Twirc |