diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-17 08:02:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-17 08:02:26 +0000 |
commit | 3076a431591f4e8f626b0c5526a040c95f6249ce (patch) | |
tree | be06ad80aa41dd74256dd0abc79e9a7f937a0297 /chat | |
parent | cea6bea55026ccb39d3f00ebc0cebdcbda9c5405 (diff) | |
download | pkgsrc-3076a431591f4e8f626b0c5526a040c95f6249ce.tar.gz |
p5-POE-Component-IRC: update to 6.90.
6.90 Tue Sep 5 19:17:35 BST 2017
- Update simpleclient with IPv6 option
- Remove requirement on List::MoreUtils
- Fix missing code for Ignore_unauthorized
- Add support for WEBIRC
6.89 Tue Sep 5 19:13:09 BST 2017
(yes, no comment)
Diffstat (limited to 'chat')
-rw-r--r-- | chat/p5-POE-Component-IRC/Makefile | 9 | ||||
-rw-r--r-- | chat/p5-POE-Component-IRC/distinfo | 10 |
2 files changed, 10 insertions, 9 deletions
diff --git a/chat/p5-POE-Component-IRC/Makefile b/chat/p5-POE-Component-IRC/Makefile index f161594deec..c9dd5ef50d5 100644 --- a/chat/p5-POE-Component-IRC/Makefile +++ b/chat/p5-POE-Component-IRC/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2017/06/05 14:22:19 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.28 2017/09/17 08:02:26 wiz Exp $ -DISTNAME= POE-Component-IRC-6.88 +DISTNAME= POE-Component-IRC-6.90 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= chat perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} @@ -18,6 +16,9 @@ DEPENDS+= p5-POE-Component-Syndicator-[0-9]*:../../devel/p5-POE-Component-Syndic DEPENDS+= p5-POE-Filter-IRCD>=2.42:../../chat/p5-POE-Filter-IRCD DEPENDS+= p5-Test-Differences>=0.61:../../devel/p5-Test-Differences +# TEST_DEPENDS +BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff + PERL5_PACKLIST= auto/POE/Component/IRC/.packlist .include "../../lang/perl5/module.mk" diff --git a/chat/p5-POE-Component-IRC/distinfo b/chat/p5-POE-Component-IRC/distinfo index 06794c16814..7b0d9b92f16 100644 --- a/chat/p5-POE-Component-IRC/distinfo +++ b/chat/p5-POE-Component-IRC/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/11/03 01:20:22 agc Exp $ +$NetBSD: distinfo,v 1.13 2017/09/17 08:02:26 wiz Exp $ -SHA1 (POE-Component-IRC-6.88.tar.gz) = fa4b8b1d4170fe14ea441c50dec1f77639e396b8 -RMD160 (POE-Component-IRC-6.88.tar.gz) = c6f936c4b0acc1ca923b7429f918c12160d22060 -SHA512 (POE-Component-IRC-6.88.tar.gz) = fbb036e494ce9ac4637746b4cddd453ee775799b7163eb1ad2f4dc4b476c8963b204266377b6603750fe64b1781d785e4ceca8ebce920e27399e8576035696d8 -Size (POE-Component-IRC-6.88.tar.gz) = 394374 bytes +SHA1 (POE-Component-IRC-6.90.tar.gz) = 421aac24f2d93522cdbd9ccfe20245c31caac574 +RMD160 (POE-Component-IRC-6.90.tar.gz) = 081865c39d371cd7eb09f91644bff63e3a6eecb4 +SHA512 (POE-Component-IRC-6.90.tar.gz) = c8106bf740a60dc075f99df40c96f30232f69f1369ea5f68ce10636ab0640536ef2c806d73e721f21c21043ab7c386a1e54e099241bd52070648ffc9fd010750 +Size (POE-Component-IRC-6.90.tar.gz) = 375501 bytes |