diff options
author | he <he@pkgsrc.org> | 2008-09-10 18:46:32 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-09-10 18:46:32 +0000 |
commit | 2cae2fdb05c5618d63a7bd5c19ce203c0e86c04e (patch) | |
tree | eba6bd79bd6a46b2ccf5bd0a98ee744b1646219b /chat | |
parent | d1772a3e92fcd92a05b6007c678112cc60413cc3 (diff) | |
download | pkgsrc-2cae2fdb05c5618d63a7bd5c19ce203c0e86c04e.tar.gz |
Update from version 1.1nb1 to 2.38, discussed in general terms with maintainer.
Pkgsrc changes:
o Canonicalize HOMEPAGE
o Adjust dependencies
Upstream changes:
2.38 Removed kwalitee test and added license information.
2.36 Kwalitee fixes.
2.35 Changed test file naming convention
2.34 Added clone() method as reported by Hinrik Ãrn Sigurðsson.
2.32 Updated Module::Install to 0.68
2.31 Fixed abstract_from and build_requires in Makefile.PL
2.30 Code refactoring. Doc fixes. Updated tests.
2.2 Switched fully to Module::Install. Documentation amendments.
2.0 Makefile.PL was executable. Fixed.
1.9 Added pod and pod coverage tests. Documentation fixes.
1.8 Added get_pending() method.
1.7 Bug in put() that choked when {params} didn't exist.
1.6 Inherits from POE::Filter now so it won't barf when Stackable
is updated.
1.5 Added colonify options, check pod for details.
1.4 {raw_line} added to resultant hashref.
1.3 Documentation amendments.
1.2 Updated testcase. Should be a bit more robust now.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/p5-POE-Filter-IRCD/Makefile | 9 | ||||
-rw-r--r-- | chat/p5-POE-Filter-IRCD/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/chat/p5-POE-Filter-IRCD/Makefile b/chat/p5-POE-Filter-IRCD/Makefile index b6abb8d2320..882b3295372 100644 --- a/chat/p5-POE-Filter-IRCD/Makefile +++ b/chat/p5-POE-Filter-IRCD/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:16 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/09/10 18:46:32 he Exp $ # -DISTNAME= POE-Filter-IRCD-1.1 +DISTNAME= POE-Filter-IRCD-2.38 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= chat perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} MAINTAINER= adrianp@NetBSD.org -HOMEPAGE= http://search.cpan.org/~bingos/POE-Filter-IRCD-1.1/ +HOMEPAGE= http://search.cpan.org/dist/POE-Filter-IRCD/ COMMENT= POE-based parser for the IRC protocol -DEPENDS+= p5-POE>=0.17:../../devel/p5-POE +DEPENDS+= p5-POE>=0.3202:../../devel/p5-POE PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/chat/p5-POE-Filter-IRCD/distinfo b/chat/p5-POE-Filter-IRCD/distinfo index b03f3bcc495..92f3ca5b9b6 100644 --- a/chat/p5-POE-Filter-IRCD/distinfo +++ b/chat/p5-POE-Filter-IRCD/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/07/14 23:08:21 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2008/09/10 18:46:32 he Exp $ -SHA1 (POE-Filter-IRCD-1.1.tar.gz) = 61b3dfdc9cba79f9eeea6d3df8e235fe65d6fcce -RMD160 (POE-Filter-IRCD-1.1.tar.gz) = e19a495577fc9c6e8dc30b97605a2c8a782c4f98 -Size (POE-Filter-IRCD-1.1.tar.gz) = 3224 bytes +SHA1 (POE-Filter-IRCD-2.38.tar.gz) = da784b481829b61ec3209aad71ef6312587f27a9 +RMD160 (POE-Filter-IRCD-2.38.tar.gz) = c3d06acc972cba58991fe87117a5adecf278d91a +Size (POE-Filter-IRCD-2.38.tar.gz) = 22339 bytes |