diff options
author | sno <sno@pkgsrc.org> | 2009-11-21 15:28:36 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-11-21 15:28:36 +0000 |
commit | 952f3ead10f76ce36670ad50d6025bf0c8809554 (patch) | |
tree | 99ad0f5ec8cf8d2abe7fc157c96960c27989f737 /net | |
parent | 535edc776dae75f87d1a31fb48d05643d9e68221 (diff) | |
download | pkgsrc-952f3ead10f76ce36670ad50d6025bf0c8809554.tar.gz |
Updating net/p5-Net-Twitter from 3.06000nb1 to 3.09000
pkgsrc changes:
- Adjusting dependencies according to META.yml and upstream changelog
- Ensure that Module::Autoinstall won't fire
Upstream changes:
3.09000 2009-11-17
- Bumped Net::OAuth requirement to 0.20 (hopefully resolves CPAN Testers failures)
- Added users_search/find_people API method
- Updated default apiurl: http://api.twitter.com/1
- Deprecated apihost option to new
- Fixed ssl handling for Lists API
3.08000 2009-11-02
- return user_id and screen_name from request_access_token (Roberto Etcheverry)
3.07999_01 2009-10-23
- Added experimental Lists API support
3.07004 2009-10-22
- Fixed: cached request_token results in a stale authentication/authorization urls
3.07003 2009-10-13
- Added new API method: report_spam
3.07002 2009-10-05
- Documented the cursor parameter for friends, followers, friends_ids, and
followers_ids.
- Fixed: synthetic since parameter (could fail with multiple API traits defined)
- Added support for since in YYYY-MM-DD format
3.07001 2009-09-28
- Added specific versions for DateTime and DateTime::Format::Strptime (closes RT#50069)
- better deps (Alexandr Ciornii)
3.07000 2009-09-22
- added 'retweets' REST API method
- added synthetic 'since' parameter
- fixed: object inflation for Search API returns (different timestamp format!)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Twitter/Makefile | 16 | ||||
-rw-r--r-- | net/p5-Net-Twitter/distinfo | 8 |
2 files changed, 14 insertions, 10 deletions
diff --git a/net/p5-Net-Twitter/Makefile b/net/p5-Net-Twitter/Makefile index e0a10be9aaf..b71c8162c3f 100644 --- a/net/p5-Net-Twitter/Makefile +++ b/net/p5-Net-Twitter/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2009/09/24 06:50:17 sno Exp $ +# $NetBSD: Makefile,v 1.7 2009/11/21 15:28:36 sno Exp $ # -DISTNAME= Net-Twitter-3.06000 +DISTNAME= Net-Twitter-3.09000 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -15,21 +14,26 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor -DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime -DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime +DEPENDS+= p5-DateTime>=0.5100:../../time/p5-DateTime +DEPENDS+= p5-DateTime-Format-Strptime>=1.0900:../../time/p5-DateTime-Format-Strptime DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser DEPENDS+= p5-JSON-Any>=1.21:../../converters/p5-JSON-Any +DEPENDS*= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS DEPENDS+= p5-Moose>=0.85:../../devel/p5-Moose DEPENDS+= p5-MooseX-AttributeHelpers-[0-9]*:../../devel/p5-MooseX-AttributeHelpers DEPENDS+= p5-MooseX-MultiInitArg-[0-9]*:../../devel/p5-MooseX-MultiInitArg DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net -DEPENDS+= p5-Net-OAuth>=0.16:../../net/p5-Net-OAuth +DEPENDS+= p5-Net-OAuth>=0.20:../../net/p5-Net-OAuth DEPENDS+= p5-URI>=1.40:../../www/p5-URI DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean +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 .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Twitter/distinfo b/net/p5-Net-Twitter/distinfo index 34595cbbf4a..9666f43596b 100644 --- a/net/p5-Net-Twitter/distinfo +++ b/net/p5-Net-Twitter/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/09/19 17:45:47 sno Exp $ +$NetBSD: distinfo,v 1.5 2009/11/21 15:28:36 sno Exp $ -SHA1 (Net-Twitter-3.06000.tar.gz) = 8ec1d7d8bceacf5d89a24cec156a1fb4f04af529 -RMD160 (Net-Twitter-3.06000.tar.gz) = 4ec80bdbd048209bc4cfa58e1ff74fa83fb58db7 -Size (Net-Twitter-3.06000.tar.gz) = 77925 bytes +SHA1 (Net-Twitter-3.09000.tar.gz) = a445dc3d53578777309cec0f1da67418e89d55cf +RMD160 (Net-Twitter-3.09000.tar.gz) = b438adeed5854b835ef53df31451c0a76f5f8871 +Size (Net-Twitter-3.09000.tar.gz) = 85656 bytes |