summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2009-01-11 14:20:40 +0000
committerhe <he@pkgsrc.org>2009-01-11 14:20:40 +0000
commitf4083982165eaa1c0dcda4e3496a97f1ea39574f (patch)
tree7cdc9039e394920f9545d552374729f583222d75
parent1fb4fcdfa61f9d635dc01ef084733d6beef9b08d (diff)
downloadpkgsrc-f4083982165eaa1c0dcda4e3496a97f1ea39574f.tar.gz
Update from version 0.45 to 0.48.
Pkgsrc changes: o Adjust dependencies according to new requirements Upstream changes: 0.48 Thu Dec 4 09:24:23 GMT 2008 - be slightly less strict about bucket names: they can contain uppercase letters, Amazon just doesn't recommend it (noticed by Simon Elliott, fixes Brackup) 0.47 Tue Dec 2 08:03:39 GMT 2008 - fix listing with a prefix (spotted by Nobuo Danjou) 0.46 Mon Nov 24 08:53:18 GMT 2008 - refactor request creation into Net::Amazon::S3::Request and many subclasses - move to Moose - add Net::Amazon::S3::Client and subclasses
-rw-r--r--net/p5-Net-Amazon-S3/Makefile12
-rw-r--r--net/p5-Net-Amazon-S3/distinfo8
2 files changed, 11 insertions, 9 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile
index fb564f738c9..f68d971c71e 100644
--- a/net/p5-Net-Amazon-S3/Makefile
+++ b/net/p5-Net-Amazon-S3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2008/11/18 06:24:54 he Exp $
+# $NetBSD: Makefile,v 1.8 2009/01/11 14:20:40 he Exp $
-DISTNAME= Net-Amazon-S3-0.45
+DISTNAME= Net-Amazon-S3-0.48
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -12,16 +12,18 @@ COMMENT= Framework for accessing amazon.com via SOAP and XML/HTTP
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
+DEPENDS+= p5-Data-Stream-Bulk>=0:../../net/p5-Data-Stream-Bulk
DEPENDS+= p5-Digest-HMAC>=0:../../security/p5-Digest-HMAC
DEPENDS+= p5-Digest-MD5-File>=0:../../security/p5-Digest-MD5-File
DEPENDS+= p5-libwww>=2:../../www/p5-libwww
+DEPENDS+= {perl>=5.10.0,p5-IO>=0.14}:../../devel/p5-IO
DEPENDS+= p5-LWP-UserAgent-Determined>=0:../../www/p5-LWP-UserAgent-Determined
DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64
+DEPENDS+= p5-Moose>=0:../../devel/p5-Moose
+DEPENDS+= p5-MooseX-StrictConstructor>=0:../../devel/p5-MooseX-StrictConstructor
+DEPENDS+= p5-Regexp-Common>=0:../../textproc/p5-Regexp-Common
DEPENDS+= p5-URI>=0:../../www/p5-URI
DEPENDS+= p5-XML-LibXML>=0:../../textproc/p5-XML-LibXML
-DEPENDS+= {perl>=5.10.0,p5-IO>=0.14}:../../devel/p5-IO
-
-BUILD_DEPENDS+= {perl>=5.8.0,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Net/Amazon/S3/.packlist
diff --git a/net/p5-Net-Amazon-S3/distinfo b/net/p5-Net-Amazon-S3/distinfo
index 097e2721163..225ec074725 100644
--- a/net/p5-Net-Amazon-S3/distinfo
+++ b/net/p5-Net-Amazon-S3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/11/18 06:24:54 he Exp $
+$NetBSD: distinfo,v 1.5 2009/01/11 14:20:40 he Exp $
-SHA1 (Net-Amazon-S3-0.45.tar.gz) = 74e095bc80f520351914b19302aabdcc7ec22d09
-RMD160 (Net-Amazon-S3-0.45.tar.gz) = 49f26d2e2373071ed1de97d16812300c65140dfe
-Size (Net-Amazon-S3-0.45.tar.gz) = 20344 bytes
+SHA1 (Net-Amazon-S3-0.48.tar.gz) = 5b467b0cb3a75a1d899dc9e866be4994ef394fe4
+RMD160 (Net-Amazon-S3-0.48.tar.gz) = 36654385d092573018e3523f0b99005675926dac
+Size (Net-Amazon-S3-0.48.tar.gz) = 33869 bytes