pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-POE Update from version 1.003 to 1.003nb1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6845650ceda
branches:  trunk
changeset: 547104:c6845650ceda
user:      he <he%pkgsrc.org@localhost>
date:      Fri Sep 12 13:14:41 2008 +0000

description:
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:

 devel/p5-POE/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 53befa6fbdee -r c6845650ceda devel/p5-POE/Makefile
--- a/devel/p5-POE/Makefile     Fri Sep 12 12:54:47 2008 +0000
+++ b/devel/p5-POE/Makefile     Fri Sep 12 13:14:41 2008 +0000
@@ -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-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



Home | Main Index | Thread Index | Old Index