From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 02:59:40 2013 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 ESMTP id DF82AF5B; Wed, 18 Sep 2013 02:59:40 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) 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 CD3532684; Wed, 18 Sep 2013 02:59:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I2xewD076915; Wed, 18 Sep 2013 02:59:40 GMT (envelope-from cperciva@svn.freebsd.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I2xeSe076913; Wed, 18 Sep 2013 02:59:40 GMT (envelope-from cperciva@svn.freebsd.org) Message-Id: <201309180259.r8I2xeSe076913@svn.freebsd.org> From: Colin Percival Date: Wed, 18 Sep 2013 02:59:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327509 - 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.14 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: Wed, 18 Sep 2013 02:59:41 -0000 Author: cperciva Date: Wed Sep 18 02:59:40 2013 New Revision: 327509 URL: http://svnweb.freebsd.org/changeset/ports/327509 Log: Update to 1.5: Replace rcvar=`set_rcvar` with rcvar=FOO_enable in the rc.d scripts in order to be compatible with newer versions of rc.subr. Modified: head/sysutils/ec2-scripts/Makefile head/sysutils/ec2-scripts/distinfo Modified: head/sysutils/ec2-scripts/Makefile ============================================================================== --- head/sysutils/ec2-scripts/Makefile Wed Sep 18 02:36:27 2013 (r327508) +++ head/sysutils/ec2-scripts/Makefile Wed Sep 18 02:59:40 2013 (r327509) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ec2-scripts -PORTVERSION= 1.4 +PORTVERSION= 1.5 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 Wed Sep 18 02:36:27 2013 (r327508) +++ head/sysutils/ec2-scripts/distinfo Wed Sep 18 02:59:40 2013 (r327509) @@ -1,2 +1,2 @@ -SHA256 (ec2-scripts-1.4.tgz) = 02441d9d40758e9ca026e7f0a8327f0aeed8538bda484925571400372dd03845 -SIZE (ec2-scripts-1.4.tgz) = 4348 +SHA256 (ec2-scripts-1.5.tgz) = b1c95ecf56d3bcd1e903714cd453666b3fba842ee9ad9a82da519f2b01f00934 +SIZE (ec2-scripts-1.5.tgz) = 4383