aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2011-06-14 03:29:48 +0800
committerculot <culot@FreeBSD.org>2011-06-14 03:29:48 +0800
commit154d2e1344545adc200d3b1722b2ba584d4c65c2 (patch)
tree3465f6101600a9cb8c41079157a47c38b94b1dfd /irc
parentbf6da1916b43af8c6e377324e52c9c8c10122da0 (diff)
downloadfreebsd-ports-gnome-154d2e1344545adc200d3b1722b2ba584d4c65c2.tar.gz
freebsd-ports-gnome-154d2e1344545adc200d3b1722b2ba584d4c65c2.tar.zst
freebsd-ports-gnome-154d2e1344545adc200d3b1722b2ba584d4c65c2.zip
- Update to 1.49
PR: ports/157228 Submitted by: Jase Thew <freebsd@beardz.net> Approved by: Teramoto Masahiro <markun@onohara.to> (maintainer)
Diffstat (limited to 'irc')
-rw-r--r--irc/p5-POE-Component-Server-IRC/Makefile18
-rw-r--r--irc/p5-POE-Component-Server-IRC/distinfo4
-rw-r--r--irc/p5-POE-Component-Server-IRC/pkg-plist4
3 files changed, 16 insertions, 10 deletions
diff --git a/irc/p5-POE-Component-Server-IRC/Makefile b/irc/p5-POE-Component-Server-IRC/Makefile
index dfdad1a5fc1e..ab7261c945bb 100644
--- a/irc/p5-POE-Component-Server-IRC/Makefile
+++ b/irc/p5-POE-Component-Server-IRC/Makefile
@@ -6,32 +6,36 @@
#
PORTNAME= POE-Component-Server-IRC
-PORTVERSION= 1.44
+PORTVERSION= 1.49
CATEGORIES= irc perl5
-MASTER_SITES= CPAN/${PORTNAME:C/-.*//}/HINRIK
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:HINRIK
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= A fully event-driven networkable IRC server daemon module
BUILD_DEPENDS= p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
- p5-IRC-Utils>=0.06:${PORTSDIR}/irc/p5-IRC-Utils \
+ p5-IRC-Utils>=0.10:${PORTSDIR}/irc/p5-IRC-Utils \
p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
- p5-Object-Pluggable>=1.29:${PORTSDIR}/devel/p5-Object-Pluggable \
p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE \
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>=6.52:${PORTSDIR}/irc/p5-POE-Component-IRC \
- p5-POE-Filter-IRCD>=2.2:${PORTSDIR}/irc/p5-POE-Filter-IRCD
+ p5-POE-Component-IRC>=6.68:${PORTSDIR}/irc/p5-POE-Component-IRC \
+ p5-POE-Component-Syndicator>=0.04:${PORTSDIR}/devel/p5-POE-Component-Syndicator \
+ p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify \
+ p5-POE-Filter-IRCD>=2.2:${PORTSDIR}/irc/p5-POE-Filter-IRCD \
+ p5-POE-Filter-Zlib>0:${PORTSDIR}/archivers/p5-POE-Filter-Zlib
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
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::Plugin.3 \
+ POE::Component::Server::IRC::Plugin::Auth.3 \
+ POE::Component::Server::IRC::Plugin::OperServ.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 cebf18a853eb..2fe15cb8a15e 100644
--- a/irc/p5-POE-Component-Server-IRC/distinfo
+++ b/irc/p5-POE-Component-Server-IRC/distinfo
@@ -1,2 +1,2 @@
-SHA256 (POE-Component-Server-IRC-1.44.tar.gz) = 7d11c81e5bcef90c047b2b4bd9421519f1a79af4eadd536a1b5268751c7764e1
-SIZE (POE-Component-Server-IRC-1.44.tar.gz) = 206669
+SHA256 (POE-Component-Server-IRC-1.49.tar.gz) = 51e68538016008eeecdd7cb24d276b38c3bf2693f2b72029827904e4b3a58792
+SIZE (POE-Component-Server-IRC-1.49.tar.gz) = 209286
diff --git a/irc/p5-POE-Component-Server-IRC/pkg-plist b/irc/p5-POE-Component-Server-IRC/pkg-plist
index 048f5bbaa9a8..679560606ba1 100644
--- a/irc/p5-POE-Component-Server-IRC/pkg-plist
+++ b/irc/p5-POE-Component-Server-IRC/pkg-plist
@@ -2,14 +2,16 @@ bin/pmkpasswd
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/IRC/.packlist
%%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/Plugin.pm
+%%SITE_PERL%%/POE/Component/Server/IRC/Plugin/Auth.pm
+%%SITE_PERL%%/POE/Component/Server/IRC/Plugin/OperServ.pm
%%SITE_PERL%%/POE/Component/Server/IRC/Backend.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
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
@dirrmtry %%SITE_PERL%%/POE/Component/Server/IRC/Test
+@dirrmtry %%SITE_PERL%%/POE/Component/Server/IRC/Plugin
@dirrmtry %%SITE_PERL%%/POE/Component/Server/IRC
@dirrmtry %%SITE_PERL%%/POE/Component/Server
@dirrmtry %%SITE_PERL%%/POE/Component