aboutsummaryrefslogtreecommitdiff
path: root/devel/py-glance-store/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:43:58 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:20:39 +0000
commitbfdc9c8f2ccf93d33d4888f6b94e169b5dff5867 (patch)
tree0d841f079f540024c2f45299902ec2f745fb5580 /devel/py-glance-store/Makefile
parentf4ada696e37113d4e902c89cae70b350ae05831f (diff)
downloadports-bfdc9c8f2ccf93d33d4888f6b94e169b5dff5867.tar.gz
ports-bfdc9c8f2ccf93d33d4888f6b94e169b5dff5867.zip
devel/py-glance-store: Update to 4.3.0
Diffstat (limited to 'devel/py-glance-store/Makefile')
-rw-r--r--devel/py-glance-store/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-glance-store/Makefile b/devel/py-glance-store/Makefile
index d158d725b09d..3d7d455def85 100644
--- a/devel/py-glance-store/Makefile
+++ b/devel/py-glance-store/Makefile
@@ -1,5 +1,5 @@
PORTNAME= glance-store
-PORTVERSION= 4.2.0
+PORTVERSION= 4.3.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -49,7 +49,7 @@ VMWARE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oslo.privsep>=1.23.0:devel/py-oslo.pr
${PYTHON_PKGNAMEPREFIX}oslo.vmware>=3.6.0:devel/py-oslo.vmware@${PY_FLAVOR}
post-patch:
- @${REINPLACE_CMD} -e 's|/etc/glance/|${PREFIX}&|' ${WRKSRC}/etc/glance/rootwrap.conf ${WRKSRC}/glance_store/_drivers/cinder.py ${WRKSRC}/glance_store/tests/unit/test_cinder_store.py
+ @${REINPLACE_CMD} -e 's|/etc/glance/|${PREFIX}&|' ${WRKSRC}/etc/glance/rootwrap.conf ${WRKSRC}/glance_store/_drivers/cinder/store.py ${WRKSRC}/glance_store/tests/unit/cinder/test_cinder_base.py
@${REINPLACE_CMD} -e 's|/etc/ssl/|${PREFIX}&|' ${WRKSRC}/glance_store/_drivers/swift/store.py ${WRKSRC}/glance_store/_drivers/vmware_datastore.py
.include <bsd.port.mk>