diff options
author | rhaen <rhaen> | 2012-04-01 18:30:45 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2012-04-01 18:30:45 +0000 |
commit | 5abe65ccb331d6e531ecd808597029c71de0c7cf (patch) | |
tree | 620854722443c171ebeb3b16504047caf7334a91 /chat/p5-POE-Component-IRC | |
parent | ae717f76c4f67e6f59f6b721ee1faa9bad8a064a (diff) | |
download | pkgsrc-5abe65ccb331d6e531ecd808597029c71de0c7cf.tar.gz |
- Updated to 6.78
- Added dependency p5-Test-Differences
Changes:
6.78 Wed Dec 7 20:29:45 GMT 2011
- Prevent an IPv6 test failure
6.77 Fri Dec 2 03:55:14 GMT 2011
- Prevent a test failure in 06_online.t if the host is K-lined
6.76 Tue Nov 29 03:24:55 GMT 2011
- DCC.pm: Fix DCC RESUME, it was broken
- NickReclaim.pm: Make it more robust and prevent an error from being
raised when we quit from IRC.
Diffstat (limited to 'chat/p5-POE-Component-IRC')
-rw-r--r-- | chat/p5-POE-Component-IRC/Makefile | 5 | ||||
-rw-r--r-- | chat/p5-POE-Component-IRC/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/chat/p5-POE-Component-IRC/Makefile b/chat/p5-POE-Component-IRC/Makefile index 863046ca853..287605ea358 100644 --- a/chat/p5-POE-Component-IRC/Makefile +++ b/chat/p5-POE-Component-IRC/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2011/11/14 08:17:22 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.17 2012/04/01 18:30:45 rhaen Exp $ # -DISTNAME= POE-Component-IRC-6.75 +DISTNAME= POE-Component-IRC-6.78 PKGNAME= p5-${DISTNAME} CATEGORIES= chat perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} @@ -15,6 +15,7 @@ DEPENDS+= p5-POE>=0.3202:../../devel/p5-POE DEPENDS+= p5-IRC-Utils>=0.11:../../chat/p5-IRC-Utils DEPENDS+= p5-POE-Component-Syndicator-[0-9]*:../../devel/p5-POE-Component-Syndicator DEPENDS+= p5-POE-Filter-IRCD>=1.7:../../chat/p5-POE-Filter-IRCD +DEPENDS+= p5-Test-Differences>=0.61:../../devel/p5-Test-Differences PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/chat/p5-POE-Component-IRC/distinfo b/chat/p5-POE-Component-IRC/distinfo index ab931c72fa8..509265421a9 100644 --- a/chat/p5-POE-Component-IRC/distinfo +++ b/chat/p5-POE-Component-IRC/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2011/11/14 08:17:22 hiramatsu Exp $ +$NetBSD: distinfo,v 1.9 2012/04/01 18:30:45 rhaen Exp $ -SHA1 (POE-Component-IRC-6.75.tar.gz) = 9926d27fbccf2c826fdc783e5d6222766d576173 -RMD160 (POE-Component-IRC-6.75.tar.gz) = 13075e59f0b00f9eda4c64013782cd0ecb8350dd -Size (POE-Component-IRC-6.75.tar.gz) = 401886 bytes +SHA1 (POE-Component-IRC-6.78.tar.gz) = bd62e347f972fdf74e4463615b3a3015b91eac58 +RMD160 (POE-Component-IRC-6.78.tar.gz) = 747840f85ca3b1f72c16599faba11d9bc91b9439 +Size (POE-Component-IRC-6.78.tar.gz) = 401838 bytes |