svn commit: r533440 - head/devel/py-glance-store

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 30 13:48:22 UTC 2020


Author: sunpoet
Date: Thu Apr 30 13:48:18 2020
New Revision: 533440
URL: https://svnweb.freebsd.org/changeset/ports/533440

Log:
  Update RUN_DEPENDS for py-oslo.vmware 3.3.1 update
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/py-glance-store/Makefile

Modified: head/devel/py-glance-store/Makefile
==============================================================================
--- head/devel/py-glance-store/Makefile	Thu Apr 30 13:48:13 2020	(r533439)
+++ head/devel/py-glance-store/Makefile	Thu Apr 30 13:48:18 2020	(r533440)
@@ -3,7 +3,7 @@
 
 PORTNAME=	glance-store
 PORTVERSION=	1.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -42,7 +42,6 @@ VMWARE_DESC=	Storage backend for VMware Datastore
 
 CINDER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}os-brick>=2.2.0:devel/py-os-brick@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}oslo.privsep>=1.23.0:devel/py-oslo.privsep@${PY_FLAVOR}
-VMWARE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}oslo.vmware>=2.17.0:devel/py-oslo.vmware@${PY_FLAVOR}
 
 .include <bsd.port.pre.mk>
 
@@ -61,6 +60,14 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}oslo.rootwrap5>=5
 .else
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}oslo.rootwrap>=5.8.0:devel/py-oslo.rootwrap@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-cinderclient>=3.3.0:net/py-python-cinderclient@${PY_FLAVOR}
+.endif
+.endif
+
+.if ${PORT_OPTIONS:MVMWARE}
+.if ${PYTHON_REL} < 3600
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}oslo.vmware2>=2.17.0:devel/py-oslo.vmware2@${PY_FLAVOR}
+.else
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}oslo.vmware>=2.17.0:devel/py-oslo.vmware@${PY_FLAVOR}
 .endif
 .endif
 


More information about the svn-ports-all mailing list