Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2019 18:16:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512948 - head/science/py-asdf
Message-ID:  <201909261816.x8QIGT57050745@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909261816.x8QIGT57050745>