svn commit: r327509 - head/sysutils/ec2-scripts

Colin Percival cperciva at FreeBSD.org
Wed Sep 18 02:59:41 UTC 2013


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


More information about the svn-ports-all mailing list