diff options
author | cperciva <cperciva@FreeBSD.org> | 2014-01-07 00:17:31 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2014-01-07 00:17:31 +0800 |
commit | 72585c0bdd3dc65657a5e92b660fa74708177c6a (patch) | |
tree | 61621faba2162e3c46e98008b4c3ed08a8695525 /sysutils/ec2-scripts | |
parent | 8fb80a5f23ee7dd03872809dbd790ea4f90c6ff5 (diff) | |
download | freebsd-ports-gnome-72585c0bdd3dc65657a5e92b660fa74708177c6a.tar.gz freebsd-ports-gnome-72585c0bdd3dc65657a5e92b660fa74708177c6a.tar.zst freebsd-ports-gnome-72585c0bdd3dc65657a5e92b660fa74708177c6a.zip |
Update to 1.8. The ec2_fetchkey rc.d script now creates the user
specified in the $ec2_fetchkey_user variable, so that it can be
(usefully) specified via user-data at EC2 instance launch time.
Diffstat (limited to 'sysutils/ec2-scripts')
-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 da2f5e91e1a4..ec18950475ee 100644 --- a/sysutils/ec2-scripts/Makefile +++ b/sysutils/ec2-scripts/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ec2-scripts -PORTVERSION= 1.7 +PORTVERSION= 1.8 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 cfa8a77b6d61..27ab332ce2f1 100644 --- a/sysutils/ec2-scripts/distinfo +++ b/sysutils/ec2-scripts/distinfo @@ -1,4 +1,4 @@ SHA256 (ec2-scripts-1.5.tgz) = b1c95ecf56d3bcd1e903714cd453666b3fba842ee9ad9a82da519f2b01f00934 SIZE (ec2-scripts-1.5.tgz) = 4383 -SHA256 (ec2-scripts-1.7.tgz) = d09f59f8726f98663ccc1e6247fa4737621dab226b46b4cbadec8fac5c75dea2 -SIZE (ec2-scripts-1.7.tgz) = 4587 +SHA256 (ec2-scripts-1.8.tgz) = 756970e4b460ee7dee427fea6f8698555e811e91abb2692d46004da691ae329e +SIZE (ec2-scripts-1.8.tgz) = 4654 |