svn commit: r512948 - head/science/py-asdf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 26 18:16:29 UTC 2019


Author: sunpoet
Date: Thu Sep 26 18:16:28 2019
New Revision: 512948
URL: https://svnweb.freebsd.org/changeset/ports/512948

Log:
  Change RUN_DEPENDS from py-semantic_version to py-semantic_version26
  
  - Bump PORTREVISION for dependency change

Modified:
  head/science/py-asdf/Makefile

Modified: head/science/py-asdf/Makefile
==============================================================================
--- head/science/py-asdf/Makefile	Thu Sep 26 18:16:23 2019	(r512947)
+++ head/science/py-asdf/Makefile	Thu Sep 26 18:16:28 2019	(r512948)
@@ -3,6 +3,7 @@
 
 PORTNAME=	asdf
 PORTVERSION=	2.4.2
+PORTREVISION=	1
 CATEGORIES=	science python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +18,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=2.3<4:devel/py-jsonschema@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}lz4>=0.10:archivers/py-lz4@${PY_FLAVOR} \
 		${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}semantic_version>=2.3.1<2.6.1:devel/py-semantic_version@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}semantic_version26>=2.3.1<2.6.1:devel/py-semantic_version26@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR}
 


More information about the svn-ports-all mailing list