svn commit: r357761 - head/net/py-ec2-cli-tools

Marcus von Appen mva at FreeBSD.org
Sat Jun 14 10:34:04 UTC 2014


Author: mva
Date: Sat Jun 14 10:34:03 2014
New Revision: 357761
URL: http://svnweb.freebsd.org/changeset/ports/357761
QAT: https://qat.redports.org/buildarchive/r357761/

Log:
  - Remove easy_install dependency
  - Convert to PYDISTUTILS_AUTOPLIST
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Deleted:
  head/net/py-ec2-cli-tools/pkg-plist
Modified:
  head/net/py-ec2-cli-tools/Makefile

Modified: head/net/py-ec2-cli-tools/Makefile
==============================================================================
--- head/net/py-ec2-cli-tools/Makefile	Sat Jun 14 10:11:01 2014	(r357760)
+++ head/net/py-ec2-cli-tools/Makefile	Sat Jun 14 10:34:03 2014	(r357761)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ec2-cli-tools
 PORTVERSION=	1.5
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto
 		bash>=0:${PORTSDIR}/shells/bash
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 USES=			shebangfix
 SHEBANG_FILES=		bin/ec2getsnaps bin/ec2hostcache bin/ec2ssh
 


More information about the svn-ports-all mailing list