diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-02-21 06:47:33 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-02-21 06:47:33 +0000 |
commit | 5cab7ddd964c91bb8142dccf21f79970e62dd4da (patch) | |
tree | 52a46797f870a964ce1b969cab55d9af21d8b06e /net | |
parent | c3c66dc37bc87d634ed63458b0bc38f73f347cdd (diff) |
- Update to 0.06
- Rearrange the *_DEPENDS sections and fix pkg-plist
PR: ports/120919
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=207685
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Amazon-EC2/Makefile | 13 | ||||
-rw-r--r-- | net/p5-Net-Amazon-EC2/distinfo | 6 | ||||
-rw-r--r-- | net/p5-Net-Amazon-EC2/pkg-message | 1 | ||||
-rw-r--r-- | net/p5-Net-Amazon-EC2/pkg-plist | 3 |
4 files changed, 11 insertions, 12 deletions
diff --git a/net/p5-Net-Amazon-EC2/Makefile b/net/p5-Net-Amazon-EC2/Makefile index 330939aed546..6d6e339604c5 100644 --- a/net/p5-Net-Amazon-EC2/Makefile +++ b/net/p5-Net-Amazon-EC2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Amazon-EC2 -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= glarkin@sourcehosting.net COMMENT= Perl interface to the Amazon Elastic Compute Cloud -RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \ - ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/net/p5-Net-Amazon-EC2/distinfo b/net/p5-Net-Amazon-EC2/distinfo index 06419781b849..eb9557c16bb9 100644 --- a/net/p5-Net-Amazon-EC2/distinfo +++ b/net/p5-Net-Amazon-EC2/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-Amazon-EC2-0.05.tar.gz) = 231800b7a54e86453756728748463cf5 -SHA256 (Net-Amazon-EC2-0.05.tar.gz) = c3b63d6ae816a0d6572acda1d251740f119362d878b991febaee3d521817ca0c -SIZE (Net-Amazon-EC2-0.05.tar.gz) = 28888 +MD5 (Net-Amazon-EC2-0.06.tar.gz) = 3621ca7f99444ae4f176ccbeb514e0f6 +SHA256 (Net-Amazon-EC2-0.06.tar.gz) = 37608df24fa6cb9ebb01e8ba015b96a9bcdca17541bce070ed48aed365e7b952 +SIZE (Net-Amazon-EC2-0.06.tar.gz) = 29076 diff --git a/net/p5-Net-Amazon-EC2/pkg-message b/net/p5-Net-Amazon-EC2/pkg-message index 71c8336f1803..9981489d6d61 100644 --- a/net/p5-Net-Amazon-EC2/pkg-message +++ b/net/p5-Net-Amazon-EC2/pkg-message @@ -12,4 +12,3 @@ Compute Cloud: the EC2 service. EC2 does not have a free sandbox area, so be aware how much money you are spending to use the service. - diff --git a/net/p5-Net-Amazon-EC2/pkg-plist b/net/p5-Net-Amazon-EC2/pkg-plist index ac158cb4b694..41f7efe8d943 100644 --- a/net/p5-Net-Amazon-EC2/pkg-plist +++ b/net/p5-Net-Amazon-EC2/pkg-plist @@ -26,7 +26,6 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/EC2 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% @dirrm %%SITE_PERL%%/Net/Amazon/EC2 @dirrmtry %%SITE_PERL%%/Net/Amazon +@dirrmtry %%SITE_PERL%%/Net |