Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2013 19:12:06 +0000 (UTC)
From:      Greg Larkin <glarkin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310558 - head/net/p5-Net-Amazon-EC2
Message-ID:  <201301171912.r0HJC6tS060624@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glarkin
Date: Thu Jan 17 19:12:06 2013
New Revision: 310558
URL: http://svnweb.freebsd.org/changeset/ports/310558

Log:
  - Updated to 0.23
  - Trimmed Makefile header
  - Clarified pkg-message and added note about AWS Free Usage Tier
  
  Reported by:	portscout

Modified:
  head/net/p5-Net-Amazon-EC2/Makefile
  head/net/p5-Net-Amazon-EC2/distinfo
  head/net/p5-Net-Amazon-EC2/pkg-message

Modified: head/net/p5-Net-Amazon-EC2/Makefile
==============================================================================
--- head/net/p5-Net-Amazon-EC2/Makefile	Thu Jan 17 19:04:52 2013	(r310557)
+++ head/net/p5-Net-Amazon-EC2/Makefile	Thu Jan 17 19:12:06 2013	(r310558)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-Net-Amazon-EC2
-# Date created:		2007-10-30
-# Whom:			Greg Larkin <glarkin@FreeBSD.org>
-#
+# Created by: Greg Larkin <glarkin@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-Amazon-EC2
-PORTVERSION=	0.20
+PORTVERSION=	0.23
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -20,7 +16,8 @@ RUN_DEPENDS=	p5-Params-Validate>=0:${POR
 		p5-Moose>=0.38:${PORTSDIR}/devel/p5-Moose \
 		p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+BUILD_DEPENDS:=	${RUN_DEPENDS} \
+		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
 PERL_CONFIGURE=	yes
 

Modified: head/net/p5-Net-Amazon-EC2/distinfo
==============================================================================
--- head/net/p5-Net-Amazon-EC2/distinfo	Thu Jan 17 19:04:52 2013	(r310557)
+++ head/net/p5-Net-Amazon-EC2/distinfo	Thu Jan 17 19:12:06 2013	(r310558)
@@ -1,2 +1,2 @@
-SHA256 (Net-Amazon-EC2-0.20.tar.gz) = 3a2f5baf2742e373ff0b35a28e8b5a1ac7b1602ac7954db575e1814fe1f89446
-SIZE (Net-Amazon-EC2-0.20.tar.gz) = 58348
+SHA256 (Net-Amazon-EC2-0.23.tar.gz) = 1d775c47b66094d21070f84c859bb64183ea615da4d5670772d5bafccadf61fc
+SIZE (Net-Amazon-EC2-0.23.tar.gz) = 60592

Modified: head/net/p5-Net-Amazon-EC2/pkg-message
==============================================================================
--- head/net/p5-Net-Amazon-EC2/pkg-message	Thu Jan 17 19:04:52 2013	(r310557)
+++ head/net/p5-Net-Amazon-EC2/pkg-message	Thu Jan 17 19:12:06 2013	(r310558)
@@ -8,7 +8,7 @@ Compute Cloud:
 
 3) Create AMIs and use them as needed.
 
-   DISCLAIMER: No one but you is responsible for paying Amazon to use
-               the EC2 service. EC2 does not have a free sandbox area,
-               so be aware how much money you are spending to use the
-               service.
+   DISCLAIMER: You are responsible for paying Amazon to use the EC2
+               service, unless you are signed up for the AWS Free Usage
+               Tier. More information about the Free Usage Tier may be
+               found at: http://aws.amazon.com/free/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301171912.r0HJC6tS060624>