From owner-svn-ports-all@FreeBSD.ORG Mon Jan 6 16:17:32 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1E199B8; Mon, 6 Jan 2014 16:17:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DF9B11BC; Mon, 6 Jan 2014 16:17:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s06GHW4Q029517; Mon, 6 Jan 2014 16:17:32 GMT (envelope-from cperciva@svn.freebsd.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s06GHW1M029515; Mon, 6 Jan 2014 16:17:32 GMT (envelope-from cperciva@svn.freebsd.org) Message-Id: <201401061617.s06GHW1M029515@svn.freebsd.org> From: Colin Percival Date: Mon, 6 Jan 2014 16:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338903 - head/sysutils/ec2-scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 16:17:32 -0000 Author: cperciva Date: Mon Jan 6 16:17:31 2014 New Revision: 338903 URL: http://svnweb.freebsd.org/changeset/ports/338903 Log: 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. Modified: head/sysutils/ec2-scripts/Makefile head/sysutils/ec2-scripts/distinfo Modified: head/sysutils/ec2-scripts/Makefile ============================================================================== --- head/sysutils/ec2-scripts/Makefile Mon Jan 6 16:16:52 2014 (r338902) +++ head/sysutils/ec2-scripts/Makefile Mon Jan 6 16:17:31 2014 (r338903) @@ -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 Modified: head/sysutils/ec2-scripts/distinfo ============================================================================== --- head/sysutils/ec2-scripts/distinfo Mon Jan 6 16:16:52 2014 (r338902) +++ head/sysutils/ec2-scripts/distinfo Mon Jan 6 16:17:31 2014 (r338903) @@ -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