diff options
author | he <he@pkgsrc.org> | 2008-09-12 13:14:41 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-09-12 13:14:41 +0000 |
commit | 2bb9ed49c38d52d598cb09f0bc152d152fce0982 (patch) | |
tree | c2c76f268beb2a8243dcaabdb657bf2433280b66 /devel/p5-POE | |
parent | 14dcfb9fb318ba80a4383763a17b49f8a50bd26a (diff) | |
download | pkgsrc-2bb9ed49c38d52d598cb09f0bc152d152fce0982.tar.gz |
Update from version 1.003 to 1.003nb1.
Pkgsrc changes:
o Add two overlooked dependencies; a newer IO::Handle from the newly
imported p5-IO package is needed, and the package during build
also complains that it wants POE::Test::Loops, so give it the
newly imported package for that one as well.
Diffstat (limited to 'devel/p5-POE')
-rw-r--r-- | devel/p5-POE/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile index 681dfc1a878..8f40534207f 100644 --- a/devel/p5-POE/Makefile +++ b/devel/p5-POE/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2008/08/24 22:19:38 he Exp $ +# $NetBSD: Makefile,v 1.10 2008/09/12 13:14:41 he Exp $ DISTNAME= POE-1.003 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} @@ -14,6 +15,8 @@ DEPENDS+= p5-Compress-Zlib>=1.33:../../devel/p5-Compress-Zlib DEPENDS+= p5-Curses>=1.08:../../devel/p5-Curses DEPENDS+= p5-Event>=1.00:../../devel/p5-Event DEPENDS+= p5-IO-tty>=1.02:../../devel/p5-IO-Tty +DEPENDS+= p5-IO>=1.2301:../../devel/p5-IO +DEPENDS+= p5-POE-Test-Loops>=1.002:../../devel/p5-POE-Test-Loops DEPENDS+= p5-Socket6>=0.14:../../net/p5-Socket6 DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey DEPENDS+= p5-Term-Cap>=1.09:../../devel/p5-Term-Cap |