diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-17 10:32:54 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-17 10:32:54 +0000 |
commit | 16fed472cc4760b123c79fc8a636019daa471727 (patch) | |
tree | 06438a3266f490c23cdb657cf90cf39ebc8484b1 /net/p5-Net-Amazon-S3 | |
parent | 6cbb5c2b501060e1ecb3abcc80d10ff1b98e5a90 (diff) | |
download | pkgsrc-16fed472cc4760b123c79fc8a636019daa471727.tar.gz |
Update p5-Net-Amazon-S3 to 0.54.
Changes from previous:
0.54 Sat Mar 21 21:23:32 BST 2011
- Fix for a naked qw() warning (patch by David Wheeler)
- Fixed path issues (patch by Pavel Karoukin)
*WARNING* THIS MIGHT BREAK EXISTING APPS *WARNING*
- Author and development information changes
0.53 Tue Mar 30 15:24:19 BST 2010
- fix authenticated urls to work with EU buckets (patch by Edmund
von der Burg)
- tiny POD fix (patch by Frank Wiegand)
- add an exists method to Net::Amazon::S3::Client (suggested by
David Golden)
- fix max_keys when listing buckets (spotted by Andrew Bryan)
- add content_encoding to Net::Amazon::S3::Object (suggested
by Egor Korablev)
- update s3cl: You need to use the module before you use it,
added the mkbucket command, now you can run the help without
your AWS secret key, add docs about the env variables you need
to run s3cl (patches by Jesse Vincent)
0.52 Thu Jul 2 09:17:11 BST 2009
- increase version prerequisites for some modules so that they
are known to work
0.51 Tue May 19 08:31:59 BST 2009
- use MooseX::Types::DateTimeX so that we work with latest Moose
(noticed by Ted Zlatanov)
Diffstat (limited to 'net/p5-Net-Amazon-S3')
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-Amazon-S3/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index 9c8f3ab5126..37a0f319151 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2011/08/14 14:14:42 obache Exp $ +# $NetBSD: Makefile,v 1.13 2011/10/17 10:32:54 hiramatsu Exp $ -DISTNAME= Net-Amazon-S3-0.50 +DISTNAME= Net-Amazon-S3-0.54 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/net/p5-Net-Amazon-S3/distinfo b/net/p5-Net-Amazon-S3/distinfo index f008da06d17..bb6cfedb68f 100644 --- a/net/p5-Net-Amazon-S3/distinfo +++ b/net/p5-Net-Amazon-S3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2009/02/22 15:10:44 he Exp $ +$NetBSD: distinfo,v 1.7 2011/10/17 10:32:54 hiramatsu Exp $ -SHA1 (Net-Amazon-S3-0.50.tar.gz) = f7944ba9e0c25d4a119d5efeb0cf2101ff953b79 -RMD160 (Net-Amazon-S3-0.50.tar.gz) = 8aee6fc36135b748b81474c2d6cdbd4c95818eb7 -Size (Net-Amazon-S3-0.50.tar.gz) = 34609 bytes +SHA1 (Net-Amazon-S3-0.54.tar.gz) = d198c3f02f6e02122cd0db18ec7546795854fa9a +RMD160 (Net-Amazon-S3-0.54.tar.gz) = 65f9ec8033865814c40788b814e228fa2af8adf4 +Size (Net-Amazon-S3-0.54.tar.gz) = 35570 bytes |