svn commit: r535156 - head/devel/py-osprofiler

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 13 20:40:57 UTC 2020


Author: sunpoet
Date: Wed May 13 20:40:51 2020
New Revision: 535156
URL: https://svnweb.freebsd.org/changeset/ports/535156

Log:
  Update RUN_DEPENDS for py-oslo.serialization 3.1.1 update
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/py-osprofiler/Makefile

Modified: head/devel/py-osprofiler/Makefile
==============================================================================
--- head/devel/py-osprofiler/Makefile	Wed May 13 20:40:46 2020	(r535155)
+++ head/devel/py-osprofiler/Makefile	Wed May 13 20:40:51 2020	(r535156)
@@ -3,6 +3,7 @@
 
 PORTNAME=	osprofiler
 PORTVERSION=	2.9.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +20,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/
 		${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.18:net/py-netaddr@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.2<0.8:devel/py-prettytable@${PY_FLAVOR}
 
 USES=		python
@@ -42,9 +42,11 @@ post-install-DOCS-on:
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 3600
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}oslo.concurrency3>=3.26.0:devel/py-oslo.concurrency3@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}oslo.concurrency3>=3.26.0:devel/py-oslo.concurrency3@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}oslo.serialization2>=2.18.0:devel/py-oslo.serialization2@${PY_FLAVOR}
 .else
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.26.0:devel/py-oslo.concurrency@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.26.0:devel/py-oslo.concurrency@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR}
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list