From owner-svn-ports-head@FreeBSD.ORG Sat May 17 16:40:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C24E6DCA; Sat, 17 May 2014 16:40:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFAAC2377; Sat, 17 May 2014 16:40:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HGesd4027422; Sat, 17 May 2014 16:40:54 GMT (envelope-from cperciva@svn.freebsd.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4HGesc5027420; Sat, 17 May 2014 16:40:54 GMT (envelope-from cperciva@svn.freebsd.org) Message-Id: <201405171640.s4HGesc5027420@svn.freebsd.org> From: Colin Percival Date: Sat, 17 May 2014 16:40:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354338 - head/sysutils/ec2-scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 16:40:54 -0000 Author: cperciva Date: Sat May 17 16:40:54 2014 New Revision: 354338 URL: http://svnweb.freebsd.org/changeset/ports/354338 QAT: https://qat.redports.org/buildarchive/r354338/ Log: Update to 1.9. This fixes a bug in ec2_ephemeralswap where the amount of ephemeral storage on an EC2 instance is less than the amount of swap space we want to autoconfigure. (In particular, the m3.medium instance type has 4 GB of attached SSD storage but 3.75 GB of RAM, which results in a desired 7.5 GB of swap space.) Modified: head/sysutils/ec2-scripts/Makefile head/sysutils/ec2-scripts/distinfo Modified: head/sysutils/ec2-scripts/Makefile ============================================================================== --- head/sysutils/ec2-scripts/Makefile Sat May 17 16:40:19 2014 (r354337) +++ head/sysutils/ec2-scripts/Makefile Sat May 17 16:40:54 2014 (r354338) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ec2-scripts -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= sysutils MASTER_SITES= http://freebsd-ec2-dist.s3.amazonaws.com/ EXTRACT_SUFX= .tgz Modified: head/sysutils/ec2-scripts/distinfo ============================================================================== --- head/sysutils/ec2-scripts/distinfo Sat May 17 16:40:19 2014 (r354337) +++ head/sysutils/ec2-scripts/distinfo Sat May 17 16:40:54 2014 (r354338) @@ -1,4 +1,4 @@ SHA256 (ec2-scripts-1.5.tgz) = b1c95ecf56d3bcd1e903714cd453666b3fba842ee9ad9a82da519f2b01f00934 SIZE (ec2-scripts-1.5.tgz) = 4383 -SHA256 (ec2-scripts-1.8.tgz) = 756970e4b460ee7dee427fea6f8698555e811e91abb2692d46004da691ae329e -SIZE (ec2-scripts-1.8.tgz) = 4654 +SHA256 (ec2-scripts-1.9.tgz) = cf6ae478426df4f9d3948f595fb0d0304dac9276a2da850db5c8afdcb81a6432 +SIZE (ec2-scripts-1.9.tgz) = 4796