diff options
author | sno <sno> | 2010-03-16 18:23:14 +0000 |
---|---|---|
committer | sno <sno> | 2010-03-16 18:23:14 +0000 |
commit | 18201ab00088bb761fef46bd66d74545a08c968a (patch) | |
tree | 34f6715ea93c464a4427582c9eb02a2ca37d7278 /net | |
parent | 523c6e3fd41c9390aa2a5163161d77f61e867ced (diff) | |
download | pkgsrc-18201ab00088bb761fef46bd66d74545a08c968a.tar.gz |
Updating net/p5-Net-OAuth from 0.20 to 0.22
pkgsrc changes:
- fix typo in dependencies
Upstream changes:
0.21 Wed, 10 Mar 2010 22:20:49 UTC
* Added xAuth support with xAuthAccessTokenRequest (thanks Masayoshi
Sekimura and Simon Wistow)
* Added performance patch to decrease stat() system calls when requiring
modules (thanks Brad Whitaker)
0.22 Thu, 11 Mar 2010 00:21:26 UTC
* Renamed xAuthAccessTokenRequest to XauthAccessTokenRequest for
CamelCaseConsistency
* Added a couple tests for XauthAccessTokenRequest
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-OAuth/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-OAuth/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/p5-Net-OAuth/Makefile b/net/p5-Net-OAuth/Makefile index 1c161413d36..59f3a739ead 100644 --- a/net/p5-Net-OAuth/Makefile +++ b/net/p5-Net-OAuth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2009/11/21 15:23:14 sno Exp $ +# $NetBSD: Makefile,v 1.3 2010/03/16 18:23:14 sno Exp $ # -DISTNAME= Net-OAuth-0.20 +DISTNAME= Net-OAuth-0.22 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -18,7 +18,7 @@ DEPENDS+= p5-Class-Accessor>=0.31:../../devel/p5-Class-Accessor DEPENDS+= p5-Class-Data-Inheritable>=0.06:../../devel/p5-Class-Data-Inheritable DEPENDS+= p5-Digest-HMAC>=1.01:../../security/p5-Digest-HMAC DEPENDS+= p5-Digest-SHA1>=2.12:../../security/p5-Digest-SHA1 -DEPENDS*= {perl>=5.10.1,p5-Encode>=2.35}:../../textproc/p5-Encode +DEPENDS+= {perl>=5.10.1,p5-Encode>=2.35}:../../textproc/p5-Encode DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require DEPENDS+= p5-URI>=1.36:../../www/p5-URI diff --git a/net/p5-Net-OAuth/distinfo b/net/p5-Net-OAuth/distinfo index 48124c5aeca..a22b8fb6a68 100644 --- a/net/p5-Net-OAuth/distinfo +++ b/net/p5-Net-OAuth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/11/21 15:23:14 sno Exp $ +$NetBSD: distinfo,v 1.3 2010/03/16 18:23:14 sno Exp $ -SHA1 (Net-OAuth-0.20.tar.gz) = 09e34c0235fc4ba5c4f4201e2ce648add0f31873 -RMD160 (Net-OAuth-0.20.tar.gz) = 06f186bf3994e8aab6e2d8d16ae5b453ef577c6d -Size (Net-OAuth-0.20.tar.gz) = 36495 bytes +SHA1 (Net-OAuth-0.22.tar.gz) = e4e463fbffabe28dacaaef87dd02da2de54dd7ac +RMD160 (Net-OAuth-0.22.tar.gz) = 6306c43c8c5d153d5527605f7dec4579193278ec +Size (Net-OAuth-0.22.tar.gz) = 37844 bytes |