diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2011-10-18 01:50:51 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2011-10-18 01:50:51 +0000 |
commit | b7cfdc48848bb6fde2fb0bd0b8302caba38fedd0 (patch) | |
tree | a1ba04a790115f8ebdff8d8fbfd6bcd64c7e3254 /net | |
parent | 16249b7ef4796557ae963abfd2ef3fead71c22d9 (diff) | |
download | ports-b7cfdc48848bb6fde2fb0bd0b8302caba38fedd0.tar.gz ports-b7cfdc48848bb6fde2fb0bd0b8302caba38fedd0.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-AnyEvent-Twitter/Makefile | 15 | ||||
-rw-r--r-- | net/p5-AnyEvent-Twitter/distinfo | 4 |
2 files changed, 10 insertions, 9 deletions
diff --git a/net/p5-AnyEvent-Twitter/Makefile b/net/p5-AnyEvent-Twitter/Makefile index 50a949366388..c3d3f4ce720d 100644 --- a/net/p5-AnyEvent-Twitter/Makefile +++ b/net/p5-AnyEvent-Twitter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= AnyEvent-Twitter -PORTVERSION= 0.53 +PORTVERSION= 0.62 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= sahil@FreeBSD.org COMMENT= Implementation of the Twitter API for AnyEvent -RUN_DEPENDS= p5-AnyEvent>=3.5:${PORTSDIR}/devel/p5-AnyEvent \ - p5-AnyEvent-HTTP>=0:${PORTSDIR}/www/p5-AnyEvent-HTTP \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-Net-OAuth>=0:${PORTSDIR}/net/p5-Net-OAuth \ - p5-Net-Twitter-Lite>=0:${PORTSDIR}/net/p5-Net-Twitter-Lite -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-AnyEvent>=5.34:${PORTSDIR}/devel/p5-AnyEvent \ + p5-AnyEvent-HTTP>=2.12:${PORTSDIR}/www/p5-AnyEvent-HTTP \ + p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \ + p5-Net-OAuth>=0.27:${PORTSDIR}/net/p5-Net-OAuth \ + p5-URI>=1.58:${PORTSDIR}/net/p5-URI + +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/net/p5-AnyEvent-Twitter/distinfo b/net/p5-AnyEvent-Twitter/distinfo index 77e155270e41..1f76a1334882 100644 --- a/net/p5-AnyEvent-Twitter/distinfo +++ b/net/p5-AnyEvent-Twitter/distinfo @@ -1,2 +1,2 @@ -SHA256 (AnyEvent-Twitter-0.53.tar.gz) = fce147d266cff97852b65b6743d716f9825b2a23835a5e75521be6a34f4bf2e3 -SIZE (AnyEvent-Twitter-0.53.tar.gz) = 28937 +SHA256 (AnyEvent-Twitter-0.62.tar.gz) = 521ab00fd5bcaf8b6af93ea9a3c6b5543d81455c59a21e17f9cac08246f67721 +SIZE (AnyEvent-Twitter-0.62.tar.gz) = 30558 |