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

Colin Percival cperciva at FreeBSD.org
Thu Oct 4 23:19:06 UTC 2012


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



More information about the svn-ports-all mailing list