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
This commit is contained in:
parent
6787c15071
commit
22c1089fd1
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue