Updating net/p5-Net-Twitter from 3.09000 to 3.11003
pkgsrc changes: - Adjusting dependencies Upstream changes: 3.11003 2009-01-29 - Renamed "retweeted_of_me" REST API call to the correct "retweets_of_me" (Dan Moore @mgrdcm) - Back the Moose requirement down to 0.09 (earliest version with native traits) 3.11002 2009-01-28 - Use Moose 0.94 with native traits (resolves CPAN testers failing reports) 3.11001 2009-01-28 - Honor synthetic args (authenticate and since) for Lists API calls 3.11000 2009-01-27 - Lists API overhaul; bug fixes, added parameters, documentation - Create meaninful names for anonymous classes; better error context - Added "Paging and Cursors" documentation section 3.10003 2009-12-15 - Oops! Fixed bug in new test in t/10_net-twitter-regression.t (oh, the irony!) 3.10002 2009-12-15 - Added netrc_machine option to new with default 'api.twitter.com' - Fixed: netrc failed without trait API::REST - Fixed: retweeted_{to,of}_me API URLs (RT#52784) 3.10001 2009-11-26 - Fixed: new t/51_rate_limit.t needs to skip tests unless LWP >= 5.819 3.10000 2009-11-24 - Fixed: ssl not applied when both Lists and REST api used - Added Role::RateLimit - Added trends_available and trends_location methods to the REST API - Documented the lat and long parameters to update
This commit is contained in:
parent
2d59720e40
commit
c1906fb533
2 changed files with 10 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2009/11/21 15:28:36 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2010/02/03 01:26:46 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Net-Twitter-3.09000
|
||||
DISTNAME= Net-Twitter-3.11003
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
@ -18,12 +18,13 @@ DEPENDS+= p5-DateTime>=0.5100:../../time/p5-DateTime
|
|||
DEPENDS+= p5-DateTime-Format-Strptime>=1.0900:../../time/p5-DateTime-Format-Strptime
|
||||
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
||||
DEPENDS+= p5-JSON-Any>=1.21:../../converters/p5-JSON-Any
|
||||
DEPENDS*= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
|
||||
DEPENDS+= p5-Moose>=0.85:../../devel/p5-Moose
|
||||
DEPENDS+= p5-MooseX-AttributeHelpers-[0-9]*:../../devel/p5-MooseX-AttributeHelpers
|
||||
DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
|
||||
DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose
|
||||
#DEPENDS+= p5-MooseX-AttributeHelpers-[0-9]*:../../devel/p5-MooseX-AttributeHelpers
|
||||
DEPENDS+= p5-MooseX-MultiInitArg-[0-9]*:../../devel/p5-MooseX-MultiInitArg
|
||||
DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net
|
||||
DEPENDS+= p5-Net-OAuth>=0.20:../../net/p5-Net-OAuth
|
||||
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
||||
DEPENDS+= p5-URI>=1.40:../../www/p5-URI
|
||||
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
||||
DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2009/11/21 15:28:36 sno Exp $
|
||||
$NetBSD: distinfo,v 1.6 2010/02/03 01:26:46 sno Exp $
|
||||
|
||||
SHA1 (Net-Twitter-3.09000.tar.gz) = a445dc3d53578777309cec0f1da67418e89d55cf
|
||||
RMD160 (Net-Twitter-3.09000.tar.gz) = b438adeed5854b835ef53df31451c0a76f5f8871
|
||||
Size (Net-Twitter-3.09000.tar.gz) = 85656 bytes
|
||||
SHA1 (Net-Twitter-3.11003.tar.gz) = 95ffcfcf3ae66edeef1750552bbd9f7d724678a7
|
||||
RMD160 (Net-Twitter-3.11003.tar.gz) = 2ecb58017e9a17355fa5b1e89eccd55545ccc85d
|
||||
Size (Net-Twitter-3.11003.tar.gz) = 191165 bytes
|
||||
|
|
Loading…
Reference in a new issue