Updating net/p5-Net-OAuth from 0.22nb1 to 0.27
pkgsrc changes: - adjust dependencies according to upstream's META.yml Upstream changes: 0.27 Wed, 16 Jun 2010 20:39:59 UTC Added class for Yahoo! access token refresh request (thanks Marc Mims) 0.26 Wed, 16 Jun 2010 19:59:04 UTC Message::encode no longer tries fix potential 'double-encoding' (in any case it appeared to be doing it wrong). Now it just complains if you try to pass in undecoded strings. (thanks Daisuke Maki and KATOU Akira) 0.25 Sun, 21 Mar 2010 03:50:40 UTC Gah, $VERSION lameness 0.24 Sun, 21 Mar 2010 03:39:40 UTC Fix test breakage in 0.23 0.23 Thu, 18 Mar 2010 17:23:36 UTC Removed UNIVERSAL::require dependency Net::OAuth->request constructor now dies if module fails to load (thanks Mike Schleif) Fixed https://rt.cpan.org/Ticket/Display.html?id=55635 Incorrect dependencies (thanks Jens Rehsack) Replaced die() with croak()
This commit is contained in:
parent
875fb4c889
commit
3e084d6b41
2 changed files with 8 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2010/08/21 16:35:26 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2010/09/09 06:16:11 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Net-OAuth-0.22
|
||||
DISTNAME= Net-OAuth-0.27
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
|
@ -20,9 +19,10 @@ 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+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require
|
||||
DEPENDS+= p5-URI>=1.36:../../www/p5-URI
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
|
||||
|
||||
PERL5_PACKLIST= auto/Net/OAuth/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2010/03/16 18:23:14 sno Exp $
|
||||
$NetBSD: distinfo,v 1.4 2010/09/09 06:16:11 sno Exp $
|
||||
|
||||
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
|
||||
SHA1 (Net-OAuth-0.27.tar.gz) = b425e4888140327de43b941442d1a2edf4c319b1
|
||||
RMD160 (Net-OAuth-0.27.tar.gz) = 6a864891bd877a399af8c0868478393c9d1bbe5d
|
||||
Size (Net-OAuth-0.27.tar.gz) = 39113 bytes
|
||||
|
|
Loading…
Reference in a new issue