diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-06 00:59:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-06 00:59:09 +0800 |
commit | 1c34b1179bb404818c51a55ff9691b45717c8f1d (patch) | |
tree | 997afcb08894e50f8dd7a7de4820a7bb0d3e7dc1 /devel | |
parent | 77a85982b0486c2a4a40a1f999ec3c965fb487b0 (diff) | |
download | freebsd-ports-gnome-1c34b1179bb404818c51a55ff9691b45717c8f1d.tar.gz freebsd-ports-gnome-1c34b1179bb404818c51a55ff9691b45717c8f1d.tar.zst freebsd-ports-gnome-1c34b1179bb404818c51a55ff9691b45717c8f1d.zip |
- Update to 0.09
Changes: http://search.cpan.org/dist/AnyEvent-I3/Changes
PR: ports/161860
Submitted by: sunpoet (myself)
Approved: maintainer (timeout, 15 days)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-AnyEvent-I3/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-AnyEvent-I3/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/p5-AnyEvent-I3/Makefile b/devel/p5-AnyEvent-I3/Makefile index bf821485b63b..d7353efb53c9 100644 --- a/devel/p5-AnyEvent-I3/Makefile +++ b/devel/p5-AnyEvent-I3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= AnyEvent-I3 -DISTVERSION= 0.07 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= graudeejs@gmail.com COMMENT= Communicate with the i3 window manager -RUN_DEPENDS= p5-AnyEvent>=4.15:${PORTSDIR}/devel/p5-AnyEvent -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ + p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS +RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ + p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS -PERL_CONFIGURE= 5.10.0+ +PERL_CONFIGURE= yes MAN3= AnyEvent::I3.3 diff --git a/devel/p5-AnyEvent-I3/distinfo b/devel/p5-AnyEvent-I3/distinfo index a15c7d8b4a9d..11af6cc9529d 100644 --- a/devel/p5-AnyEvent-I3/distinfo +++ b/devel/p5-AnyEvent-I3/distinfo @@ -1,2 +1,2 @@ -SHA256 (AnyEvent-I3-0.07.tar.gz) = 5af374df291641fdd2e93511620dfddb7794621a78a75e1fc448a15d22500502 -SIZE (AnyEvent-I3-0.07.tar.gz) = 22166 +SHA256 (AnyEvent-I3-0.09.tar.gz) = 47e7a06cb05e0d1ec7bb0d15b37c7252d970267f89ea0c69a8fc6a215618ab6e +SIZE (AnyEvent-I3-0.09.tar.gz) = 22706 |