Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 19:59:01 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325228 - head/devel/p5-POE
Message-ID:  <201308221959.r7MJx1VW098350@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Aug 22 19:59:01 2013
New Revision: 325228
URL: http://svnweb.freebsd.org/changeset/ports/325228

Log:
  Fixup dependencies.
  
  Two dependencies not up-to-date yet, currently in 181467 and 181468.
  
  Spotted by:	Luiz Eduardo Roncato Cordeiro

Modified:
  head/devel/p5-POE/Makefile

Modified: head/devel/p5-POE/Makefile
==============================================================================
--- head/devel/p5-POE/Makefile	Thu Aug 22 19:54:51 2013	(r325227)
+++ head/devel/p5-POE/Makefile	Thu Aug 22 19:59:01 2013	(r325228)
@@ -3,6 +3,7 @@
 
 PORTNAME=	POE
 PORTVERSION=	1.356
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,10 +17,11 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-Curses>=1.08:${PORTSDIR}/devel/p5-Curses \
 		p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
 		p5-IO-Tty>=1.08:${PORTSDIR}/devel/p5-IO-Tty \
-		p5-POE-Test-Loops>=1.351:${PORTSDIR}/devel/p5-POE-Test-Loops \
+		p5-POE-Test-Loops>=1.352:${PORTSDIR}/devel/p5-POE-Test-Loops \
 		p5-Socket-GetAddrInfo>=0.20:${PORTSDIR}/net/p5-Socket-GetAddrInfo \
 		p5-Term-ReadKey>=2.21:${PORTSDIR}/devel/p5-Term-ReadKey \
 		p5-URI>=1.30:${PORTSDIR}/net/p5-URI \
+		p5-IO-Pipely>=0.005:${PORTSDIR}/devel/p5-IO-Pipely \
 		p5-libwww>=5.79:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308221959.r7MJx1VW098350>