svn commit: r325228 - head/devel/p5-POE
Mathieu Arnold
mat at FreeBSD.org
Thu Aug 22 19:59:02 UTC 2013
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}
More information about the svn-ports-head
mailing list