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 Updated from version 0.44nb1 to 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5fae2a777c8
branches:  trunk
changeset: 550263:a5fae2a777c8
user:      he <he%pkgsrc.org@localhost>
date:      Tue Nov 18 06:24:54 2008 +0000

description:
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:

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

diffs (43 lines):

diff -r 850476b4dc5b -r a5fae2a777c8 net/p5-Net-Amazon-S3/Makefile
--- a/net/p5-Net-Amazon-S3/Makefile     Tue Nov 18 06:14:58 2008 +0000
+++ b/net/p5-Net-Amazon-S3/Makefile     Tue Nov 18 06:24:54 2008 +0000
@@ -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 @@
 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-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 -r 850476b4dc5b -r a5fae2a777c8 net/p5-Net-Amazon-S3/distinfo
--- a/net/p5-Net-Amazon-S3/distinfo     Tue Nov 18 06:14:58 2008 +0000
+++ b/net/p5-Net-Amazon-S3/distinfo     Tue Nov 18 06:24:54 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index