Date: Tue, 19 Mar 2013 05:21:31 +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: r314617 - head/sysutils/ec2-scripts Message-ID: <201303190521.r2J5LVDO047938@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cperciva Date: Tue Mar 19 05:21:30 2013 New Revision: 314617 URL: http://svnweb.freebsd.org/changeset/ports/314617 Log: Update to 1.4: When creating swap space on EC2 ephemeral disks, parse EC2 device names of "sd[bcde]" in addition to "/dev/sd[bcde]". Until recently EC2 hosts all used the latter form, but an increasing number seem to have switched to the former. Submitted by: Luke Marsden Modified: head/sysutils/ec2-scripts/Makefile head/sysutils/ec2-scripts/distinfo Modified: head/sysutils/ec2-scripts/Makefile ============================================================================== --- head/sysutils/ec2-scripts/Makefile Tue Mar 19 04:27:48 2013 (r314616) +++ head/sysutils/ec2-scripts/Makefile Tue Mar 19 05:21:30 2013 (r314617) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ec2-scripts -PORTVERSION= 1.3 +PORTVERSION= 1.4 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 Tue Mar 19 04:27:48 2013 (r314616) +++ head/sysutils/ec2-scripts/distinfo Tue Mar 19 05:21:30 2013 (r314617) @@ -1,2 +1,2 @@ -SHA256 (ec2-scripts-1.3.tgz) = 59f12bbdbd944a97b50ea3ba60ae5dcc6a0dd18f75fef4a9ae81f71e082aea2a -SIZE (ec2-scripts-1.3.tgz) = 4337 +SHA256 (ec2-scripts-1.4.tgz) = 02441d9d40758e9ca026e7f0a8327f0aeed8538bda484925571400372dd03845 +SIZE (ec2-scripts-1.4.tgz) = 4348
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303190521.r2J5LVDO047938>