Tue Mar 16 18:28:56 2010 UTC ()
Updating net/p5-Net-Twitter from 3.11008 to 3.11012

Upstream changes:
3.11012 2010-03-13
    - fixed: added fallback since Test::More 0.95_01 does not
      stringify in "is" (tokuhirom)

3.11011 2010-03-11
    - fixed documentation to include lookup_users

3.11010 2010-03-11
    - Added lookup_users API method

3.11009 2010-03-10
    - Added RetryOnError trait
      (see perldoc Net::Twitter::Role::RetryOnError)
    - Import Sclar::Util::blessed in the POD Synopsis to make it clear
      callers need to do so (RT#55283)
    - Use newly documented "preferred" oauth endpoints:
      http://api.twitter.com/oauth/*
    - Added SimulateCursors trait for Identi.ca compatibility


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

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

--- pkgsrc/net/p5-Net-Twitter/Makefile 2010/03/08 18:41:43 1.9
+++ pkgsrc/net/p5-Net-Twitter/Makefile 2010/03/16 18:28:56 1.10
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2010/03/08 18:41:43 sno Exp $ 1# $NetBSD: Makefile,v 1.10 2010/03/16 18:28:56 sno Exp $
2# 2#
3 3
4DISTNAME= Net-Twitter-3.11008 4DISTNAME= Net-Twitter-3.11012
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= net 6CATEGORIES= net
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Net-Twitter/ 10HOMEPAGE= http://search.cpan.org/dist/Net-Twitter/
11COMMENT= Perl interface to the Twitter API 11COMMENT= Perl interface to the Twitter API
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor 16DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor
17DEPENDS+= p5-DateTime>=0.5100:../../time/p5-DateTime 17DEPENDS+= p5-DateTime>=0.5100:../../time/p5-DateTime

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

--- pkgsrc/net/p5-Net-Twitter/distinfo 2010/03/08 18:41:43 1.7
+++ pkgsrc/net/p5-Net-Twitter/distinfo 2010/03/16 18:28:56 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2010/03/08 18:41:43 sno Exp $ 1$NetBSD: distinfo,v 1.8 2010/03/16 18:28:56 sno Exp $
2 2
3SHA1 (Net-Twitter-3.11008.tar.gz) = dd5f8908e489675a545621b38884bcbcb5fe1c26 3SHA1 (Net-Twitter-3.11012.tar.gz) = 99aebb3d50bb5208087f23713799cdbf4c874d16
4RMD160 (Net-Twitter-3.11008.tar.gz) = 8f0ae97a4752f0db4ac8f5d2bfa3977fb22fa561 4RMD160 (Net-Twitter-3.11012.tar.gz) = 145a96574ed43f4d7764a0f80897db1d4dca93ce
5Size (Net-Twitter-3.11008.tar.gz) = 103191 bytes 5Size (Net-Twitter-3.11012.tar.gz) = 106831 bytes