summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno>2009-11-21 15:23:14 +0000
committersno <sno>2009-11-21 15:23:14 +0000
commit0063ab86893187efac0b6f0b98fdd4c089342027 (patch)
tree9d5da5e2af341c02027e103b76d0234d660d950b
parentb3f221427fb29508574f00e004357f979a072032 (diff)
downloadpkgsrc-0063ab86893187efac0b6f0b98fdd4c089342027.tar.gz
Updating net/p5-Net-OAuth from 0.19 to 0.20
pkgsrc changes: - Adjusting dependencies according to META.yml (see Upstream changes) - Setting Module::Build as build type Upstream changes: 0.20 Fri, 13 Nov 2009 18:56:55 UTC - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=48867 - error in synopsis - thanks Adam Taylor! - Removed UTF8 double-encoding warning. Now Net::OAuth::Message::encode() uses Encode::is_utf8() to determine if the input is already UTF-8 encoded. If so, it runs decode_utf8() on it before sending it to uri_escape_utf8(). Thanks Hector Garcia Alvarez! - Potentially fixed an issue found by Marc Mims, where HMAC_SHA1 was failing to load, breaking some CPAN tests. Build.PL now explicitly requires Digest::SHA1 and Encode. Hopefully that fixes it.
-rw-r--r--net/p5-Net-OAuth/Makefile9
-rw-r--r--net/p5-Net-OAuth/distinfo8
2 files changed, 10 insertions, 7 deletions
diff --git a/net/p5-Net-OAuth/Makefile b/net/p5-Net-OAuth/Makefile
index b6ae9151af9..1c161413d36 100644
--- a/net/p5-Net-OAuth/Makefile
+++ b/net/p5-Net-OAuth/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/09/16 19:40:03 sno Exp $
+# $NetBSD: Makefile,v 1.2 2009/11/21 15:23:14 sno Exp $
#
-DISTNAME= Net-OAuth-0.19
+DISTNAME= Net-OAuth-0.20
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -17,10 +17,13 @@ PKG_DESTDIR_SUPPORT= user-destdir
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+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require
-DEPENDS+= p5-URI>=1.31:../../www/p5-URI
+DEPENDS+= p5-URI>=1.36:../../www/p5-URI
PERL5_PACKLIST= auto/Net/OAuth/.packlist
+PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-Net-OAuth/distinfo b/net/p5-Net-OAuth/distinfo
index 7c638915ae1..48124c5aeca 100644
--- a/net/p5-Net-OAuth/distinfo
+++ b/net/p5-Net-OAuth/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/09/16 19:40:03 sno Exp $
+$NetBSD: distinfo,v 1.2 2009/11/21 15:23:14 sno Exp $
-SHA1 (Net-OAuth-0.19.tar.gz) = 46693b9f1eab74049f63b209783053d7c702354a
-RMD160 (Net-OAuth-0.19.tar.gz) = 913b44a1c23be866c186e3a6972aa4c4447501b1
-Size (Net-OAuth-0.19.tar.gz) = 25749 bytes
+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