summaryrefslogtreecommitdiff
path: root/net/p5-Net-OAuth
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-09-09 06:16:11 +0000
committersno <sno@pkgsrc.org>2010-09-09 06:16:11 +0000
commit5a4f6df9a8f51ef1b9f68c25e7391cd77693d970 (patch)
tree877ba27d4ff567eddecea3ad29c2035acb62a3da /net/p5-Net-OAuth
parent44263577fd41f0e4d1d2d621f5faf4270b564489 (diff)
downloadpkgsrc-5a4f6df9a8f51ef1b9f68c25e7391cd77693d970.tar.gz
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()
Diffstat (limited to 'net/p5-Net-OAuth')
-rw-r--r--net/p5-Net-OAuth/Makefile8
-rw-r--r--net/p5-Net-OAuth/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/net/p5-Net-OAuth/Makefile b/net/p5-Net-OAuth/Makefile
index b730920069a..2e19b5eede7 100644
--- a/net/p5-Net-OAuth/Makefile
+++ b/net/p5-Net-OAuth/Makefile
@@ -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
diff --git a/net/p5-Net-OAuth/distinfo b/net/p5-Net-OAuth/distinfo
index a22b8fb6a68..13812613d86 100644
--- a/net/p5-Net-OAuth/distinfo
+++ b/net/p5-Net-OAuth/distinfo
@@ -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