summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-11-18 06:24:54 +0000
committerhe <he@pkgsrc.org>2008-11-18 06:24:54 +0000
commit055364103f32c293f82bd751dd759ece2fe438ba (patch)
tree64e17e7a3bc4c9d3b4796b7be0abfeeee3cef105 /net
parent20b16bd650d3495d70708d1d22384aa0d5c3c83f (diff)
downloadpkgsrc-055364103f32c293f82bd751dd759ece2fe438ba.tar.gz
Updated from version 0.44nb1 to 0.45.
Pkgsrc changes: o Remove dependency on p5-DateTime-Format-Strptime o Ensure IO::File is new enough by adding dependency Upstream changes: 0.45 Wed Aug 20 17:06:49 BST 2008 - make add_key, head_key etc. return all the headers, not just the X-Amazon ones (patch by Andrew Hanenkamp) - require IO::File 1.14 (noticed by tsw) - remove DateTime::Format::Strptime prerequisite as it was not being used (noticed by Yen-Ming Lee) - do not try and parse non-XML errors (patch by lostlogic) - make it possible to store and delete the key "0" (patch by Joey Hess) - make it possible to store empty files (patch by BDOLAN) - add Copy support (patch by BDOLAN) - add s3cl for command-line access (patch by Leo Lapworth)
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Amazon-S3/Makefile7
-rw-r--r--net/p5-Net-Amazon-S3/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile
index d2b6337ac87..fb564f738c9 100644
--- a/net/p5-Net-Amazon-S3/Makefile
+++ b/net/p5-Net-Amazon-S3/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2008/10/19 19:18:31 he Exp $
+# $NetBSD: Makefile,v 1.7 2008/11/18 06:24:54 he Exp $
-DISTNAME= Net-Amazon-S3-0.44
+DISTNAME= Net-Amazon-S3-0.45
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -13,7 +12,6 @@ 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-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
@@ -21,6 +19,7 @@ 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
+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
diff --git a/net/p5-Net-Amazon-S3/distinfo b/net/p5-Net-Amazon-S3/distinfo
index 04cb4b16b00..097e2721163 100644
--- a/net/p5-Net-Amazon-S3/distinfo
+++ b/net/p5-Net-Amazon-S3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/08/17 12:29:15 he Exp $
+$NetBSD: distinfo,v 1.4 2008/11/18 06:24:54 he Exp $
-SHA1 (Net-Amazon-S3-0.44.tar.gz) = 2339357e8af320528e3fa0e884b08cb412c51dcb
-RMD160 (Net-Amazon-S3-0.44.tar.gz) = e83fe975811ed6f096654c7d339f63810203a70e
-Size (Net-Amazon-S3-0.44.tar.gz) = 20086 bytes
+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