pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/p5-Net-Amazon-S3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 12:17:33 UTC 2020

Modified Files:
        pkgsrc/net/p5-Net-Amazon-S3: Makefile distinfo

Log Message:
p5-Net-Amazon-S3: update to 0.91.

0.91 2020-08-19 23:25 +0
        - fix regressions introduced by 0.90
          - undeclared dependency
          - broken usage of hashref argument in N:A:S3 construction

0.90 2020-08-18 16:00 +0
    - Support intelligent_tiering, glacier, and deep_archive storage classes
          (thanks Sherwin Daganato)
        - Object availability predicate (thanks Emanuele Tomasi)
        - fix default region handling (#77, #78, #80)
    - new authentication context architecture
          See Net::Amazon::S3::Authorization::IAM for future incompatiblity warning


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/p5-Net-Amazon-S3/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/p5-Net-Amazon-S3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/p5-Net-Amazon-S3/Makefile
diff -u pkgsrc/net/p5-Net-Amazon-S3/Makefile:1.34 pkgsrc/net/p5-Net-Amazon-S3/Makefile:1.35
--- pkgsrc/net/p5-Net-Amazon-S3/Makefile:1.34   Mon Aug 31 18:10:41 2020
+++ pkgsrc/net/p5-Net-Amazon-S3/Makefile        Mon Sep  7 12:17:33 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2020/08/31 18:10:41 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2020/09/07 12:17:33 wiz Exp $
 
-DISTNAME=      Net-Amazon-S3-0.89
+DISTNAME=      Net-Amazon-S3-0.91
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
 
@@ -24,6 +23,7 @@ DEPENDS+=     p5-MooseX-StrictConstructor>=0
 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-Safe-Isa-[0-9]*:../../devel/p5-Safe-Isa
 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
@@ -33,6 +33,7 @@ TEST_DEPENDS+=        p5-Test-Warnings-[0-9]*:.
 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
+TEST_DEPENDS+= p5-Test-LWP-UserAgent-[0-9]*:../../www/p5-Test-LWP-UserAgent
 #Warning: prerequisite File::Find::Rule 0 not found.
 #Warning: prerequisite MIME::Types 0 not found.
 #Warning: prerequisite Term::Encoding 0 not found.

Index: pkgsrc/net/p5-Net-Amazon-S3/distinfo
diff -u pkgsrc/net/p5-Net-Amazon-S3/distinfo:1.13 pkgsrc/net/p5-Net-Amazon-S3/distinfo:1.14
--- pkgsrc/net/p5-Net-Amazon-S3/distinfo:1.13   Tue Apr 21 11:08:53 2020
+++ pkgsrc/net/p5-Net-Amazon-S3/distinfo        Mon Sep  7 12:17:33 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/04/21 11:08:53 mef Exp $
+$NetBSD: distinfo,v 1.14 2020/09/07 12:17:33 wiz Exp $
 
-SHA1 (Net-Amazon-S3-0.89.tar.gz) = f2a9107e468675db7dd31eff0282c17f327f5c04
-RMD160 (Net-Amazon-S3-0.89.tar.gz) = 3b95d4cffa0d563fde236e53a61d9855d47d0f10
-SHA512 (Net-Amazon-S3-0.89.tar.gz) = d3f03abe5bce938dfddaf3dba801553902216740c57acec195c7a07dbbffa0754c3bdc70c09baf363be3016984243ad673d442aa7ea8ed82c53057b175dd32bd
-Size (Net-Amazon-S3-0.89.tar.gz) = 87563 bytes
+SHA1 (Net-Amazon-S3-0.91.tar.gz) = 3da3fcba146c648d2f45f605dd20a6a54c7af0f6
+RMD160 (Net-Amazon-S3-0.91.tar.gz) = 1b2f022b7229dcac84652c985e567a54001603b8
+SHA512 (Net-Amazon-S3-0.91.tar.gz) = 5f40476b1771eb74234cf1f2205047866ced7a693318696464c53e310ea06b04b5783613417c6f221333df6502a55fdb1ae0a02b2c3145daa00ecd247428f1d3
+Size (Net-Amazon-S3-0.91.tar.gz) = 97265 bytes



Home | Main Index | Thread Index | Old Index