diff options
author | he <he@pkgsrc.org> | 2009-02-22 15:10:44 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-02-22 15:10:44 +0000 |
commit | 2ddf45a9b0504eb8fe4ff7adb3d7e2ab27c519e5 (patch) | |
tree | ff42751dd9065750193e85339140d9d6d988a688 /net/p5-Net-Amazon-S3/Makefile | |
parent | 578ca1f4c5bc863bdb646d10ce79124365a6e6d5 (diff) | |
download | pkgsrc-2ddf45a9b0504eb8fe4ff7adb3d7e2ab27c519e5.tar.gz |
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 (limited to 'net/p5-Net-Amazon-S3/Makefile')
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index f68d971c71e..8a18c62141a 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -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 @@ 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-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 |