diff options
author | cperciva <cperciva@FreeBSD.org> | 2014-05-18 00:40:54 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2014-05-18 00:40:54 +0800 |
commit | 420b2e04a342b7f7a42256c13985b501535e2309 (patch) | |
tree | d96532345b4c2bd7416ed049fedfe1aed3208325 /sysutils | |
parent | 9c8aec847d5da4d21d092124a54eec4f5cac56f3 (diff) | |
download | freebsd-ports-gnome-420b2e04a342b7f7a42256c13985b501535e2309.tar.gz freebsd-ports-gnome-420b2e04a342b7f7a42256c13985b501535e2309.tar.zst freebsd-ports-gnome-420b2e04a342b7f7a42256c13985b501535e2309.zip |
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.)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ec2-scripts/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ec2-scripts/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/ec2-scripts/Makefile b/sysutils/ec2-scripts/Makefile index ec18950475ee..74c50ed19c48 100644 --- a/sysutils/ec2-scripts/Makefile +++ b/sysutils/ec2-scripts/Makefile @@ -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 diff --git a/sysutils/ec2-scripts/distinfo b/sysutils/ec2-scripts/distinfo index 27ab332ce2f1..0d08f26866c6 100644 --- a/sysutils/ec2-scripts/distinfo +++ b/sysutils/ec2-scripts/distinfo @@ -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 |