svn commit: r337032 - branches/2014Q1/net/py-ec2-cli-tools

Steve Wills swills at FreeBSD.org
Fri Dec 20 16:10:53 UTC 2013


Author: swills
Date: Fri Dec 20 16:10:52 2013
New Revision: 337032
URL: http://svnweb.freebsd.org/changeset/ports/337032

Log:
  MFH: r337030
  
  - 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 at vmeta.jp> [1]
  Approved by:	portmgr-lurkers (mat)

Modified:
  branches/2014Q1/net/py-ec2-cli-tools/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/net/py-ec2-cli-tools/Makefile
==============================================================================
--- branches/2014Q1/net/py-ec2-cli-tools/Makefile	Fri Dec 20 16:10:00 2013	(r337031)
+++ branches/2014Q1/net/py-ec2-cli-tools/Makefile	Fri Dec 20 16:10:52 2013	(r337032)
@@ -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 at 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>


More information about the svn-ports-branches mailing list