diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2016-03-06 15:45:44 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2016-03-06 15:45:44 +0000 |
commit | 79dad1c6e741738060b5ee1f0e95148613795c37 (patch) | |
tree | 441f79acc9e5313b530ab43a6f9a127f89f0f597 | |
parent | 1f78b146247d186c6fd601c512e2d5e80635d291 (diff) | |
download | pkgsrc-79dad1c6e741738060b5ee1f0e95148613795c37.tar.gz |
Update Net::Amazon::S3 to 0.80.
- avoid 409 Conflict when running 01api.t
- use README.md for tests
- The non-arrayref forms of enum and duck_type have been deprecated
- Fix some warnings about line endings from perl critic, add a missing
abstract to DeleteMultipleObjects.
- Merge fix for calculate of etags.
- Merge multipart upload aborting change.
- Fixed for enums in recent versions of Moose.
- Moose 2.1100 deprecates the non-arrayref form of enum.
- Fixed the bug with listing multipart uploaded files
- Added a test case demonstrating how listing a bucket fails when
trying to list a multipart-uploaded file
- Added support for cache-control header
- Add documentation for server-side encryption
- Support server side encryption
- adding support for multipart upload aborting
- Allow 'value' property to be ScalarRef
- fix synopsis for s3cl sync_up
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 12 | ||||
-rw-r--r-- | net/p5-Net-Amazon-S3/distinfo | 10 |
2 files changed, 10 insertions, 12 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index ae68b7e3489..d371cd95de4 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:25 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2016/03/06 15:45:44 bsiegert Exp $ -DISTNAME= Net-Amazon-S3-0.60 +DISTNAME= Net-Amazon-S3-0.80 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -11,7 +10,6 @@ HOMEPAGE= http://search.cpan.org/dist/Net-Amazon-S3/ COMMENT= Framework for accessing amazon.com via SOAP and XML/HTTP LICENSE= ${PERL5_LICENSE} -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 @@ -20,9 +18,9 @@ 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+= {perl>=5.7.3,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-MooseX-Types-DateTime>=0:../../time/p5-MooseX-Types-DateTime +DEPENDS+= p5-Moose>=0.85:../../devel/p5-Moose +DEPENDS+= p5-MooseX-StrictConstructor>=0.16:../../devel/p5-MooseX-StrictConstructor +DEPENDS+= p5-MooseX-Types-DateTime>=0.07:../../time/p5-MooseX-Types-DateTime 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 diff --git a/net/p5-Net-Amazon-S3/distinfo b/net/p5-Net-Amazon-S3/distinfo index bbe55d6c1e7..17b53e1fa27 100644 --- a/net/p5-Net-Amazon-S3/distinfo +++ b/net/p5-Net-Amazon-S3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/04 00:35:19 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/03/06 15:45:44 bsiegert Exp $ -SHA1 (Net-Amazon-S3-0.60.tar.gz) = 28b97b6f20c735f38aca4c4dbcdae3d11b991743 -RMD160 (Net-Amazon-S3-0.60.tar.gz) = 0d2153cb44aff481416777e0c5885c8a94e2abb3 -SHA512 (Net-Amazon-S3-0.60.tar.gz) = b24fdf4061950df2eac2a03bf28cd6bd648a815f60930322c0d9159f49315feace747d9870b9f117f5f76298fccb006c076333bb427d65ff437e6d89ee754176 -Size (Net-Amazon-S3-0.60.tar.gz) = 53232 bytes +SHA1 (Net-Amazon-S3-0.80.tar.gz) = 9277713c58207fcfcde5614493c8f4c1c2625b43 +RMD160 (Net-Amazon-S3-0.80.tar.gz) = 279e67388fa7ef9a3d532df32d67f03c68ae24fa +SHA512 (Net-Amazon-S3-0.80.tar.gz) = 0a6a60e9c227e5646c21585b90c6d2cc437cb7c898cc69b8d4165ee426b9b22e14c94c5c95cffcbfc4b1f310a910dbcd2a03eba06d0eb86192d25458856ed254 +Size (Net-Amazon-S3-0.80.tar.gz) = 60202 bytes |