Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2012 23:19:05 +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: r305290 - head/sysutils/ec2-scripts
Message-ID:  <201210042319.q94NJ50H042329@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cperciva
Date: Thu Oct  4 23:19:05 2012
New Revision: 305290
URL: http://svn.freebsd.org/changeset/ports/305290

Log:
  Update to 1.2.  This fixes a division-by-zero error when there are no
  ephemeral disks present [1], and avoids enabling crash dumps to an
  XXXs1b partition which isn't being used for swapping.
  
  Submitted by:	Simon Olofsson [1]

Modified:
  head/sysutils/ec2-scripts/Makefile
  head/sysutils/ec2-scripts/distinfo

Modified: head/sysutils/ec2-scripts/Makefile
==============================================================================
--- head/sysutils/ec2-scripts/Makefile	Thu Oct  4 22:59:19 2012	(r305289)
+++ head/sysutils/ec2-scripts/Makefile	Thu Oct  4 23:19:05 2012	(r305290)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ec2-scripts
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 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	Thu Oct  4 22:59:19 2012	(r305289)
+++ head/sysutils/ec2-scripts/distinfo	Thu Oct  4 23:19:05 2012	(r305290)
@@ -1,2 +1,2 @@
-SHA256 (ec2-scripts-1.1.tgz) = 3aa935f6d1dbbd96cf3750f45c78b39a1b03202d31079060d41873c3b2d4ffd4
-SIZE (ec2-scripts-1.1.tgz) = 4216
+SHA256 (ec2-scripts-1.2.tgz) = 1b0264c99f359aefb2ebb670bfb4ff2d555a7e31bd5aa0906d591e9af6a951a2
+SIZE (ec2-scripts-1.2.tgz) = 4293



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210042319.q94NJ50H042329>