diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-06-25 04:54:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-06-25 04:54:24 +0000 |
commit | 281da872faaaa19e91a9a896ada1f6cd4edcca01 (patch) | |
tree | 7f233dfdad1c45947d5d365f54a55ad9666c7daf /irc | |
parent | a36fa5e37ca736d786fff3a4804090ae356cdcfd (diff) | |
download | ports-281da872faaaa19e91a9a896ada1f6cd4edcca01.tar.gz ports-281da872faaaa19e91a9a896ada1f6cd4edcca01.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-Bot-BasicBot/Makefile | 5 | ||||
-rw-r--r-- | irc/p5-Bot-BasicBot/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/irc/p5-Bot-BasicBot/Makefile b/irc/p5-Bot-BasicBot/Makefile index f965fea444da..3e73d99feef0 100644 --- a/irc/p5-Bot-BasicBot/Makefile +++ b/irc/p5-Bot-BasicBot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Bot-BasicBot -PORTVERSION= 0.84 +PORTVERSION= 0.87 CATEGORIES= irc perl5 MASTER_SITES= CPAN/Bot PKGNAMEPREFIX= p5- @@ -16,7 +16,8 @@ COMMENT= Simple irc bot baseclass BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC MAN3= Bot::BasicBot.3 diff --git a/irc/p5-Bot-BasicBot/distinfo b/irc/p5-Bot-BasicBot/distinfo index e4f9b166c6f8..0fb8ff2a7c82 100644 --- a/irc/p5-Bot-BasicBot/distinfo +++ b/irc/p5-Bot-BasicBot/distinfo @@ -1,2 +1,2 @@ -SHA256 (Bot-BasicBot-0.84.tar.gz) = 6e35a632a846a745215c92291aebf471c2a012348e5da4dd365cb42757d4fe25 -SIZE (Bot-BasicBot-0.84.tar.gz) = 32320 +SHA256 (Bot-BasicBot-0.87.tar.gz) = 217e04747dae29276a04854b58b75e5be3cdf5cd53c3730663df85053c24e707 +SIZE (Bot-BasicBot-0.87.tar.gz) = 30451 |