diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-08-23 06:36:46 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-08-23 06:36:46 +0000 |
commit | 3ab089ec19d5f18d486e42332668bdd92d3b254a (patch) | |
tree | f82e41c2c18ac3e2762df76041cf9050c65d5930 /net/p5-Net-Amazon-S3 | |
parent | b8a32776d9cbad6ef2ffd611e0076716c0839da5 (diff) |
- update to 0.45
Notes
Notes:
svn path=/head/; revision=219031
Diffstat (limited to 'net/p5-Net-Amazon-S3')
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 16 | ||||
-rw-r--r-- | net/p5-Net-Amazon-S3/distinfo | 6 |
2 files changed, 9 insertions, 13 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index 7d7ce12d20a1..fcb78238ab60 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.44 +PORTVERSION= 0.45 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,22 +20,18 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ 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 +BUILD_DEPENDS= p5-Digest-MD5-File>=0:${PORTSDIR}/security/p5-Digest-MD5-File PERL_CONFIGURE= yes MAN3= Net::Amazon::S3.3 Net::Amazon::S3::Bucket.3 -# remove unused prerequisite -post-patch: -.for f in META.yml Makefile.PL - @${REINPLACE_CMD} -e '/DateTime::Format::Strptime/d' ${WRKSRC}/${f} - @${RM} ${WRKSRC}/${f}.bak -.endfor - .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500904 +RUN_DEPENDS+= p5-IO>=1.14:${PORTSDIR}/devel/p5-IO +.endif + .if ${PERL_LEVEL} < 500703 RUN_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 .endif diff --git a/net/p5-Net-Amazon-S3/distinfo b/net/p5-Net-Amazon-S3/distinfo index 42bf8523996d..a43b112dd321 100644 --- a/net/p5-Net-Amazon-S3/distinfo +++ b/net/p5-Net-Amazon-S3/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-Amazon-S3-0.44.tar.gz) = f67f39d937fe074ff40b24b5532ab2fc -SHA256 (Net-Amazon-S3-0.44.tar.gz) = b7cda1c4bf11a39966270292153dbe6a1fa062b55f069ec26415830f0727fa1f -SIZE (Net-Amazon-S3-0.44.tar.gz) = 20086 +MD5 (Net-Amazon-S3-0.45.tar.gz) = c918bc14b216f28bab1c818c6931604e +SHA256 (Net-Amazon-S3-0.45.tar.gz) = d8c94ded8eb1c4991deca93f2ba9124288cd34497b31e8b36e302191a16f9a83 +SIZE (Net-Amazon-S3-0.45.tar.gz) = 20344 |