Date: Fri, 31 Aug 2012 14:06:21 +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: r303426 - head/sysutils/ec2-scripts Message-ID: <201208311406.q7VE6LBf042564@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cperciva Date: Fri Aug 31 14:06:20 2012 New Revision: 303426 URL: http://svn.freebsd.org/changeset/ports/303426 Log: Update to version 1.1 of my ec2 boot scripts: Use the SWAPMETA entry in the output of `vmstat -z` to figure out how much swap space we can safely configure, instead of the kern.maxswzone sysctl. Modified: head/sysutils/ec2-scripts/Makefile head/sysutils/ec2-scripts/distinfo Modified: head/sysutils/ec2-scripts/Makefile ============================================================================== --- head/sysutils/ec2-scripts/Makefile Fri Aug 31 14:05:19 2012 (r303425) +++ head/sysutils/ec2-scripts/Makefile Fri Aug 31 14:06:20 2012 (r303426) @@ -6,7 +6,7 @@ # PORTNAME= ec2-scripts -PORTVERSION= 1.0 +PORTVERSION= 1.1 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 Fri Aug 31 14:05:19 2012 (r303425) +++ head/sysutils/ec2-scripts/distinfo Fri Aug 31 14:06:20 2012 (r303426) @@ -1,2 +1,2 @@ -SHA256 (ec2-scripts-1.0.tgz) = 772bfa277d78e1b8e77c90cd1dfe849a8d1903125920066c9eb92bb22acdea8a -SIZE (ec2-scripts-1.0.tgz) = 3400 +SHA256 (ec2-scripts-1.1.tgz) = 3aa935f6d1dbbd96cf3750f45c78b39a1b03202d31079060d41873c3b2d4ffd4 +SIZE (ec2-scripts-1.1.tgz) = 4216
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208311406.q7VE6LBf042564>