Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 16:08:37 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337030 - head/net/py-ec2-cli-tools
Message-ID:  <201312201608.rBKG8bKS025147@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Dec 20 16:08:37 2013
New Revision: 337030
URL: http://svnweb.freebsd.org/changeset/ports/337030

Log:
  - Add bash dependency [1]
  - Fix shebang on bash files [1]
  - Staging seems to work fine, go ahead and enable it
  - Bump PORTREVISION for package change
  
  PR:		ports/184277 [1]
  Reported by:	Koichiro IWAO <meta+ports@vmeta.jp> [1]

Modified:
  head/net/py-ec2-cli-tools/Makefile

Modified: head/net/py-ec2-cli-tools/Makefile
==============================================================================
--- head/net/py-ec2-cli-tools/Makefile	Fri Dec 20 16:05:51 2013	(r337029)
+++ head/net/py-ec2-cli-tools/Makefile	Fri Dec 20 16:08:37 2013	(r337030)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ec2-cli-tools
 PORTVERSION=	1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,12 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Helpful CLI utilities for querying and connecting to EC2 instances
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto>=1.0:${PORTSDIR}/devel/py-boto
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto>=1.0:${PORTSDIR}/devel/py-boto \
+		bash>=0:${PORTSDIR}/shells/bash
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
+USES=			shebangfix
+SHEBANG_FILES=		bin/ec2getsnaps bin/ec2hostcache bin/ec2ssh
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312201608.rBKG8bKS025147>