svn commit: r425227 - head/devel/py-invoke

Mark Felder feld at FreeBSD.org
Thu Nov 3 15:02:30 UTC 2016


Author: feld
Date: Thu Nov  3 15:02:29 2016
New Revision: 425227
URL: https://svnweb.freebsd.org/changeset/ports/425227

Log:
  devel/py-invoke: Fix spelling of RUN_DEPENDS

Modified:
  head/devel/py-invoke/Makefile

Modified: head/devel/py-invoke/Makefile
==============================================================================
--- head/devel/py-invoke/Makefile	Thu Nov  3 14:59:21 2016	(r425226)
+++ head/devel/py-invoke/Makefile	Thu Nov  3 15:02:29 2016	(r425227)
@@ -3,7 +3,7 @@
 
 PORTNAME=	invoke
 PORTVERSION=	0.13.0
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,10 +16,10 @@ LICENSE=	BSD2CLAUSE
 USES=		python
 USE_PYTHON=	autoplist distutils
 
-RUN_DEPEDS+=	${PYTHON_PKGNAMEPREFIX}semantic_version>0:devel/py-semantic_version
-RUN_DEPEDS+=	${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel
-RUN_DEPEDS+=	${PYTHON_PKGNAMEPREFIX}twine>0:devel/py-twine
-RUN_DEPEDS+=	${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}semantic_version>0:devel/py-semantic_version
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}twine>0:devel/py-twine
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage
 
 NO_ARCH=	YES
 


More information about the svn-ports-all mailing list