Wed Sep 15 05:51:02 2010 UTC ()
Update net/p5-Net-Twitter from 3.11012nb1 to 3.13008

Upstream changes:
3.13008 2010-08-26
    - use HTTPS for all OAuth token negotiation steps

3.13007 2010-07-06
    - decode_html_entities now decodes all fields (incl source in search
      results)
    - Role::OAuth doc patch by Doug Bell <doug@plainblack.com>
    - fixed: incompatibility between "since" and InflateObjects

3.13006 2010-06-18
    - test fix: bump the skip count for a new test in t/unicode.t for
      optional module

3.13005 2010-06-18
    - fixed: since (synthetic arg) filtering
    - fixed: don't use args for OAuth signature on multi-part mime posts

3.13004 2010-06-18
    - fixed: OAuth signature error with unicode args (RT#58493)

3.13003 2010-05-21
    - production release with Lists API refactor and OAuth changes

3.13002_03 2010-05-13
    - fixed: generate new OAuth authorization hearder on retry
      (RetryOnError trait)

3.13002_02 2010-05-12
    - fixed: removed redundant alias declarations

3.13002_01 2010-05-12
    - Refactored the Lists API to use Net::Twitter::API

3.13001 2010-11
    - use POST with Authorization header for XAuth (per Twitter
      documentation)
    - replace homegrown XAuth support with Net::OAuth's native support
    - accommodate 2 base URLs for API::Search (search and trends* methods
      use different base URLs)
    - enable SSL support for API::Search

3.13000 2010-05-09
    - added support and documentation for optional timeline parameter
      skip_user
    - fixed tests: plan was called twice when LWP was too old
    - added friends_incoming and friendships_outgoing methods

3.12000 2010-03-19
    - added new API methods: retweeted_by and retweeted_by_ids
    - fixed: t/51_since.t was actually connecting to twitter


(sno)
diff -r1.11 -r1.12 pkgsrc/net/p5-Net-Twitter/Makefile
diff -r1.8 -r1.9 pkgsrc/net/p5-Net-Twitter/distinfo

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

--- pkgsrc/net/p5-Net-Twitter/Makefile 2010/08/21 16:35:29 1.11
+++ pkgsrc/net/p5-Net-Twitter/Makefile 2010/09/15 05:51:01 1.12
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.11 2010/08/21 16:35:29 seb Exp $ 1# $NetBSD: Makefile,v 1.12 2010/09/15 05:51:01 sno Exp $
2# 2#
3 3
4DISTNAME= Net-Twitter-3.11012 4DISTNAME= Net-Twitter-3.13008
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 6#PKGREVISION= 1
7CATEGORIES= net 7CATEGORIES= net
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Net-Twitter/ 11HOMEPAGE= http://search.cpan.org/dist/Net-Twitter/
12COMMENT= Perl interface to the Twitter API 12COMMENT= Perl interface to the Twitter API
13LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor 17DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor
18DEPENDS+= p5-DateTime>=0.5100:../../time/p5-DateTime 18DEPENDS+= p5-DateTime>=0.5100:../../time/p5-DateTime
19DEPENDS+= p5-DateTime-Format-Strptime>=1.0900:../../time/p5-DateTime-Format-Strptime 19DEPENDS+= p5-DateTime-Format-Strptime>=1.0900:../../time/p5-DateTime-Format-Strptime

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

--- pkgsrc/net/p5-Net-Twitter/distinfo 2010/03/16 18:28:56 1.8
+++ pkgsrc/net/p5-Net-Twitter/distinfo 2010/09/15 05:51:01 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2010/03/16 18:28:56 sno Exp $ 1$NetBSD: distinfo,v 1.9 2010/09/15 05:51:01 sno Exp $
2 2
3SHA1 (Net-Twitter-3.11012.tar.gz) = 99aebb3d50bb5208087f23713799cdbf4c874d16 3SHA1 (Net-Twitter-3.13008.tar.gz) = 4d0eea2dc3df5abb224b76e02d377e3a55402bbe
4RMD160 (Net-Twitter-3.11012.tar.gz) = 145a96574ed43f4d7764a0f80897db1d4dca93ce 4RMD160 (Net-Twitter-3.13008.tar.gz) = b7f04f6406ec1c8efa6960a8f8031c24f28256a6
5Size (Net-Twitter-3.11012.tar.gz) = 106831 bytes 5Size (Net-Twitter-3.13008.tar.gz) = 112505 bytes