diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2013-03-19 05:21:30 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2013-03-19 05:21:30 +0000 |
commit | 5d8dc280600e4edb90396ff749ffc4dc49b7a900 (patch) | |
tree | 3f1de81959bf66414dfa37e0055d8d8feb01cc99 | |
parent | Simplify (diff) |
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
Notes
Notes:
svn path=/head/; revision=314617
-rw-r--r-- | sysutils/ec2-scripts/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ec2-scripts/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/ec2-scripts/Makefile b/sysutils/ec2-scripts/Makefile index 028e28ee75e1..302e0f1981c9 100644 --- a/sysutils/ec2-scripts/Makefile +++ b/sysutils/ec2-scripts/Makefile @@ -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 diff --git a/sysutils/ec2-scripts/distinfo b/sysutils/ec2-scripts/distinfo index b626139fe87d..2114de15e99e 100644 --- a/sysutils/ec2-scripts/distinfo +++ b/sysutils/ec2-scripts/distinfo @@ -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 |