mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 1.49
PR: ports/157228 Submitted by: Jase Thew <freebsd@beardz.net> Approved by: Teramoto Masahiro <markun@onohara.to> (maintainer)
This commit is contained in:
parent
3f0d48c4ba
commit
4c83bcb50d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275504
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user