From owner-svn-ports-all@FreeBSD.ORG Fri Oct 5 23:16:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 685B91065670; Fri, 5 Oct 2012 23:16:22 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 52CE68FC08; Fri, 5 Oct 2012 23:16:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q95NGMMV057971; Fri, 5 Oct 2012 23:16:22 GMT (envelope-from cperciva@svn.freebsd.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q95NGMug057968; Fri, 5 Oct 2012 23:16:22 GMT (envelope-from cperciva@svn.freebsd.org) Message-Id: <201210052316.q95NGMug057968@svn.freebsd.org> From: Colin Percival Date: Fri, 5 Oct 2012 23:16:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305322 - head/sysutils/ec2-scripts X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 05 Oct 2012 23:16:22 -0000 Author: cperciva Date: Fri Oct 5 23:16:21 2012 New Revision: 305322 URL: http://svn.freebsd.org/changeset/ports/305322 Log: Update to 1.3: Make ec2_fetchkey work proper set up .ssh/authorized_keys for a non-root user. Modified: head/sysutils/ec2-scripts/Makefile head/sysutils/ec2-scripts/distinfo Modified: head/sysutils/ec2-scripts/Makefile ============================================================================== --- head/sysutils/ec2-scripts/Makefile Fri Oct 5 21:13:44 2012 (r305321) +++ head/sysutils/ec2-scripts/Makefile Fri Oct 5 23:16:21 2012 (r305322) @@ -6,7 +6,7 @@ # PORTNAME= ec2-scripts -PORTVERSION= 1.2 +PORTVERSION= 1.3 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 Fri Oct 5 21:13:44 2012 (r305321) +++ head/sysutils/ec2-scripts/distinfo Fri Oct 5 23:16:21 2012 (r305322) @@ -1,2 +1,2 @@ -SHA256 (ec2-scripts-1.2.tgz) = 1b0264c99f359aefb2ebb670bfb4ff2d555a7e31bd5aa0906d591e9af6a951a2 -SIZE (ec2-scripts-1.2.tgz) = 4293 +SHA256 (ec2-scripts-1.3.tgz) = 59f12bbdbd944a97b50ea3ba60ae5dcc6a0dd18f75fef4a9ae81f71e082aea2a +SIZE (ec2-scripts-1.3.tgz) = 4337