svn commit: r303426 - head/sysutils/ec2-scripts

Colin Percival cperciva at FreeBSD.org
Fri Aug 31 14:06:21 UTC 2012


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



More information about the svn-ports-head mailing list