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 p5-Net-Amazon-S3: update to 0.85.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de396dc8fe89
branches:  trunk
changeset: 312229:de396dc8fe89
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 29 06:22:29 2018 +0000

description:
p5-Net-Amazon-S3: update to 0.85.

Add missing {TEST_,}DEPENDS.

0.85 Tue 28 Aug 2018 20:14:38 BST
     - Support standard_ia and onezone_ia storage classes (thanks Michele Beltrame)
     - run 'use_ok' on all modules (thanks Yanick Champoux)
     - spellings (thanks Gregor Herrmann)
     - LOTS of cleanup and refactoring (thanks Branislav Zahradn?k)

diffstat:

 net/p5-Net-Amazon-S3/Makefile |  18 ++++++++++++++----
 net/p5-Net-Amazon-S3/distinfo |  10 +++++-----
 2 files changed, 19 insertions(+), 9 deletions(-)

diffs (57 lines):

diff -r f8268ca0c97b -r de396dc8fe89 net/p5-Net-Amazon-S3/Makefile
--- a/net/p5-Net-Amazon-S3/Makefile     Wed Aug 29 06:16:49 2018 +0000
+++ b/net/p5-Net-Amazon-S3/Makefile     Wed Aug 29 06:22:29 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2018/08/22 09:45:58 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2018/08/29 06:22:29 wiz Exp $
 
-DISTNAME=      Net-Amazon-S3-0.84
+DISTNAME=      Net-Amazon-S3-0.85
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
 
@@ -18,15 +17,26 @@
 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.85:../../devel/p5-Moose
+DEPENDS+=      p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized
 DEPENDS+=      p5-MooseX-StrictConstructor>=0.16:../../devel/p5-MooseX-StrictConstructor
 DEPENDS+=      p5-MooseX-Types-DateTime>=0.07:../../time/p5-MooseX-Types-DateTime
 DEPENDS+=      p5-MooseX-Types-DateTime-MoreCoercions>=0.07:../../time/p5-MooseX-Types-DateTime-MoreCoercions
 DEPENDS+=      p5-Regexp-Common>=0:../../textproc/p5-Regexp-Common
+DEPENDS+=      p5-Sub-Override>=0:../../devel/p5-Sub-Override
 DEPENDS+=      p5-URI>=0:../../www/p5-URI
 DEPENDS+=      p5-XML-LibXML>=0:../../textproc/p5-XML-LibXML
 
+TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
+TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+TEST_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime
+TEST_DEPENDS+= p5-Test-LoadAllModules-[0-9]*:../../devel/p5-Test-LoadAllModules
+#Warning: prerequisite File::Find::Rule 0 not found.
+#Warning: prerequisite MIME::Types 0 not found.
+#Warning: prerequisite Term::Encoding 0 not found.
+#Warning: prerequisite Term::ProgressBar::Simple 0 not found.
+
 REPLACE_PERL=  bin/s3cl
 
 PERL5_PACKLIST= auto/Net/Amazon/S3/.packlist
diff -r f8268ca0c97b -r de396dc8fe89 net/p5-Net-Amazon-S3/distinfo
--- a/net/p5-Net-Amazon-S3/distinfo     Wed Aug 29 06:16:49 2018 +0000
+++ b/net/p5-Net-Amazon-S3/distinfo     Wed Aug 29 06:22:29 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/08/20 03:10:15 wen Exp $
+$NetBSD: distinfo,v 1.12 2018/08/29 06:22:29 wiz Exp $
 
-SHA1 (Net-Amazon-S3-0.84.tar.gz) = 0dbaa96dd3510e23b8e905644afce244e01dc15a
-RMD160 (Net-Amazon-S3-0.84.tar.gz) = d53659c7e845bf65476bc15911e71270ac120f1f
-SHA512 (Net-Amazon-S3-0.84.tar.gz) = 055542eb0f15fd51b5d1f1007f3fb0d8414e06255b7c7bf9da8a15228f99e18658da5d1cb8499bf7dea3de4910e5d8418b8229bbd3de60d49bf8e679f04481ab
-Size (Net-Amazon-S3-0.84.tar.gz) = 62155 bytes
+SHA1 (Net-Amazon-S3-0.85.tar.gz) = 4d464783e1727dcfca1683233318c191d25820bb
+RMD160 (Net-Amazon-S3-0.85.tar.gz) = 924ef59ef8d12dc3c1c00c1afe3a1fab5984a1cf
+SHA512 (Net-Amazon-S3-0.85.tar.gz) = 6f72777e2213fb5f6415893ea2961fdb050320ff15b820b3d7dd94d38f570ba6ddda44f63f0248256de629cb6e759926a04b383699f9fe72322e6bd8327a1b63
+Size (Net-Amazon-S3-0.85.tar.gz) = 83897 bytes



Home | Main Index | Thread Index | Old Index