diff options
author | jadawin <jadawin@FreeBSD.org> | 2010-11-08 22:57:52 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2010-11-08 22:57:52 +0800 |
commit | 4ee6af77658b65a2c83249ef967d35ec3e1680f2 (patch) | |
tree | 5503c279bf9bec8aeabcc13ee107c392d4cf730d | |
parent | d0b499a476612836ee26e88c282c7b2cf44561b8 (diff) | |
download | freebsd-ports-gnome-4ee6af77658b65a2c83249ef967d35ec3e1680f2.tar.gz freebsd-ports-gnome-4ee6af77658b65a2c83249ef967d35ec3e1680f2.tar.zst freebsd-ports-gnome-4ee6af77658b65a2c83249ef967d35ec3e1680f2.zip |
- Update to 1.42
PR: ports/151965
Submitted by: Jase Thew <freebsd AT beardz.net>
Approved by: maintainer
-rw-r--r-- | irc/p5-POE-Component-Server-IRC/Makefile | 7 | ||||
-rw-r--r-- | irc/p5-POE-Component-Server-IRC/distinfo | 5 | ||||
-rw-r--r-- | irc/p5-POE-Component-Server-IRC/pkg-plist | 2 |
3 files changed, 5 insertions, 9 deletions
diff --git a/irc/p5-POE-Component-Server-IRC/Makefile b/irc/p5-POE-Component-Server-IRC/Makefile index 9ceb5ae2cc76..774c599e6708 100644 --- a/irc/p5-POE-Component-Server-IRC/Makefile +++ b/irc/p5-POE-Component-Server-IRC/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Server-IRC -PORTVERSION= 1.40 +PORTVERSION= 1.42 CATEGORIES= irc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,6 +22,7 @@ BUILD_DEPENDS= p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff \ p5-POE-Component-Client-DNS>=1:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ p5-POE-Component-Client-Ident>=1:${PORTSDIR}/net/p5-POE-Component-Client-Ident \ p5-POE-Component-IRC>=5.18:${PORTSDIR}/irc/p5-POE-Component-IRC \ + p5-Object-Pluggable>=1.27:${PORTSDIR}/devel/p5-Object-Pluggable \ p5-POE-Filter-IRCD>=2.2:${PORTSDIR}/irc/p5-POE-Filter-IRCD RUN_DEPENDS= ${BUILD_DEPENDS} @@ -31,9 +32,7 @@ MAN1= pmkpasswd.1 MAN3= POE::Component::Server::IRC.3 \ POE::Component::Server::IRC::OperServ.3 \ POE::Component::Server::IRC::Common.3 \ - POE::Component::Server::IRC::Pipeline.3 \ POE::Component::Server::IRC::Plugin.3 \ - POE::Component::Server::IRC::Backend.3 \ - POE::Component::Server::IRC::Test::Plugin.3 + POE::Component::Server::IRC::Backend.3 .include <bsd.port.mk> diff --git a/irc/p5-POE-Component-Server-IRC/distinfo b/irc/p5-POE-Component-Server-IRC/distinfo index 8cf30f6f46db..bc3ccc23e5f5 100644 --- a/irc/p5-POE-Component-Server-IRC/distinfo +++ b/irc/p5-POE-Component-Server-IRC/distinfo @@ -1,3 +1,2 @@ -MD5 (POE-Component-Server-IRC-1.40.tar.gz) = 3b76318144ff50669a338649003c3d6f -SHA256 (POE-Component-Server-IRC-1.40.tar.gz) = 109a10c78033a8749e47be9460bb68a9991797cf33aa51f8ecd012b6efd6b0fc -SIZE (POE-Component-Server-IRC-1.40.tar.gz) = 107083 +SHA256 (POE-Component-Server-IRC-1.42.tar.gz) = 497365f26959b307a86715a0fcebb1172ac4b04781100982f2a595eefe239c53 +SIZE (POE-Component-Server-IRC-1.42.tar.gz) = 209522 diff --git a/irc/p5-POE-Component-Server-IRC/pkg-plist b/irc/p5-POE-Component-Server-IRC/pkg-plist index 00c99a4dec6d..048f5bbaa9a8 100644 --- a/irc/p5-POE-Component-Server-IRC/pkg-plist +++ b/irc/p5-POE-Component-Server-IRC/pkg-plist @@ -3,10 +3,8 @@ bin/pmkpasswd %%SITE_PERL%%/POE/Component/Server/IRC.pm %%SITE_PERL%%/POE/Component/Server/IRC/Common.pm %%SITE_PERL%%/POE/Component/Server/IRC/OperServ.pm -%%SITE_PERL%%/POE/Component/Server/IRC/Pipeline.pm %%SITE_PERL%%/POE/Component/Server/IRC/Plugin.pm %%SITE_PERL%%/POE/Component/Server/IRC/Backend.pm -%%SITE_PERL%%/POE/Component/Server/IRC/Test/Plugin.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/IRC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component |