Mon Nov 28 13:04:54 2011 UTC ()
Update p5-Net-Twitter to 3.18001.

Changes from previous:
    - fixed: AutoCursor:
        - no behavior change when user passes "cursor" arg
        - work with InflateObjects trait
    - synthetic ags use (-) prefix: -authenticate, -since, -legacy_lists_api
    - Replaced JSON::Any with JSON
    - documented new arguments for friendship_exists

3.18000_01 2011-09-21
    - added update_with_media (Allen Haim)
    - added get_privacy_policy and get_tos API methods
    - added get_languages and get_settings API methods
    - added contributors and contributees API methods
    - added geo_search, geo_search, similar_places, and add_place API methods
    - friends/followers API methods deprecated
    - implemented the *new* Lists API in the API::REST trait
    - replaced MX:MultiInitArg::Trait with MX:Aliases (Justin Hunter)
    - fixed bad whatis entry (patch from debian, closes RT #67203)
    - use Digest::SHA instead of Digest::SHA1 (patch from debian, closes RT #67202)

3.17001 2011-03-31
    - fixed intermittent bug in AutoCursor (result of Class::MOP anon class caching)

3.17000 2011-03-29
    - production release with new AutoCursor trait

3.16000_1 2011-03-27
    - Added AutoCursor trait

3.16000 2011-03-26
    - Moved trends methods to API::REST; added warning to API::Search::Trends
    - Added no_retweet_ids method
    - modify searchapiurl for identica option
    - added deprecation notice to Net::Identica with Net::Twitter examples
    - replaced Test::Exception with Test::Fatal in tests

3.15000 2011-02-25
    - added Lists API method members_create_all (alias add_list_members)
    - added tests dependency: Test::Exception (closes RT #65786)

3.14003 2011-02-07
    - Fixed: trends_location (closes RT #65506)
    - Added parameters trim_user, include_entities, include_rts (frank cuny, closes RT #62542)

3.14002 2010-11-02
   - Fixed: use File::Spec tests that failed in Win32 (turugina)

3.14001 2010-10-19
    - Make Crypt::SSLeay a hard requirement (really no longer practical without it)

3.14000 2010-10-19
    - Added #newtwitter API methods (account_totals, account_settings,
      suggestion_categories, user_suggestions, show_direct_message,
      retweeted_to_user, retweeted_by_user, lookup_friendships,
      update_friendship, all_lists, related_results)
    - fixed: memory leak in RateLimit trait

3.13009 2010-09-17
    - use Athorization header for OAuth token requests rather than query params
    - "identica => 1" sets OAuth URLs (assist from barbie)
    - updated Synopsis with OAuth (closes RT#61273)

3.13008_02 2010-09-04
    - fixed stack frame filter
    - fixed missing dependency
    - detect Twitter's errors array as an error object

3.13008_01 2010-08-31
    - extract error from the various disparate error formats


(hiramatsu)
diff -r1.13 -r1.14 pkgsrc/net/p5-Net-Twitter/Makefile
diff -r1.9 -r1.10 pkgsrc/net/p5-Net-Twitter/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/net/p5-Net-Twitter/Makefile (expand / switch to unified diff)

--- pkgsrc/net/p5-Net-Twitter/Makefile 2011/08/14 14:14:47 1.13
+++ pkgsrc/net/p5-Net-Twitter/Makefile 2011/11/28 13:04:54 1.14
@@ -1,39 +1,37 @@ @@ -1,39 +1,37 @@
1# $NetBSD: Makefile,v 1.13 2011/08/14 14:14:47 obache Exp $ 1# $NetBSD: Makefile,v 1.14 2011/11/28 13:04:54 hiramatsu Exp $
2# 2#
3 3
4DISTNAME= Net-Twitter-3.13008 4DISTNAME= Net-Twitter-3.18001
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6#PKGREVISION= 1 
7PKGREVISION= 1 
8CATEGORIES= net 6CATEGORIES= net
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
10 8
11MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Net-Twitter/ 10HOMEPAGE= http://search.cpan.org/dist/Net-Twitter/
13COMMENT= Perl interface to the Twitter API 11COMMENT= Perl interface to the Twitter API
14LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
15 13
16PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
17 15
18DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor 16DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor
19DEPENDS+= p5-DateTime>=0.5100:../../time/p5-DateTime 17DEPENDS+= p5-DateTime>=0.5100:../../time/p5-DateTime
20DEPENDS+= p5-DateTime-Format-Strptime>=1.0900:../../time/p5-DateTime-Format-Strptime 18DEPENDS+= p5-DateTime-Format-Strptime>=1.0900:../../time/p5-DateTime-Format-Strptime
21DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser 19DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
22DEPENDS+= p5-JSON-Any>=1.21:../../converters/p5-JSON-Any 20DEPENDS+= p5-JSON-Any>=1.21:../../converters/p5-JSON-Any
23DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS 21DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
24DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose 22DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose
25#DEPENDS+= p5-MooseX-AttributeHelpers-[0-9]*:../../devel/p5-MooseX-AttributeHelpers 
26DEPENDS+= p5-MooseX-MultiInitArg-[0-9]*:../../devel/p5-MooseX-MultiInitArg 23DEPENDS+= p5-MooseX-MultiInitArg-[0-9]*:../../devel/p5-MooseX-MultiInitArg
 24DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized
27DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net 25DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net
28DEPENDS+= p5-Net-OAuth>=0.20:../../net/p5-Net-OAuth 26DEPENDS+= p5-Net-OAuth>=0.20:../../net/p5-Net-OAuth
29DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny 27DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
30DEPENDS+= p5-URI>=1.40:../../www/p5-URI 28DEPENDS+= p5-URI>=1.40:../../www/p5-URI
31DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww 29DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
32DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean 30DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean
33 31
34BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple 32BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
35 33
36PERL5_PACKLIST= auto/Net/Twitter/.packlist 34PERL5_PACKLIST= auto/Net/Twitter/.packlist
37USE_LANGUAGES= # none 35USE_LANGUAGES= # none
38PERL5_MODULE_TYPE= Module::Install::Bundled 36PERL5_MODULE_TYPE= Module::Install::Bundled
39 37

cvs diff -r1.9 -r1.10 pkgsrc/net/p5-Net-Twitter/distinfo (expand / switch to unified diff)

--- pkgsrc/net/p5-Net-Twitter/distinfo 2010/09/15 05:51:01 1.9
+++ pkgsrc/net/p5-Net-Twitter/distinfo 2011/11/28 13:04:54 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2010/09/15 05:51:01 sno Exp $ 1$NetBSD: distinfo,v 1.10 2011/11/28 13:04:54 hiramatsu Exp $
2 2
3SHA1 (Net-Twitter-3.13008.tar.gz) = 4d0eea2dc3df5abb224b76e02d377e3a55402bbe 3SHA1 (Net-Twitter-3.18001.tar.gz) = 629c098aacf46135c89a755b799f46fa20a899bd
4RMD160 (Net-Twitter-3.13008.tar.gz) = b7f04f6406ec1c8efa6960a8f8031c24f28256a6 4RMD160 (Net-Twitter-3.18001.tar.gz) = e811a71ffa762b52ed9023d96133e0bac24100df
5Size (Net-Twitter-3.13008.tar.gz) = 112505 bytes 5Size (Net-Twitter-3.18001.tar.gz) = 128033 bytes