mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update to 0.07
This commit is contained in:
parent
df971dd50e
commit
0ae29bc991
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239712
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= POE-Component-Server-Twirc
|
PORTNAME= POE-Component-Server-Twirc
|
||||||
PORTVERSION= 0.06
|
PORTVERSION= 0.07
|
||||||
CATEGORIES= net perl5
|
CATEGORIES= net perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
@ -15,7 +15,7 @@ MAINTAINER= lth@FreeBSD.org
|
|||||||
COMMENT= Twitter/IRC gateway
|
COMMENT= Twitter/IRC gateway
|
||||||
|
|
||||||
RUN_DEPENDS= p5-MooseX-POE>=0:${PORTSDIR}/devel/p5-MooseX-POE \
|
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-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \
|
||||||
p5-POE-Component-Server-IRC>=0.02005:${PORTSDIR}/irc/p5-POE-Component-Server-IRC \
|
p5-POE-Component-Server-IRC>=0.02005:${PORTSDIR}/irc/p5-POE-Component-Server-IRC \
|
||||||
p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
|
p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
|
||||||
@ -35,6 +35,9 @@ PERL_CONFIGURE= yes
|
|||||||
|
|
||||||
MAN3= App::Twirc.3 \
|
MAN3= App::Twirc.3 \
|
||||||
App::Twirc::Manual.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
|
POE::Component::Server::Twirc.3
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (POE-Component-Server-Twirc-0.06.tar.gz) = 370055d40c068b7a2702c6ac0002a564
|
MD5 (POE-Component-Server-Twirc-0.07.tar.gz) = 8ad6fe34ba0f06053860a6cdb8541300
|
||||||
SHA256 (POE-Component-Server-Twirc-0.06.tar.gz) = ba6782bd6e3e0e27eddc91270533ed176a7f1cc13beb96cda52ea179487c38f3
|
SHA256 (POE-Component-Server-Twirc-0.07.tar.gz) = 3a1701a35b85bde3167e9aaff3062fdbe4037fcb8dd477898cb54d1b474dfe7a
|
||||||
SIZE (POE-Component-Server-Twirc-0.06.tar.gz) = 37748
|
SIZE (POE-Component-Server-Twirc-0.07.tar.gz) = 44551
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
bin/twirc
|
bin/twirc
|
||||||
%%SITE_PERL%%/App/Twirc/Manual.pod
|
%%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%%/App/Twirc.pm
|
||||||
%%SITE_PERL%%/POE/Component/Server/Twirc/State.pm
|
%%SITE_PERL%%/POE/Component/Server/Twirc/State.pm
|
||||||
%%SITE_PERL%%/POE/Component/Server/Twirc/LogAppender.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/Server
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
|
||||||
|
@dirrmtry %%SITE_PERL%%/App/Twirc/Plugin
|
||||||
@dirrmtry %%SITE_PERL%%/App/Twirc
|
@dirrmtry %%SITE_PERL%%/App/Twirc
|
||||||
@dirrmtry %%SITE_PERL%%/App
|
@dirrmtry %%SITE_PERL%%/App
|
||||||
@dirrmtry %%SITE_PERL%%/POE/Component/Server/Twirc
|
@dirrmtry %%SITE_PERL%%/POE/Component/Server/Twirc
|
||||||
|
Loading…
Reference in New Issue
Block a user