Date: Wed, 14 Feb 2018 14:04:43 +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: r461803 - head/devel/py-curtsies Message-ID: <201802141404.w1EE4hVK014161@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Feb 14 14:04:43 2018 New Revision: 461803 URL: https://svnweb.freebsd.org/changeset/ports/461803 Log: Fix r461790: add missing RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/devel/py-curtsies/Makefile Modified: head/devel/py-curtsies/Makefile ============================================================================== --- head/devel/py-curtsies/Makefile Wed Feb 14 14:01:42 2018 (r461802) +++ head/devel/py-curtsies/Makefile Wed Feb 14 14:04:43 2018 (r461803) @@ -3,6 +3,7 @@ PORTNAME= curtsies PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,4 +21,10 @@ NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils USES= python -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3500 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing>=0:devel/py-typing@${FLAVOR} +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802141404.w1EE4hVK014161>