svn commit: r462324 - head/net/cloud-init-azure
Antoine Brodin
antoine at FreeBSD.org
Mon Feb 19 14:17:50 UTC 2018
Author: antoine
Date: Mon Feb 19 14:17:49 2018
New Revision: 462324
URL: https://svnweb.freebsd.org/changeset/ports/462324
Log:
Remove dependency on the python metaport
Modified:
head/net/cloud-init-azure/Makefile
Modified: head/net/cloud-init-azure/Makefile
==============================================================================
--- head/net/cloud-init-azure/Makefile Mon Feb 19 14:12:23 2018 (r462323)
+++ head/net/cloud-init-azure/Makefile Mon Feb 19 14:17:49 2018 (r462324)
@@ -2,6 +2,7 @@
PORTNAME= cloud-init
PORTVERSION= 0.7.9
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= dmidecode>0:sysutils/dmidecode \
e2fsprogs>0:sysutils/e2fsprogs \
- python>0:lang/python \
${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cheetah>0:devel/py-cheetah@${FLAVOR} \
More information about the svn-ports-all
mailing list