summaryrefslogtreecommitdiff
path: root/net/p5-Net-Amazon-S3/Makefile
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-06-21 22:33:34 +0000
committerhe <he@pkgsrc.org>2008-06-21 22:33:34 +0000
commitea77b315fd72441291f8512bb1d2fac6ae3ba71c (patch)
tree5257ff4f9a5f9ce73fb086573ceb17248e927989 /net/p5-Net-Amazon-S3/Makefile
parentb50b7f71cfc25b4de2ce73b51e646c03f6d41afd (diff)
downloadpkgsrc-ea77b315fd72441291f8512bb1d2fac6ae3ba71c.tar.gz
Update from version 0.37 to version 0.44.
Added new dependencies. Changes: 0.44 Thu Mar 27 08:35:59 GMT 2008 - fix bug with storing files consisting of "0" (thanks to Martin Atkins) 0.43 Sat Mar 1 10:55:54 GMT 2008 - add binmode() to support Windows (thanks to Gabriel Weinberg) 0.42 Thu Feb 28 06:39:59 GMT 2008 - add exponential backoff upon temporary errors with the new retry option 0.41 Fri Nov 30 10:42:26 GMT 2007 - fix the expensive tests (patch by BDOLAN) - added support for EU buckets (patch by BDOLAN) 0.40 Tue Oct 30 11:40:42 GMT 2007 - fix for content length with empty keys by Mark A. Hershberger - get_key and get_key_filename now return content_length - rewrote synopsis - added support for common prefix (thanks to Andy Grundman) 0.39 Sun Aug 19 14:47:01 BST 2007 - add add_key_filename and get_key_filename which send files directly from disk - good for large files (Jim Blomo) - support UTF8 keys (Jim Blomo) - switch back from Build.PL to Makefile.PL 0.38 Sun Mar 4 16:43:28 GMT 2007 - use http_proxy and https_proxy environment variables for proxy settings (Ask Bjoern Hansen) - don't add the Authorization header if one is already specified when making a request - good for allowing caching to resources that are public. (Ask Bjoern Hansen)
Diffstat (limited to 'net/p5-Net-Amazon-S3/Makefile')
-rw-r--r--net/p5-Net-Amazon-S3/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile
index 5d5dbdcb61f..5b60e16e426 100644
--- a/net/p5-Net-Amazon-S3/Makefile
+++ b/net/p5-Net-Amazon-S3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:39 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2008/06/21 22:33:34 he Exp $
-DISTNAME= Net-Amazon-S3-0.37
+DISTNAME= Net-Amazon-S3-0.43
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -14,7 +14,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
DEPENDS+= p5-DateTime-Format-Strptime>=0:../../time/p5-DateTime-Format-Strptime
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+= p5-LWP-UserAgent-Determined>=0:../../www/p5-LWP-UserAgent-Determined
DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64
DEPENDS+= p5-URI>=0:../../www/p5-URI
DEPENDS+= p5-XML-LibXML>=0:../../textproc/p5-XML-LibXML