diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-03-28 17:59:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-03-28 17:59:52 +0800 |
commit | f606269266dd6ab30f99e6534bf82e79c0a09a37 (patch) | |
tree | 12666719c77461293356012bcae85574c478368d /devel | |
parent | 649b2d774af15be717007f21f02ab451b4a24f0e (diff) | |
download | freebsd-ports-gnome-f606269266dd6ab30f99e6534bf82e79c0a09a37.tar.gz freebsd-ports-gnome-f606269266dd6ab30f99e6534bf82e79c0a09a37.tar.zst freebsd-ports-gnome-f606269266dd6ab30f99e6534bf82e79c0a09a37.zip |
- Update to 0.47
Changes: http://search.cpan.org/dist/IO-Async/Changes
Feature safe: yes
Diffstat (limited to 'devel')
-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 |