diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 18 | ||||
-rw-r--r-- | net/p5-Net-Amazon-S3/distinfo | 6 |
2 files changed, 15 insertions, 9 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index 37732bf0cfc5..d1b477dd67ab 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Amazon-S3 -PORTVERSION= 0.48 +PORTVERSION= 0.49 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,13 +15,18 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Use the Amazon S3 - Simple Storage Service RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Data-Stream-Bulk>=0:${PORTSDIR}/devel/p5-Data-Stream-Bulk \ + p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ + p5-Digest-MD5-File>=0:${PORTSDIR}/security/p5-Digest-MD5-File \ p5-LWP-UserAgent-Determined>=0:${PORTSDIR}/www/p5-LWP-UserAgent-Determined \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \ + p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-Digest-MD5-File>=0:${PORTSDIR}/security/p5-Digest-MD5-File PERL_CONFIGURE= yes @@ -46,12 +51,13 @@ MAN3= Net::Amazon::S3.3 Net::Amazon::S3::Bucket.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500904 -RUN_DEPENDS+= p5-IO>=1.14:${PORTSDIR}/devel/p5-IO +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 .endif -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 +.if ${PERL_LEVEL} < 500904 +RUN_DEPENDS+= p5-IO>=1.14:${PORTSDIR}/devel/p5-IO .endif .include <bsd.port.post.mk> diff --git a/net/p5-Net-Amazon-S3/distinfo b/net/p5-Net-Amazon-S3/distinfo index 0d1a08dd8071..4b79f74d15f9 100644 --- a/net/p5-Net-Amazon-S3/distinfo +++ b/net/p5-Net-Amazon-S3/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-Amazon-S3-0.48.tar.gz) = da6d3371734fcd7e3ef62d943c569927 -SHA256 (Net-Amazon-S3-0.48.tar.gz) = b3c9575a35da08066669b8e18fa789add2c10d1294c8e5ba7fe0ba67c057cdbc -SIZE (Net-Amazon-S3-0.48.tar.gz) = 33869 +MD5 (Net-Amazon-S3-0.49.tar.gz) = 72353760ee0be543365bd3a3ec956a31 +SHA256 (Net-Amazon-S3-0.49.tar.gz) = 695524acc7c1e79b1ba4cd58bd702156368d401c9939cdc63897b1ac98b800f1 +SIZE (Net-Amazon-S3-0.49.tar.gz) = 34015 |