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.45 to 0.48.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfd3d03169ae
branches:  trunk
changeset: 552891:dfd3d03169ae
user:      he <he%pkgsrc.org@localhost>
date:      Sun Jan 11 14:20:40 2009 +0000

description:
Update from version 0.45 to 0.48.

Pkgsrc changes:
 o Adjust dependencies according to new requirements

Upstream changes:

0.48 Thu Dec  4 09:24:23 GMT 2008
    - be slightly less strict about bucket names: they can contain uppercase
      letters, Amazon just doesn't recommend it (noticed by Simon Elliott,
      fixes Brackup)

0.47 Tue Dec  2 08:03:39 GMT 2008
    - fix listing with a prefix (spotted by Nobuo Danjou)

0.46 Mon Nov 24 08:53:18 GMT 2008
    - refactor request creation into Net::Amazon::S3::Request
      and many subclasses
    - move to Moose
    - add Net::Amazon::S3::Client and subclasses

diffstat:

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

diffs (47 lines):

diff -r 8ac35fa54cbd -r dfd3d03169ae net/p5-Net-Amazon-S3/Makefile
--- a/net/p5-Net-Amazon-S3/Makefile     Sun Jan 11 14:08:02 2009 +0000
+++ b/net/p5-Net-Amazon-S3/Makefile     Sun Jan 11 14:20:40 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2008/11/18 06:24:54 he Exp $
+# $NetBSD: Makefile,v 1.8 2009/01/11 14:20:40 he Exp $
 
-DISTNAME=      Net-Amazon-S3-0.45
+DISTNAME=      Net-Amazon-S3-0.48
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -12,16 +12,18 @@
 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-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+=      {perl>=5.10.0,p5-IO>=0.14}:../../devel/p5-IO
 DEPENDS+=      p5-LWP-UserAgent-Determined>=0:../../www/p5-LWP-UserAgent-Determined
 DEPENDS+=      p5-MIME-Base64>=0:../../converters/p5-MIME-Base64
+DEPENDS+=      p5-Moose>=0:../../devel/p5-Moose
+DEPENDS+=      p5-MooseX-StrictConstructor>=0:../../devel/p5-MooseX-StrictConstructor
+DEPENDS+=      p5-Regexp-Common>=0:../../textproc/p5-Regexp-Common
 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
 
 PERL5_PACKLIST= auto/Net/Amazon/S3/.packlist
 
diff -r 8ac35fa54cbd -r dfd3d03169ae net/p5-Net-Amazon-S3/distinfo
--- a/net/p5-Net-Amazon-S3/distinfo     Sun Jan 11 14:08:02 2009 +0000
+++ b/net/p5-Net-Amazon-S3/distinfo     Sun Jan 11 14:20:40 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/11/18 06:24:54 he Exp $
+$NetBSD: distinfo,v 1.5 2009/01/11 14:20:40 he Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index