diff options
author | sno <sno@pkgsrc.org> | 2010-03-08 18:41:43 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-08 18:41:43 +0000 |
commit | 32717c02fa1f3e5c74918d836c83f1980f567dae (patch) | |
tree | d1db5dbb8b570fef01dfc767724b7850788de0f6 /net/p5-Net-Twitter/Makefile | |
parent | 906d776c7a29cdaa0e05bccf6cda1352ee4bcad9 (diff) | |
download | pkgsrc-32717c02fa1f3e5c74918d836c83f1980f567dae.tar.gz |
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)
Diffstat (limited to 'net/p5-Net-Twitter/Makefile')
-rw-r--r-- | net/p5-Net-Twitter/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/p5-Net-Twitter/Makefile b/net/p5-Net-Twitter/Makefile index bac79de9b2c..c9202e378e1 100644 --- a/net/p5-Net-Twitter/Makefile +++ b/net/p5-Net-Twitter/Makefile @@ -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" |