From owner-svn-ports-head@FreeBSD.ORG Fri Aug 31 14:06:21 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C02111065670; Fri, 31 Aug 2012 14:06:21 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AA49C8FC27; Fri, 31 Aug 2012 14:06:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7VE6Lrf042567; Fri, 31 Aug 2012 14:06:21 GMT (envelope-from cperciva@svn.freebsd.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7VE6LBf042564; Fri, 31 Aug 2012 14:06:21 GMT (envelope-from cperciva@svn.freebsd.org) Message-Id: <201208311406.q7VE6LBf042564@svn.freebsd.org> From: Colin Percival Date: Fri, 31 Aug 2012 14:06:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303426 - head/sysutils/ec2-scripts X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 31 Aug 2012 14:06:21 -0000 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