Updating net/p5-Net-Twitter from 3.11003 to 3.11008
pkgsrc changes: - Remove inactive and non-responsive maintainer - Activate M:I:B module type Upstream changes: 3.11008 2010-03-02 - Added support for new api methods: reverse_geocode, geo_id - Updated method "update" with new parameters: place_id, display_coordinates 3.11007 2010-02-27 - xAuth implemented and tested 3.11006_01 2010-02-26 - xAuth implemented: @oauth = $nt->xauth($username, $password); 3.11006 2010-02-25 - Fixed: unicode.t skip needed number of tests to skip (miyagawa) 3.11005 2010-02-25 - Fixed: image updates accept a single array ref argument (RT#54422) - Fixed: "since" synthetic arg with InflateObjects role (RT#54901) - Fixed: utf8 encoding error for latin1 using Basic Authentication - Allow a pre-created user agent object as argument to new (ua => $ua) - FAQ: How do I get Twitter to display something other than "from Perl Net::Twitter"? 3.11004 2010-02-09 - Removed an extraneous tar ball from the distribution (no code changes)
This commit is contained in:
parent
3db83a11da
commit
5bfabf2c90
2 changed files with 8 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.8 2010/02/03 01:26:46 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2010/03/08 18:41:43 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Net-Twitter-3.11003
|
||||
DISTNAME= Net-Twitter-3.11008
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
MAINTAINER= peter@boku.net
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Net-Twitter/
|
||||
COMMENT= Perl interface to the Twitter API
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
@ -33,8 +33,7 @@ BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|||
|
||||
PERL5_PACKLIST= auto/Net/Twitter/.packlist
|
||||
USE_LANGUAGES= # none
|
||||
#PERL5_MODULE_TYPE= Module::Install
|
||||
MAKE_PARAMS= --skipdeps
|
||||
PERL5_MODULE_TYPE= Module::Install::Bundled
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2010/02/03 01:26:46 sno Exp $
|
||||
$NetBSD: distinfo,v 1.7 2010/03/08 18:41:43 sno Exp $
|
||||
|
||||
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
|
||||
SHA1 (Net-Twitter-3.11008.tar.gz) = dd5f8908e489675a545621b38884bcbcb5fe1c26
|
||||
RMD160 (Net-Twitter-3.11008.tar.gz) = 8f0ae97a4752f0db4ac8f5d2bfa3977fb22fa561
|
||||
Size (Net-Twitter-3.11008.tar.gz) = 103191 bytes
|
||||
|
|
Loading…
Reference in a new issue