pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Amazon-S3 Update from version 0.48 to 0.50.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee492be5d0f9
branches:  trunk
changeset: 554912:ee492be5d0f9
user:      he <he%pkgsrc.org@localhost>
date:      Sun Feb 22 15:10:44 2009 +0000

description:
Update from version 0.48 to 0.50.

Pkgsrc changes:
 o Add new required dependencies

Upstream changes:

0.50 Wed Jan 21 10:42:00 GMT 2009
    - add support for an expires header when putting an object to
      Net::Amazon::S3::Client::Object
    - make all the classes immutable
    - add query_string_authentication_uri() to
      Net::Amazon::S3::Client::Object, suggested by Meng Wong

0.49 Tue Jan 13 09:04:42 GMT 2009
    - add support for listing a bucket with a prefix to
      Net::Amazon::S3::Client::Bucket

diffstat:

 net/p5-Net-Amazon-S3/Makefile |  6 ++++--
 net/p5-Net-Amazon-S3/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 10448733d870 -r ee492be5d0f9 net/p5-Net-Amazon-S3/Makefile
--- a/net/p5-Net-Amazon-S3/Makefile     Sun Feb 22 14:34:09 2009 +0000
+++ b/net/p5-Net-Amazon-S3/Makefile     Sun Feb 22 15:10:44 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2009/01/11 14:20:40 he Exp $
+# $NetBSD: Makefile,v 1.9 2009/02/22 15:10:44 he Exp $
 
-DISTNAME=      Net-Amazon-S3-0.48
+DISTNAME=      Net-Amazon-S3-0.50
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -13,6 +13,8 @@
 
 DEPENDS+=      p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
 DEPENDS+=      p5-Data-Stream-Bulk>=0:../../net/p5-Data-Stream-Bulk
+DEPENDS+=      p5-DateTime-Format-HTTP>=0:../../time/p5-DateTime-Format-HTTP
+DEPENDS+=      p5-DateTime-Format-ISO8601>=0:../../time/p5-DateTime-Format-ISO8601
 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
diff -r 10448733d870 -r ee492be5d0f9 net/p5-Net-Amazon-S3/distinfo
--- a/net/p5-Net-Amazon-S3/distinfo     Sun Feb 22 14:34:09 2009 +0000
+++ b/net/p5-Net-Amazon-S3/distinfo     Sun Feb 22 15:10:44 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/01/11 14:20:40 he Exp $
+$NetBSD: distinfo,v 1.6 2009/02/22 15:10:44 he Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index