diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-28 09:59:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-28 09:59:52 +0000 |
commit | e698d9179e51b9c2cf49508309768d39f3f97495 (patch) | |
tree | 0921dcb205978f1cfdc4edd3c7fc2d9a6c632772 /devel/p5-IO-Async | |
parent | 823b317a5ddfeaecca0576f3aef5df23ab3c56ff (diff) | |
download | ports-e698d9179e51b9c2cf49508309768d39f3f97495.tar.gz ports-e698d9179e51b9c2cf49508309768d39f3f97495.zip |
Notes
Diffstat (limited to 'devel/p5-IO-Async')
-rw-r--r-- | devel/p5-IO-Async/Makefile | 14 | ||||
-rw-r--r-- | devel/p5-IO-Async/distinfo | 4 |
2 files changed, 6 insertions, 12 deletions
diff --git a/devel/p5-IO-Async/Makefile b/devel/p5-IO-Async/Makefile index 2781e84dc094..9b97ac4b5df9 100644 --- a/devel/p5-IO-Async/Makefile +++ b/devel/p5-IO-Async/Makefile @@ -6,7 +6,7 @@ # PORTNAME= IO-Async -PORTVERSION= 0.46 +PORTVERSION= 0.47 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +19,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Async-MergePoint>=0.03:${PORTSDIR}/devel/p5-Async-MergePoint \ p5-CPS>=0:${PORTSDIR}/devel/p5-CPS \ - p5-Heap>=0.80:${PORTSDIR}/devel/p5-Heap + p5-Heap>=0.80:${PORTSDIR}/devel/p5-Heap \ + p5-Socket>=1.95:${PORTSDIR}/net/p5-Socket RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ @@ -62,11 +63,4 @@ MAN3= IO::Async.3 \ IO::Async::Timer::Countdown.3 \ IO::Async::Timer::Periodic.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -BUILD_DEPENDS+= p5-Socket>=1.93:${PORTSDIR}/net/p5-Socket -RUN_DEPENDS+= p5-Socket>=1.93:${PORTSDIR}/net/p5-Socket -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-IO-Async/distinfo b/devel/p5-IO-Async/distinfo index 934173f81d00..c58e8ea100a0 100644 --- a/devel/p5-IO-Async/distinfo +++ b/devel/p5-IO-Async/distinfo @@ -1,2 +1,2 @@ -SHA256 (IO-Async-0.46.tar.gz) = 15d3dfced3c0f14b0c1ebc01d4e26c49b97da74ca9f5155c6f1f84316afcafae -SIZE (IO-Async-0.46.tar.gz) = 198191 +SHA256 (IO-Async-0.47.tar.gz) = a576dba67c1e9933715c499a1ae9b9a814f25498035e2c85acc846976507e96a +SIZE (IO-Async-0.47.tar.gz) = 201222 |