From owner-svn-ports-head@FreeBSD.ORG Sun Feb 22 10:32:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 417FD23A; Sun, 22 Feb 2015 10:32: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C44DBB4; Sun, 22 Feb 2015 10:32:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1MAWWo2057087; Sun, 22 Feb 2015 10:32:32 GMT (envelope-from cperciva@FreeBSD.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1MAWVM2057085; Sun, 22 Feb 2015 10:32:31 GMT (envelope-from cperciva@FreeBSD.org) Message-Id: <201502221032.t1MAWVM2057085@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cperciva set sender to cperciva@FreeBSD.org using -f From: Colin Percival Date: Sun, 22 Feb 2015 10:32:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379591 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2015 10:32:32 -0000 Author: cperciva Date: Sun Feb 22 10:32:30 2015 New Revision: 379591 URL: https://svnweb.freebsd.org/changeset/ports/379591 QAT: https://qat.redports.org/buildarchive/r379591/ Log: Update to 1.10. This fixes a bug in ec2_fetchkey which made it fail to recognize when it was trying to create an account which already existed. Submitted by: Bradley T. Hughes Modified: head/sysutils/ec2-scripts/Makefile head/sysutils/ec2-scripts/distinfo Modified: head/sysutils/ec2-scripts/Makefile ============================================================================== --- head/sysutils/ec2-scripts/Makefile Sun Feb 22 10:28:50 2015 (r379590) +++ head/sysutils/ec2-scripts/Makefile Sun Feb 22 10:32:30 2015 (r379591) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ec2-scripts -PORTVERSION= 1.9 +PORTVERSION= 1.10 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 Sun Feb 22 10:28:50 2015 (r379590) +++ head/sysutils/ec2-scripts/distinfo Sun Feb 22 10:32:30 2015 (r379591) @@ -1,4 +1,4 @@ SHA256 (ec2-scripts-1.5.tgz) = b1c95ecf56d3bcd1e903714cd453666b3fba842ee9ad9a82da519f2b01f00934 SIZE (ec2-scripts-1.5.tgz) = 4383 -SHA256 (ec2-scripts-1.9.tgz) = cf6ae478426df4f9d3948f595fb0d0304dac9276a2da850db5c8afdcb81a6432 -SIZE (ec2-scripts-1.9.tgz) = 4796 +SHA256 (ec2-scripts-1.10.tgz) = 4f8e2386b0eb5eac25e869da82d2c71af42894b0de37cf2f79684b7204c64069 +SIZE (ec2-scripts-1.10.tgz) = 4779