diff options
author | sahil <sahil@FreeBSD.org> | 2010-06-21 05:32:57 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-06-21 05:32:57 +0800 |
commit | cfbb46a623e49322344c294936ab9f5d66ba22d8 (patch) | |
tree | 636e543a1c60d7b648489c9f6c65ed493bf5e94a /net | |
parent | bd1c60a38494f65d98fc0618a67f0607f64e79c5 (diff) | |
download | freebsd-ports-gnome-cfbb46a623e49322344c294936ab9f5d66ba22d8.tar.gz freebsd-ports-gnome-cfbb46a623e49322344c294936ab9f5d66ba22d8.tar.zst freebsd-ports-gnome-cfbb46a623e49322344c294936ab9f5d66ba22d8.zip |
- Update to 0.51
- Update my email to @FreeBSD.org
Approved by: wxs@/itetcu@ (mentors, implicit)
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-AnyEvent-Twitter/Makefile | 9 | ||||
-rw-r--r-- | net/p5-AnyEvent-Twitter/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/p5-AnyEvent-Twitter/Makefile b/net/p5-AnyEvent-Twitter/Makefile index 7e926a518391..92aee770011b 100644 --- a/net/p5-AnyEvent-Twitter/Makefile +++ b/net/p5-AnyEvent-Twitter/Makefile @@ -6,19 +6,20 @@ # PORTNAME= AnyEvent-Twitter -PORTVERSION= 0.27 +PORTVERSION= 0.51 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= sahil@tandon.net +MAINTAINER= sahil@FreeBSD.org COMMENT= Implementation of the Twitter API for AnyEvent BUILD_DEPENDS= p5-AnyEvent>=3.5:${PORTSDIR}/devel/p5-AnyEvent \ p5-AnyEvent-HTTP>=0:${PORTSDIR}/www/p5-AnyEvent-HTTP \ + p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-Object-Event>=1.2:${PORTSDIR}/devel/p5-Object-Event \ - p5-URI>=0:${PORTSDIR}/net/p5-URI + p5-Net-OAuth>=0:${PORTSDIR}/net/p5-Net-OAuth \ + p5-Net-Twitter-Lite>=0:${PORTSDIR}/net/p5-Net-Twitter-Lite RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/net/p5-AnyEvent-Twitter/distinfo b/net/p5-AnyEvent-Twitter/distinfo index 5c09fb236af9..baea83d484e8 100644 --- a/net/p5-AnyEvent-Twitter/distinfo +++ b/net/p5-AnyEvent-Twitter/distinfo @@ -1,3 +1,3 @@ -MD5 (AnyEvent-Twitter-0.27.tar.gz) = 1b832cb75ce25caf52d482f92017398d -SHA256 (AnyEvent-Twitter-0.27.tar.gz) = 936c345c29a0eaa53bf981a4c4b44f1f8e41f142b351a4e9e45d0619fb7e6981 -SIZE (AnyEvent-Twitter-0.27.tar.gz) = 9141 +MD5 (AnyEvent-Twitter-0.51.tar.gz) = eca8da9eb84def09055f8de37fe6723a +SHA256 (AnyEvent-Twitter-0.51.tar.gz) = 9effd49cac4d3f1a53d25555eb21aedd3acaeee3ad55178fca11c9e8b9519370 +SIZE (AnyEvent-Twitter-0.51.tar.gz) = 26525 |