svn commit: r314617 - head/sysutils/ec2-scripts
Colin Percival
cperciva at FreeBSD.org
Tue Mar 19 05:21:31 UTC 2013
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
More information about the svn-ports-all
mailing list