diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-21 16:14:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-21 16:14:01 +0000 |
commit | 0fd61457c2e2d83278c4c263a78255fc39444f94 (patch) | |
tree | d871578f6869163a0deb1d5dcac29202b328f059 /net/p5-POE-Component-Server-Twirc | |
parent | 2f560450c68536856953e57744198c90f7d3db69 (diff) | |
download | ports-0fd61457c2e2d83278c4c263a78255fc39444f94.tar.gz ports-0fd61457c2e2d83278c4c263a78255fc39444f94.zip |
Notes
Diffstat (limited to 'net/p5-POE-Component-Server-Twirc')
-rw-r--r-- | net/p5-POE-Component-Server-Twirc/Makefile | 16 | ||||
-rw-r--r-- | net/p5-POE-Component-Server-Twirc/distinfo | 4 |
2 files changed, 11 insertions, 9 deletions
diff --git a/net/p5-POE-Component-Server-Twirc/Makefile b/net/p5-POE-Component-Server-Twirc/Makefile index 339ece83cc6f..fafc89b6fe60 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.12 +PORTVERSION= 0.15 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,24 +14,26 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Twitter/IRC gateway -RUN_DEPENDS= p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \ +BUILD_DEPENDS= p5-AnyEvent-Twitter-Stream>=0:${PORTSDIR}/net/p5-AnyEvent-Twitter-Stream \ + p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-LWP-UserAgent-POE>=0.02:${PORTSDIR}/www/p5-LWP-UserAgent-POE \ p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ - p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Getopt>=0.15:${PORTSDIR}/devel/p5-MooseX-Getopt \ p5-MooseX-Log-Log4perl>=0:${PORTSDIR}/devel/p5-MooseX-Log-Log4perl \ - p5-MooseX-POE>=0.205:${PORTSDIR}/devel/p5-MooseX-POE \ + p5-MooseX-POE>=0.215:${PORTSDIR}/devel/p5-MooseX-POE \ p5-MooseX-SimpleConfig>=0:${PORTSDIR}/devel/p5-MooseX-SimpleConfig \ p5-MooseX-Storage>=0:${PORTSDIR}/devel/p5-MooseX-Storage \ p5-Net-Twitter>=3.11007:${PORTSDIR}/net/p5-Net-Twitter \ - p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify \ p5-POE-Component-Server-IRC>=0.02005:${PORTSDIR}/irc/p5-POE-Component-Server-IRC \ p5-POE-Component-TSTP>=0:${PORTSDIR}/devel/p5-POE-Component-TSTP \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ - p5-String-Truncate>=0:${PORTSDIR}/textproc/p5-String-Truncate -BUILD_DEPENDS= ${RUN_DEPENDS} + p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ + p5-String-Truncate>=0:${PORTSDIR}/textproc/p5-String-Truncate \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/net/p5-POE-Component-Server-Twirc/distinfo b/net/p5-POE-Component-Server-Twirc/distinfo index 73eefd04007a..97d7d1b13c05 100644 --- a/net/p5-POE-Component-Server-Twirc/distinfo +++ b/net/p5-POE-Component-Server-Twirc/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Server-Twirc-0.12.tar.gz) = dc9478d95caabe4bfe3626ecd84ceae7dccc4ab06d8d5d94a1c034ae5ec1e71c -SIZE (POE-Component-Server-Twirc-0.12.tar.gz) = 49714 +SHA256 (POE-Component-Server-Twirc-0.15.tar.gz) = e701944830ebf3bb2714d0ac9b6fa048310511ce7de819801fdde42dbc30b99b +SIZE (POE-Component-Server-Twirc-0.15.tar.gz) = 50415 |