- Update to 6.68
PR: 156502 Submitted by: Jase Thew <freebsd@beardz.net>
This commit is contained in:
parent
9eb1ac22c8
commit
9f752a3005
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275414
2 changed files with 13 additions and 8 deletions
|
@ -7,20 +7,25 @@
|
|||
#
|
||||
|
||||
PORTNAME= POE-Component-IRC
|
||||
PORTVERSION= 6.54
|
||||
PORTVERSION= 6.68
|
||||
CATEGORIES= irc devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:HINRIK
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= A fully event-driven IRC client module
|
||||
|
||||
RUN_DEPENDS= p5-POE>=0.3202:${PORTSDIR}/devel/p5-POE \
|
||||
p5-Object-Pluggable>=1.27:${PORTSDIR}/devel/p5-Object-Pluggable \
|
||||
p5-POE-Filter-IRCD>=1.7:${PORTSDIR}/irc/p5-POE-Filter-IRCD \
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= ART20 GPLv1
|
||||
|
||||
RUN_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \
|
||||
p5-POE-Component-Syndicator>=0.01:${PORTSDIR}/devel/p5-POE-Component-Syndicator \
|
||||
p5-POE-Filter-IRCD>=2.42:${PORTSDIR}/irc/p5-POE-Filter-IRCD \
|
||||
p5-POE-Component-Client-DNS>=0.99:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
|
||||
p5-POE-Component-SSLify>0:${PORTSDIR}/security/p5-POE-Component-SSLify
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
p5-POE-Component-SSLify>0:${PORTSDIR}/security/p5-POE-Component-SSLify \
|
||||
p5-IRC-Utils>=0.10:${PORTSDIR}/irc/p5-IRC-Utils
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (POE-Component-IRC-6.54.tar.gz) = afb95b153e1a23f72b41eb4c477a31be680ac317c1450fdc847d603f7aa17d02
|
||||
SIZE (POE-Component-IRC-6.54.tar.gz) = 397755
|
||||
SHA256 (POE-Component-IRC-6.68.tar.gz) = b7b6ffcfb1127c72a40811914013bda04d5e64c34b48d13529391de9e1e96f01
|
||||
SIZE (POE-Component-IRC-6.68.tar.gz) = 394699
|
||||
|
|
Loading…
Reference in a new issue