aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-invoke/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-invoke/Makefile')
-rw-r--r--devel/py-invoke/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-invoke/Makefile b/devel/py-invoke/Makefile
index 935431051ce3..c4d63a021da5 100644
--- a/devel/py-invoke/Makefile
+++ b/devel/py-invoke/Makefile
@@ -1,6 +1,5 @@
PORTNAME= invoke
-PORTVERSION= 2.2.0
-PORTREVISION= 2
+PORTVERSION= 2.2.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,6 +23,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= SUDO
SUDO_DESC= Run shell commands via sudo
-SUDO_RUN_DEPENDS= sudo:security/sudo
+SUDO_USES= sudo
.include <bsd.port.mk>