Index: head/devel/py-git_semver/Makefile =================================================================== --- head/devel/py-git_semver/Makefile (revision 512907) +++ head/devel/py-git_semver/Makefile (revision 512908) @@ -1,23 +1,25 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= git_semver PORTVERSION= 0.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Semantic versions management integrated to git LICENSE= APACHE20 +BROKEN= py36-git_semver-0.3.1 depends on package: py36-semantic_version>=2.8<3 - not found + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=2.1<3:devel/py-gitpython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.8<3:devel/py-semantic_version@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include