Date: Sat, 17 May 2014 16:40:54 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354338 - head/sysutils/ec2-scripts Message-ID: <201405171640.s4HGesc5027420@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405171640.s4HGesc5027420>