diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-14 19:19:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-14 19:19:19 +0800 |
commit | 2f060463fec4d955a68a101dc29e75a2c1817f09 (patch) | |
tree | 203347462462ffa71026053f195e94c36e54e3f5 /net | |
parent | 9d7b6eba0df59d5832d497f4b73aab3b1eebbb4a (diff) | |
download | freebsd-ports-gnome-2f060463fec4d955a68a101dc29e75a2c1817f09.tar.gz freebsd-ports-gnome-2f060463fec4d955a68a101dc29e75a2c1817f09.tar.zst freebsd-ports-gnome-2f060463fec4d955a68a101dc29e75a2c1817f09.zip |
- update to 0.54
- changes: http://cpansearch.perl.org/src/PFIG/Net-Amazon-S3-0.54/CHANGES
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-Amazon-S3/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index e25533a58104..a633843e2231 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Net-Amazon-S3 -PORTVERSION= 0.53 -PORTREVISION= 1 +PORTVERSION= 0.54 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Use the Amazon S3 - Simple Storage Service +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Data-Stream-Bulk>=0.06:${PORTSDIR}/devel/p5-Data-Stream-Bulk \ p5-DateTime-Format-HTTP>=0:${PORTSDIR}/devel/p5-DateTime-Format-HTTP \ @@ -29,7 +31,7 @@ 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:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/net/p5-Net-Amazon-S3/distinfo b/net/p5-Net-Amazon-S3/distinfo index 9d8b623afd38..149ddd2703f0 100644 --- a/net/p5-Net-Amazon-S3/distinfo +++ b/net/p5-Net-Amazon-S3/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Amazon-S3-0.53.tar.gz) = 23a60ae6fa891dcdef8931d30ff7a92ee4643a02482ada98a1e1132fe6a079c3 -SIZE (Net-Amazon-S3-0.53.tar.gz) = 35287 +SHA256 (Net-Amazon-S3-0.54.tar.gz) = 5057c560269dfc77ced21be16b470931e9d2be81005776d979379be41280191b +SIZE (Net-Amazon-S3-0.54.tar.gz) = 35570 |